From b293b31ba798f5f6cd4a70eb4450d9af7192716c Mon Sep 17 00:00:00 2001 From: Seth Manheim Date: Tue, 13 Oct 2020 14:08:23 -0700 Subject: [PATCH] Try to fix incorrect images --- azure-stack/operator/azure-stack-add-vm-image.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-stack/operator/azure-stack-add-vm-image.md b/azure-stack/operator/azure-stack-add-vm-image.md index 473e3d9c43..8e27f17a70 100644 --- a/azure-stack/operator/azure-stack-add-vm-image.md +++ b/azure-stack/operator/azure-stack-add-vm-image.md @@ -47,13 +47,13 @@ Add the VM image as an Azure Stack Hub operator using the portal. [![Add a VM image](./media/azure-stack-add-vm-image/tca4-small.png)](./media/azure-stack-add-vm-image/tca4.png#lightbox) -2. Under **Create image**, enter the **Publisher**, **Offer**, **SKU**, **Version**, and OS disk blob URI. Then, select **Create** to begin creating the VM image. +4. Under **Create image**, enter the **Publisher**, **Offer**, **SKU**, **Version**, and OS disk blob URI. Then, select **Create** to begin creating the VM image. [![Custom image sideloading UI](./media/azure-stack-add-vm-image/tca5-small.png)](./media/azure-stack-add-vm-image/tca5.png#lightbox) When the image is successfully created, the VM image status changes to **Succeeded**. -3. When you add an image, it is only available for Azure Resource Manager-based templates and PowerShell deployments. To make an image available to your users as a marketplace item, publish the marketplace item using the steps in the article [Create and publish a Marketplace item](azure-stack-create-and-publish-marketplace-item.md). Make sure you note the **Publisher**, **Offer**, **SKU**, and **Version** values. You will need them when you edit the Resource Manager template and Manifest.json in your custom .azpkg. +5. When you add an image, it is only available for Azure Resource Manager-based templates and PowerShell deployments. To make an image available to your users as a marketplace item, publish the marketplace item using the steps in the article [Create and publish a Marketplace item](azure-stack-create-and-publish-marketplace-item.md). Make sure you note the **Publisher**, **Offer**, **SKU**, and **Version** values. You will need them when you edit the Resource Manager template and Manifest.json in your custom .azpkg. ### [PowerShell](#tab/image-add-ps)