Skip to content

Commit ed67c58

Browse files
committed
Updates
1 parent c028a57 commit ed67c58

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

articles/azure-stack/azure-stack-download-azure-marketplace-item.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,15 +116,12 @@ There are two parts to this scenario:
116116
117117
```
118118

119-
5. Import the syndication module and then launch the tool by running the following script. Replace the *destination folder path* with a location to store the files you download from the Azure Marketplace.
119+
5. Import the syndication module and then launch the tool by running the following commands. Replace `Destination folder path` with a location to store the files you download from the Azure Marketplace.
120120

121121
```PowerShell
122122
Import-Module .\Syndication\AzureStack.MarketplaceSyndication.psm1
123123
124-
Sync-AzSOfflineMarketplaceItem `
125-
-destination "Destination folder path" `
126-
-AzureTenantID $AzureContext.Tenant.TenantId `
127-
-AzureSubscriptionId $AzureContext.Subscription.Id
124+
Export-AzSOfflineMarketplaceItem -destination "Destination folder path"
128125
```
129126

130127
6. When the tool runs, you are prompted to enter your Azure account credentials. Sign in to the Azure account that you have used to register Azure Stack. After the login succeeds, you should see a screen like the following image, with the list of available marketplace items.

0 commit comments

Comments
 (0)