Skip to content

Commit 541b06b

Browse files
authored
Merge pull request #77090 from roygara/fixBc
Loc info.
2 parents 0bcfed2 + fa15249 commit 541b06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/virtual-machines-disks-getting-started-ultra-ssd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Once approved, you need to determine which availability zone you are in, in orde
2222

2323
PowerShell: `Get-AzComputeResourceSku | where {$_.ResourceType -eq "disks" -and $_.Name -eq "UltraSSD_LRS" }`
2424

25-
CLI: `az vm list-skus --resource-type disks --query “[?name==UltraSSD_LRS]`
25+
CLI: `az vm list-skus --resource-type disks --query “[?name=='UltraSSD_LRS'].locationInfo`
2626

2727
The response will be similar to the form below, where X is the zone to use for deploying in East US 2. X could be either 1, 2, or 3.
2828

0 commit comments

Comments
 (0)