Skip to content

Commit 28dc272

Browse files
updating formatting and registration accuracy
1 parent 45a5150 commit 28dc272

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ az feature register --namespace Microsoft.VirtualMachineImages --name FairfaxPub
115115

116116
---
117117

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:
118+
To access the Azure VM Image Builder public preview in the China North 3 region, you must register the *Microsoft.VirtualMachineImages/MooncakePublicPreview* feature. To do so, run the following command in either PowerShell or Azure CLI:
119119

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

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ The location is the region where the custom image will be created. The following
150150
- USGov Arizona (Public Preview)
151151
- USGov Virginia (Public Preview)
152152
- China North 3 (Public Preview)
153-
Register-AzProviderPreviewFeature -ProviderNamespace Microsoft.VirtualMachineImages -Name MooncakePublicPreview
153+
154154
> [!IMPORTANT]
155155
> Register the feature `Microsoft.VirtualMachineImages/FairfaxPublicPreview` to access the Azure Image Builder public preview in Azure Government regions (USGov Arizona and USGov Virginia).
156156
@@ -167,6 +167,19 @@ Register-AzProviderPreviewFeature -ProviderNamespace Microsoft.VirtualMachineIma
167167

168168
### [Azure CLI](#tab/azure-cli)
169169

170+
```azurecli-interactive
171+
az feature register --namespace Microsoft.VirtualMachineImages --name FairfaxPublicPreview
172+
```
173+
Use the following command to register the feature for Azure Image Builder in Azure China North 3 regions.
174+
175+
### [Azure PowerShell](#tab/azure-powershell)
176+
177+
```powershell
178+
Register-AzProviderPreviewFeature -ProviderNamespace Microsoft.VirtualMachineImages -Name MooncakePublicPreview
179+
```
180+
181+
### [Azure CLI](#tab/azure-cli)
182+
170183
```azurecli-interactive
171184
az feature register --namespace Microsoft.VirtualMachineImages --name FairfaxPublicPreview
172185
```

0 commit comments

Comments
 (0)