We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe3fabf + c6730fd commit 6e1e66eCopy full SHA for 6e1e66e
Deployment/kubernetes/enable_approuting.psm1
@@ -14,8 +14,6 @@ function Enable-AppRouting {
14
# Enable application routing
15
az aks approuting enable --resource-group $ResourceGroupName --name $ClusterName
16
17
- # Enable HTTP application routing addon
18
- az aks enable-addons --resource-group $ResourceGroupName --name $ClusterName --addons http_application_routing
19
}
20
21
Export-ModuleMember -Function Enable-AppRouting
0 commit comments