Skip to content

Commit a071b80

Browse files
committed
More articles
1 parent 5ffbb19 commit a071b80

File tree

2 files changed

+31
-37
lines changed

2 files changed

+31
-37
lines changed

azure-stack/operator/azure-stack-add-users-adfs.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Add Azure Stack Hub users in AD FS
33
description: Learn how to add Azure Stack Hub users for Active Directory Federation Services (AD FS) deployments.
44
author: sethmanheim
55
ms.topic: article
6-
ms.date: 06/03/2019
6+
ms.date: 08/15/2024
77
ms.author: sethm
88
ms.reviewer: unknown
99
ms.lastreviewed: 06/03/2019
@@ -19,19 +19,18 @@ You can use the **Active Directory Users and Computers** snap-in to add addition
1919

2020
## Add Windows Server Active Directory users
2121

22-
1. Sign in to a computer with an account that provides access to the Windows Administrative Tools and open a new Microsoft Management Console (MMC).
23-
2. Select **File > Add or remove snap-in**.
22+
1. Sign in to a computer with an account that provides access to the Windows administrative tools and open a new Microsoft Management Console (MMC).
23+
1. Select **File > Add or remove snap-in**.
2424

2525
> [!TIP]
26-
> Replace *directory-domain* with the domain that matches your directory.
27-
28-
3. Select **Active Directory Users and Computers** > *directory-domain* > **Users**.
29-
4. Select **Action** > **New** > **User**.
30-
5. In New Object - User, provide user details. Select **Next**.
31-
6. Provide and confirm a password.
32-
7. Select **Next** to complete the values. Select **Finish** to create the user.
26+
> Replace **directory-domain** with the domain that matches your directory.
3327
28+
1. Select **Active Directory Users and Computers > directory-domain > Users**.
29+
1. Select **Action > New > User**.
30+
1. In **New Object - User**, provide user details. Select **Next**.
31+
1. Provide and confirm a password.
32+
1. Select **Next** to complete the values. Select **Finish** to create the user.
3433

3534
## Next steps
3635

37-
[Create an app identity to access Azure Stack Hub resources](./give-app-access-to-resources.md)
36+
[Create an app identity to access Azure Stack Hub resources](give-app-access-to-resources.md)

azure-stack/operator/azure-stack-add-vm-image.md

Lines changed: 21 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Add a custom VM image to Azure Stack Hub
3-
description: Learn how to add or remove a custom VM image to Azure Stack Hub.
3+
description: Learn how to add or remove a custom VM image to or from Azure Stack Hub.
44
author: sethmanheim
55
ms.topic: how-to
6-
ms.date: 07/21/2021
6+
ms.date: 08/15/2024
77
ms.author: sethm
88
ms.reviewer: unknown
99
ms.lastreviewed: 9/8/2020
@@ -18,19 +18,19 @@ ms.lastreviewed: 9/8/2020
1818
In Azure Stack Hub, as an operator you can add your custom virtual machine (VM) image to the marketplace and make it available to your users. You can add VM images to the Azure Stack Hub Marketplace through the administrator portal or Windows PowerShell. Use either an image from global Microsoft Azure Marketplace as a base for your custom image, or create your own using Hyper-V.
1919

2020
> [!NOTE]
21-
> Blob access is required to allow the read access.
21+
> Blob access is required to allow the read access.
2222
2323
## Add an image
2424

25-
You can find instructions for adding generalized and specialized images in the **Compute** section of the user guide. You will want to create a generalized image before offering the image to your users. For instructions, see [Move a VM to Azure Stack Hub Overview](../user/vm-move-overview.md). When creating images available for your tenants, use the Azure Stack Hub administrative portal or administrator endpoints rather than the user portal or tenant directory endpoints.
25+
You can find instructions for adding generalized and specialized images in the **Compute** section of the user guide. You must create a generalized image before offering the image to your users. For instructions, see [Move a VM to Azure Stack Hub overview](../user/vm-move-overview.md). When you create images and make them available for your tenants, use the Azure Stack Hub administrator portal or administrator endpoints, rather than the user portal or tenant directory endpoints.
2626

2727
You have two options for making an image available to your users:
2828

2929
- **Offer an image only accessible via Azure Resource Manager**
30-
If you add the image via the Azure Stack Hub administrative portal in **Compute** > **Images**, all of your tenants can access the image. However your users will need to use an Azure Resource Manager template to access it. It won't be visible in your Azure Stack Hub Marketplace.
30+
If you add the image via the Azure Stack Hub administrator portal in **Compute > Images**, all of your tenants can access the image. However, your users need to use an Azure Resource Manager template to access it. It won't be visible in your Azure Stack Hub Marketplace.
3131

3232
- **Offer an image through the Azure Stack Hub Marketplace**
33-
Once you have added your image through the Azure Stack Hub administrative portal, you can then create a marketplace offering. For instructions, see [Create and publish a custom Azure Stack Hub Marketplace item](azure-stack-create-and-publish-marketplace-item.md).
33+
Once you add your image through the Azure Stack Hub administrator portal, you can then create a marketplace offering. For instructions, see [Create and publish a custom Azure Stack Hub Marketplace item](azure-stack-create-and-publish-marketplace-item.md).
3434

3535
## Add a platform image
3636

@@ -42,31 +42,31 @@ Add a VM image as an Azure Stack Hub operator using the portal.
4242

4343
1. Sign in to Azure Stack Hub as an operator. Select **Dashboard** from the left-hand navigation.
4444

45-
2. In the **Resource providers** list, select **Compute**.
45+
1. In the **Resource providers** list, select **Compute**.
4646

4747
[![Select Compute](./media/azure-stack-add-vm-image/dash-small.png)](./media/azure-stack-add-vm-image/dash.png#lightbox)
4848

49-
3. Select **VM images**, then select **Add**.
49+
1. Select **VM images**, then select **Add**.
5050

5151
[![Add a VM image](./media/azure-stack-add-vm-image/tca4-small.png)](./media/azure-stack-add-vm-image/tca4.png#lightbox)
5252

53-
4. Under **Create image**, enter the **Publisher**, **Offer**, **SKU**, **Version**, and OS disk blob URI. Then, select **Create** to begin creating the VM image.
53+
1. Under **Create image**, enter the **Publisher**, **Offer**, **SKU**, **Version**, and OS disk blob URI. Then, select **Create** to begin creating the VM image.
5454

5555
[![Custom image sideloading UI](./media/azure-stack-add-vm-image/tca5-small.png)](./media/azure-stack-add-vm-image/tca5.png#lightbox)
5656

5757
When the image is successfully created, the VM image status changes to **Succeeded**.
5858

59-
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.
59+
1. When you add an image, it's 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 need them when you edit the Resource Manager template and Manifest.json in your custom .azpkg.
6060

6161
### [PowerShell](#tab/image-add-ps)
6262

63-
Add a VM image as an Azure Stack Hub operator using PowerShell.
63+
Add a VM image as an Azure Stack Hub operator using PowerShell:
6464

6565
1. [Install PowerShell for Azure Stack Hub](azure-stack-powershell-install.md).
6666

67-
2. [Sign in to Azure Stack Hub as an operator](azure-stack-powershell-configure-admin.md).
67+
1. [Sign in to Azure Stack Hub as an operator](azure-stack-powershell-configure-admin.md).
6868

69-
3. Open PowerShell with an elevated prompt, and run:
69+
1. Open PowerShell in an elevated prompt, and run:
7070

7171
```powershell
7272
Add-AzsPlatformimage -publisher "<publisher>" `
@@ -77,7 +77,7 @@ Add a VM image as an Azure Stack Hub operator using the portal.
7777
-OSUri "<OS URI>"
7878
```
7979

80-
The **Add-AzsPlatformimage** cmdlet specifies values used by the Azure Resource Manager templates to reference the VM image. The values include:
80+
The **Add-AzsPlatformimage** cmdlet specifies values used by the Azure Resource Manager templates to reference the VM image. These values include:
8181
- **publisher**
8282
For example: `Canonical`
8383
The **publisher** name segment of the VM image that users use when they deploy the image. Don't include a space or other special characters in this field.
@@ -99,7 +99,7 @@ Add a VM image as an Azure Stack Hub operator using the portal.
9999

100100
For more information, see the PowerShell reference for the [Add-AzsPlatformimage](/powershell/module/azs.compute.admin/add-azsplatformimage) cmdlet.
101101

102-
4. 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.
102+
1. When you add an image, it's 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 need them when you edit the Resource Manager template and Manifest.json in your custom .azpkg.
103103

104104
---
105105

@@ -112,22 +112,17 @@ You can remove a platform image using the portal or PowerShell.
112112
To remove the VM image as an Azure Stack Hub operator using the Azure Stack Hub portal, follow these steps:
113113

114114
1. Open the Azure Stack Hub [administrator portal](https://portal.azure.com/signin/index).
115-
116-
2. If the VM image has an associated Marketplace item, select **Marketplace management**, and then select the VM marketplace item you want to delete.
117-
118-
3. If the VM image does not have an associated Marketplace item, navigate to **All services > Compute > VM Images**, and then select the ellipsis (**...**) next to the VM image.
119-
120-
4. Select **Delete**.
115+
1. If the VM image has an associated Marketplace item, select **Marketplace management**, and then select the VM marketplace item you want to delete.
116+
1. If the VM image doesn't have an associated Marketplace item, navigate to **All services > Compute > VM Images**, and then select the ellipsis (**...**) next to the VM image.
117+
1. Select **Delete**.
121118

122119
### [PowerShell](#tab/image-rem-ps)
123120

124121
To remove the VM image as an Azure Stack Hub operator using PowerShell, follow these steps:
125122

126123
1. [Install PowerShell for Azure Stack Hub](azure-stack-powershell-install.md).
127-
128-
2. [Sign in to Azure Stack Hub as an operator](azure-stack-powershell-configure-admin.md).
129-
130-
3. Open PowerShell with an elevated prompt, and run:
124+
1. [Sign in to Azure Stack Hub as an operator](azure-stack-powershell-configure-admin.md).
125+
1. Open PowerShell in an elevated prompt, and run:
131126

132127
```powershell
133128
Remove-AzsPlatformImage `
@@ -151,7 +146,7 @@ To remove the VM image as an Azure Stack Hub operator using PowerShell, follow t
151146
For example: `1.0.0`
152147
The version of the VM image that users use when they deploy the VM image. This version is in the format **\#.\#.\#**. Don't include a space or other special characters in this field.
153148

154-
For more info about the **Remove-AzsPlatformImage** cmdlet, see the Microsoft PowerShell [Azure Stack Hub Operator module documentation](/powershell/azurestackhub/overview).
149+
For more information about the **Remove-AzsPlatformImage** cmdlet, see the Microsoft PowerShell [Azure Stack Hub Operator module documentation](/powershell/azurestackhub/overview).
155150

156151
---
157152

0 commit comments

Comments
 (0)