Skip to content

Commit 0142789

Browse files
authored
fixing tab syntax
1 parent c8150d6 commit 0142789

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/virtual-machines/shared-image-galleries.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,15 +223,15 @@ To list all the Azure Compute Gallery resources across subscriptions that you ha
223223
1. Look for resources of the **Azure Compute Gallery** type.
224224

225225

226-
#### [Azure CLI](#tab/azure-cli)
226+
# [Azure CLI](#tab/azure-cli)
227227

228228
To list all the Azure Compute Gallery resources, across subscriptions that you have permissions to, use the following command in the Azure CLI:
229229

230230
```azurecli
231231
az account list -otsv --query "[].id" | xargs -n 1 az sig list --subscription
232232
```
233233

234-
#### [Azure PowerShell](#tab/azure-powershell)
234+
# [Azure PowerShell](#tab/azure-powershell)
235235

236236
To list all the Azure Compute Gallery resources, across subscriptions that you have permissions to, use the following command in the Azure PowerShell:
237237

@@ -304,15 +304,15 @@ There are two ways you can specify the number of image version replicas to be cr
304304
1. The regional replica count which specifies the number of replicas you want to create per region.
305305
2. The common replica count which is the default per region count in case regional replica count isn't specified.
306306

307-
#### [Azure CLI](#tab/azure-cli)
307+
# [Azure CLI](#tab/azure-cli)
308308

309309
To specify the regional replica count, pass the location along with the number of replicas you want to create in that region: "South Central US=2".
310310

311311
If regional replica count isn't specified with each location, then the default number of replicas will be the common replica count that you specified.
312312

313313
To specify the common replica count in Azure CLI, use the **--replica-count** argument in the `az sig image-version create` command.
314314

315-
#### [Azure PowerShell](#tab/azure-powershell)
315+
# [Azure PowerShell](#tab/azure-powershell)
316316

317317
To specify the regional replica count, pass the location along with the number of replicas you want to create in that region, `@{Name = 'South Central US';ReplicaCount = 2}`, to the **-TargetRegion** parameter in the `New-AzGalleryImageVersion` command.
318318

0 commit comments

Comments
 (0)