Skip to content

Commit 2aca10f

Browse files
Merge pull request #231436 from ericd-mst-github/erd-aib-troubleshoot
updating formatting and registration accuracy
2 parents 546f563 + bc5ccb8 commit 2aca10f

File tree

2 files changed

+23
-7
lines changed

2 files changed

+23
-7
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ To access the Azure VM Image Builder public preview in the Fairfax regions (USGo
103103

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

106-
```powershell
106+
```azurepowershell-interactive
107107
Register-AzProviderPreviewFeature -ProviderNamespace Microsoft.VirtualMachineImages -Name FairfaxPublicPreview
108108
```
109109

@@ -112,14 +112,13 @@ Register-AzProviderPreviewFeature -ProviderNamespace Microsoft.VirtualMachineIma
112112
```azurecli-interactive
113113
az feature register --namespace Microsoft.VirtualMachineImages --name FairfaxPublicPreview
114114
```
115-
116115
---
117116

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:
117+
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:
119118

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

122-
```powershell
121+
```azurepowershell-interactive
123122
Register-AzProviderPreviewFeature -ProviderNamespace Microsoft.VirtualMachineImages -Name MooncakePublicPreview
124123
```
125124

@@ -128,6 +127,7 @@ Register-AzProviderPreviewFeature -ProviderNamespace Microsoft.VirtualMachineIma
128127
```azurecli-interactive
129128
az feature register --namespace Microsoft.VirtualMachineImages --name MooncakePublicPreview
130129
```
130+
---
131131

132132
## OS support
133133

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

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,18 +150,18 @@ 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
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

164-
```powershell
164+
```azurepowershell-interactive
165165
Register-AzProviderPreviewFeature -ProviderNamespace Microsoft.VirtualMachineImages -Name FairfaxPublicPreview
166166
```
167167

@@ -173,6 +173,22 @@ az feature register --namespace Microsoft.VirtualMachineImages --name FairfaxPub
173173

174174
---
175175

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:
177+
178+
### [Azure PowerShell](#tab/azure-powershell)
179+
180+
```azurepowershell-interactive
181+
Register-AzProviderPreviewFeature -ProviderNamespace Microsoft.VirtualMachineImages -Name MooncakePublicPreview
182+
```
183+
184+
### [Azure CLI](#tab/azure-cli)
185+
186+
```azurecli-interactive
187+
az feature register --namespace Microsoft.VirtualMachineImages --name MooncakePublicPreview
188+
```
189+
190+
---
191+
176192
# [JSON](#tab/json)
177193

178194
```json

0 commit comments

Comments
 (0)