Skip to content

Commit c34fb9d

Browse files
Update articles/container-registry/container-registry-skus.md
Co-authored-by: Mike F. Robbins <[email protected]>
1 parent 2c57343 commit c34fb9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-registry/container-registry-skus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ az acr update --name myContainerRegistry --sku Premium
9494

9595
### Azure PowerShell
9696

97-
To move between service tiers in the Azure PowerShell, use the [Update-AzContainerRegistry][update-azcontainerregistry] cmdlet. For example, to switch to Premium:
97+
To move between service tiers in Azure PowerShell, use the [Update-AzContainerRegistry][update-azcontainerregistry] cmdlet. For example, to switch to Premium:
9898

9999
```azurepowershell
100100
Update-AzContainerRegistry -ResourceGroupName myResourceGroup -Name myContainerRegistry -Sku Premium

0 commit comments

Comments
 (0)