Skip to content

Commit 751582d

Browse files
Fix typo
1 parent 7298a41 commit 751582d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/quickstart-helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ You need to store your container images in an Azure Container Registry (ACR) to
6868
New-AzResourceGroup -Name myResourceGroup -Location eastus
6969
```
7070
71-
2. Create an Azure Container Registry using the [`New-AzContainerRegistry`][new-azcontainerregistry] cmdlet. The following examples creates an ACR named *myhelmacr* with the *Basic* SKU.
71+
2. Create an Azure Container Registry using the [`New-AzContainerRegistry`][new-azcontainerregistry] cmdlet. The following example creates an ACR named *myhelmacr* with the *Basic* SKU.
7272
7373
```azurepowershell-interactive
7474
New-AzContainerRegistry -ResourceGroupName myResourceGroup -Name myhelmacr -Sku Basic

0 commit comments

Comments
 (0)