diff --git a/Deployment/kubernetes/enable_approuting.psm1 b/Deployment/kubernetes/enable_approuting.psm1 index 1abe83a4..01bd9121 100644 --- a/Deployment/kubernetes/enable_approuting.psm1 +++ b/Deployment/kubernetes/enable_approuting.psm1 @@ -14,8 +14,6 @@ function Enable-AppRouting { # Enable application routing az aks approuting enable --resource-group $ResourceGroupName --name $ClusterName - # Enable HTTP application routing addon - az aks enable-addons --resource-group $ResourceGroupName --name $ClusterName --addons http_application_routing } Export-ModuleMember -Function Enable-AppRouting \ No newline at end of file