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.
1 parent fe3fabf commit c6730fdCopy full SHA for c6730fd
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