Skip to content

Commit 3742d84

Browse files
committed
Fix
1 parent 98c2c80 commit 3742d84

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

azure-stack/asdk/asdk-post-deploy.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
title: Post deployment configurations for the ASDK
33
description: Learn about the recommended configuration changes to make after installing the Azure Stack Development Kit (ASDK).
44
author: sethmanheim
5-
65
ms.topic: article
7-
ms.date: 12/03/2020
6+
ms.date: 01/17/2025
87
ms.author: sethm
98
ms.reviewer: misainat
109
ms.lastreviewed: 12/03/2020
@@ -33,8 +32,8 @@ Use API version profiles to specify Azure Stack compatible Az modules. API vers
3332

3433
You can install the latest Azure Stack PowerShell module with or without internet connectivity to the ASDK host computer.
3534

36-
1. Validate your prerequisites on your Windows machine. For instructions see [Prerequisites for Windows](../operator/powershell-install-az-module.md#prerequisites-for-windows).
37-
2. Before installing the required PowerShell version, make sure that you [uninstall any existing Azure PowerShell modules](../operator/powershell-install-az-module.md#3-uninstall-existing-versions-of-the-azure-stack-hub-powershell-modules).
35+
1. Validate your prerequisites on your Windows machine. For instructions see [Prerequisites for Windows](../operator/powershell-install-az-module.md#prerequisites-for-windows).
36+
2. Before installing the required PowerShell version, make sure that you [uninstall any existing Azure PowerShell modules](../operator/powershell-install-az-module.md#uninstall-existing-versions-of-the-azure-stack-hub-powershell-modules).
3837

3938
- **With an internet connection** from the ASDK host computer: Run the following PowerShell script to install these modules on your ASDK installation:
4039

azure-stack/operator/azure-stack-create-and-publish-marketplace-item.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create and publish a Marketplace item in Azure Stack Hub
33
description: Learn how to create and publish an Azure Stack Hub Marketplace item.
44
author: sethmanheim
55
ms.topic: article
6-
ms.date: 07/19/2021
6+
ms.date: 01/17/2025
77
ms.author: sethm
88
ms.reviewer: avishwan
99
ms.lastreviewed: 04/26/2021
@@ -181,7 +181,7 @@ To create a custom marketplace item, do the following:
181181
https://sample.blob.core.windows.net/<temporary blob name>/<offerName.publisherName.version>.azpkg -Verbose
182182
```
183183

184-
If you run into an error when running **Add-AzsGalleryItem**, you may have two versions of the `gallery.admin` module installed. Remove all versions of the module, and install the latest version. For steps on uninstalling your PowerShell modules, see [Uninstall existing versions of the Azure Stack Hub PowerShell modules](powershell-install-az-module.md#3-uninstall-existing-versions-of-the-azure-stack-hub-powershell-modules).
184+
If you run into an error when running **Add-AzsGalleryItem**, you may have two versions of the `gallery.admin` module installed. Remove all versions of the module, and install the latest version. For steps on uninstalling your PowerShell modules, see [Uninstall existing versions of the Azure Stack Hub PowerShell modules](powershell-install-az-module.md#uninstall-existing-versions-of-the-azure-stack-hub-powershell-modules).
185185

186186

187187
5. Verify that you have a valid Storage account that is available to store your item. You can get the `GalleryItemURI` value from the Azure Stack Hub administrator portal. Select **Storage account -> Blob Properties -> URL**, with the extension .azpkg. The storage account is only for temporary use, in order to publish to the marketplace.

0 commit comments

Comments
 (0)