You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use clear webclient variable to call download function. (#489)
* use clear webclient variable to call download function.
* fix a typo.
* remove dependency in Test-AzSOfflineMarketplaceItem.
* add indication where parameters need to be provided.
You will be prompted to select an Azure Marketplace item to download locally.
@@ -48,22 +48,23 @@ After download completion, the item will be available in the folder specified in
48
48
49
49
50
50
## Validating the downloaded Azure Marketplace item
51
-
The following command will run a set of test against a downloaded Azure Marketplace item. It is highly recommended to validate the download before proceeding to the next steps
51
+
Configure Azure Stack Operator’s PowerShell session. More information can be found here https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-powershell-configure-admin
52
+
The following command will run a set of test against a downloaded Azure Marketplace item. It is highly recommended to validate the download before proceeding to the next steps.
## Importing the downloaded Azure Marketplace item to your Azure Stack Marketplace
57
58
The previous downloaded files will need to be made available to your Azure Stack environment. The following structure showcase how the folder structure and files should look like
58
59

59
60
60
-
Configure Azure Stack Operator’s PowerShell session. More information cannot be found here https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-powershell-configure-admin
61
+
Configure Azure Stack Operator’s PowerShell session. More information can be found here https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-powershell-configure-admin
61
62
62
63
Import the module and start the import process for an Azure Marketplace item
0 commit comments