File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments