File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
articles/virtual-machines/linux Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -104,10 +104,20 @@ The location is the region where the custom image will be created. The following
104
104
105
105
Use the following command to register the feature for Azure Image Builder in Azure Government regions (USGov Arizona and USGov Virginia).
106
106
107
+ ### [ Azure PowerShell] ( #tab/azure-powershell )
108
+
109
+ ``` powershell
110
+ Register-AzProviderPreviewFeature -ProviderNamespace Microsoft.VirtualMachineImages -Name FairfaxPublicPreview
111
+ ```
112
+
113
+ ### [ Azure CLI] ( #tab/azure-cli )
114
+
107
115
``` azurecli-interactive
108
116
az feature register --namespace Microsoft.VirtualMachineImages --name FairfaxPublicPreview
109
117
```
110
118
119
+ ---
120
+
111
121
``` json
112
122
"location" : " <region>" ,
113
123
```
You can’t perform that action at this time.
0 commit comments