Skip to content

Commit 37363c2

Browse files
committed
Added Offline Marketplace Syndication Tool
1 parent 405fbcd commit 37363c2

2 files changed

Lines changed: 50 additions & 0 deletions

File tree

Syndication/demosyndicate.gif

2.35 MB
Loading

Syndication/readme.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Offline Marketplace Syndication
2+
3+
When Azure Stack is deployed in disconnect mode (Without Internet connectivity) you can
4+
not use the build in portal feature to syndicate Azure Market place items and make them
5+
available to your users.
6+
7+
This Tool allows you to download Azure Marketplace Items with a machine that has internet connectivity and side load them.
8+
The downloaded needs to transferred to machine with has connectivity to the Azure Stack deployment and imported.
9+
10+
![](demosyndicate.gif)
11+
12+
## Requirements
13+
14+
- Azure Stack RP registered within your Azure Subscription
15+
- Azure Stack System must be registered
16+
- AzureRM PowerShell needs to be installed
17+
(https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-powershell-configure-quickstart)
18+
19+
20+
## Import the Module
21+
```powershell
22+
Import-Module .\AzureStack.MarketplaceSyndication.psm1
23+
```
24+
25+
26+
##Launch the Tool
27+
```powershell
28+
Sync-AzSOfflineMarketplaceItems -destination c:\donwloadfolder
29+
```
30+
31+
##Optional PARAMETERS
32+
33+
Parameter: Cloud
34+
Default: AzureCloud
35+
Description: Once Azure Stack RP is available in other Clouds like Azure Chine you can specify which one to use
36+
37+
Parameter: TenantID
38+
Description: Specify the Tenant ID for the Authentication
39+
40+
41+
Once the download has been transferred to a machine that can access Azure Stack, you need to import it.
42+
You can use the Portal or PowerShell.
43+
44+
##Importing the VHD
45+
46+
https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-add-vm-image
47+
48+
##Publishing the Gallery Item
49+
50+
https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-create-and-publish-marketplace-item

0 commit comments

Comments
 (0)