Skip to content

Commit 0cc6c33

Browse files
fixed duplicate tab issues
1 parent 28dc272 commit 0cc6c33

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

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

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ The location is the region where the custom image will be created. The following
157157
> [!IMPORTANT]
158158
> Register the feature `Microsoft.VirtualMachineImages/MooncakePublicPreview` to access the Azure Image Builder public preview in the China North 3 region.
159159
160-
Use the following command to register the feature for Azure Image Builder in Azure Government regions (USGov Arizona and USGov Virginia).
160+
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:
161161

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

@@ -170,14 +170,25 @@ Register-AzProviderPreviewFeature -ProviderNamespace Microsoft.VirtualMachineIma
170170
```azurecli-interactive
171171
az feature register --namespace Microsoft.VirtualMachineImages --name FairfaxPublicPreview
172172
```
173-
Use the following command to register the feature for Azure Image Builder in Azure China North 3 regions.
173+
174+
---
175+
176+
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:
174177

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

177180
```powershell
178181
Register-AzProviderPreviewFeature -ProviderNamespace Microsoft.VirtualMachineImages -Name MooncakePublicPreview
179182
```
180183

184+
### [Azure CLI](#tab/azure-cli)
185+
186+
```azurecli-interactive
187+
az feature register --namespace Microsoft.VirtualMachineImages --name MooncakePublicPreview
188+
```
189+
190+
191+
181192
### [Azure CLI](#tab/azure-cli)
182193

183194
```azurecli-interactive

0 commit comments

Comments
 (0)