Skip to content

Commit aed3f58

Browse files
Spell mistake on line 88
in the PowerShell command previously there was previs instead of prefix. so I changed that to prefix
1 parent cb0a6e4 commit aed3f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/learn/quick-kubernetes-deploy-bicep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ For more AKS samples, see the [AKS quickstart templates][aks-quickstart-template
7878

7979
```azurecli
8080
az group create --name myResourceGroup --location eastus
81-
az deployment group create --resource-group myResourceGroup --template-file main.bicep --parameters clusterName=<cluster-name> dnsPrefix=<dns-previs> linuxAdminUsername=<linux-admin-username> sshRSAPublicKey='<ssh-key>'
81+
az deployment group create --resource-group myResourceGroup --template-file main.bicep --parameters clusterName=<cluster-name> dnsPrefix=<dns-prefix> linuxAdminUsername=<linux-admin-username> sshRSAPublicKey='<ssh-key>'
8282
```
8383

8484
# [PowerShell](#tab/PowerShell)

0 commit comments

Comments
 (0)