Skip to content

Commit 6e1e66e

Browse files
Merge pull request #349 from microsoft/PSL-BUG-17351
fix: Remove Deprecated HTTP Application Routing Add-on from Deployment Script
2 parents fe3fabf + c6730fd commit 6e1e66e

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)