Skip to content

Commit c6730fd

Browse files
Removed deprecated 'http_application_routing' add-on from AKS deployment script
1 parent fe3fabf commit c6730fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Deployment/kubernetes/enable_approuting.psm1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ function Enable-AppRouting {
1414
# Enable application routing
1515
az aks approuting enable --resource-group $ResourceGroupName --name $ClusterName
1616

17-
# Enable HTTP application routing addon
18-
az aks enable-addons --resource-group $ResourceGroupName --name $ClusterName --addons http_application_routing
1917
}
2018

2119
Export-ModuleMember -Function Enable-AppRouting

0 commit comments

Comments
 (0)