Skip to content

Commit 45a5150

Browse files
updated region/location list to moooncake for preview and metadata tags
1 parent bb8785a commit 45a5150

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

articles/virtual-machines/image-builder-overview.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: Azure VM Image Builder overview
33
description: In this article, you learn about VM Image Builder for virtual machines in Azure.
44
author: sumit-kalra
55
ms.author: sukalra
6-
ms.date: 10/15/2021
6+
ms.date: 03/15/2023
77
ms.topic: conceptual
88
ms.service: virtual-machines
99
ms.subservice: image-builder
1010
ms.custom: references_regions
11-
ms.reviewer: cynthn
11+
ms.reviewer: erd
1212
---
1313

1414
# Azure VM Image Builder overview
@@ -97,8 +97,9 @@ The VM Image Builder service is available in the following regions:
9797
- Qatar Central
9898
- USGov Arizona (public preview)
9999
- USGov Virginia (public preview)
100+
- China North 3 (public preview)
100101

101-
To access the Azure VM Image Builder public preview in the Fairfax regions (USGov Arizona and USGov Virginia), you must register the *Microsoft.VirtualMachineImages/FairfaxPublicPreview* feature. To do so, run the following command:
102+
To access the Azure VM Image Builder public preview in the Fairfax regions (USGov Arizona and USGov Virginia), you must register the *Microsoft.VirtualMachineImages/FairfaxPublicPreview* feature. To do so, run the following command in either PowerShell or Azure CLI:
102103

103104
### [Azure PowerShell](#tab/azure-powershell)
104105

@@ -114,6 +115,20 @@ az feature register --namespace Microsoft.VirtualMachineImages --name FairfaxPub
114115

115116
---
116117

118+
To access the Azure VM Image Builder public preview in the China North 3 region, you must register the *Microsoft.VirtualMachineImages/FairfaxPublicPreview* feature. To do so, run the following command in either PowerShell or Azure CLI:
119+
120+
### [Azure PowerShell](#tab/azure-powershell)
121+
122+
```powershell
123+
Register-AzProviderPreviewFeature -ProviderNamespace Microsoft.VirtualMachineImages -Name MooncakePublicPreview
124+
```
125+
126+
### [Azure CLI](#tab/azure-cli)
127+
128+
```azurecli-interactive
129+
az feature register --namespace Microsoft.VirtualMachineImages --name MooncakePublicPreview
130+
```
131+
117132
## OS support
118133

119134
VM Image Builder supports the following Azure Marketplace base operating system images:

articles/virtual-machines/linux/image-builder-json.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Create an Azure Image Builder Bicep file or ARM JSON template
33
description: Learn how to create a Bicep file or ARM JSON template to use with Azure Image Builder.
44
author: kof-f
55
ms.author: kofiforson
6-
ms.reviewer: cynthn
7-
ms.date: 09/06/2022
6+
ms.reviewer: erd
7+
ms.date: 03/15/2023
88
ms.topic: reference
99
ms.service: virtual-machines
1010
ms.subservice: image-builder
@@ -149,10 +149,14 @@ The location is the region where the custom image will be created. The following
149149
- Qatar Central
150150
- USGov Arizona (Public Preview)
151151
- USGov Virginia (Public Preview)
152-
152+
- China North 3 (Public Preview)
153+
Register-AzProviderPreviewFeature -ProviderNamespace Microsoft.VirtualMachineImages -Name MooncakePublicPreview
153154
> [!IMPORTANT]
154155
> Register the feature `Microsoft.VirtualMachineImages/FairfaxPublicPreview` to access the Azure Image Builder public preview in Azure Government regions (USGov Arizona and USGov Virginia).
155156
157+
> [!IMPORTANT]
158+
> Register the feature `Microsoft.VirtualMachineImages/MooncakePublicPreview` to access the Azure Image Builder public preview in the China North 3 region.
159+
156160
Use the following command to register the feature for Azure Image Builder in Azure Government regions (USGov Arizona and USGov Virginia).
157161

158162
### [Azure PowerShell](#tab/azure-powershell)

0 commit comments

Comments
 (0)