Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 9a2e9ec

Browse files
authored
Fixed typo: Applciation -> Application (#1736)
1 parent 1896af2 commit 9a2e9ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/k8s/create-aks.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Write-Host "Creating AKS $resourceGroupName/$serviceName" -ForegroundColor Yello
3030
az aks create --resource-group=$resourceGroupName --name=$serviceName --dns-name-prefix=$dnsNamePrefix --generate-ssh-keys --node-count=$nodeCount --node-vm-size=$nodeVMSize --vm-set-type $vmSetType
3131

3232
if ($enableHttpApplicationAddon) {
33-
Write-Host "Enabling Http Applciation Routing in AKS $serviceName" -ForegroundColor Yellow
33+
Write-Host "Enabling Http Application Routing in AKS $serviceName" -ForegroundColor Yellow
3434
az aks enable-addons --resource-group $resourceGroupName --name $serviceName --addons http_application_routing
3535
}
3636

0 commit comments

Comments
 (0)