Gordon Byers
Gordon Byers
yep, looks like our default resource name doesn't work. need some cleansing logic put into the storage account name. var
Repro'd with ```bash az deployment group create -g innerloop -f bicep/main.bicep --parameters resourceName=az-k8s-bea2 JustUseSystemPool=true custom_vnet=true CreateNetworkSecurityGroups=true CreateNetworkSecurityGroupFlowLogs=true ``` Fixed in linked PR
@aknimbal - assigned 👍
@aknimbal - [Dynamic allocation of pod IPs](https://aka.ms/aks/dynamicips) and pod subnets is now generally available, allowing increased granular control and efficiency of the cluster IP space.
@lastcoolnameleft can you try dropping the `authorizedIPRanges` parameter and see if there's a difference?
@lastcoolnameleft - There are a few instances of this being reported on the AKS repo, eg. https://github.com/Azure/AKS/issues/2793 I don't think it's necessarily an AKS Construction template issue, but it's worth...
Repro'd 
I pulled the `authorizedIPRanges` parameter and it worked fine. @khowling - thoughts? I think we should drop `authorizedIPRanges` from the **presets** because i've seen this pop up sporadically over the...
Looks like https://github.com/Azure/AKS-Construction/releases/tag/0.8.9 fixes this FYI @lastcoolnameleft
This work is in https://github.com/Azure/AKS-Construction/tree/gb-clusterexten However the end to end workflow of Web App Routing seems to be problematic at the moment. Pausing this work until it has been iterated...