Hi, I'm just loving your great content – exactly what I've been looking for 😀
I tried to deploy your sample app with a hello world Azure Container App behind an Application Gateway, copying your Bicep files verbatim.
However, the deployment of the Microsoft.Network/privateLinkServices@2023-11-01 resource fails. After getting the operational information with az deployment operation group list ... I found the following error message.
Reference Id /subscriptions/[…]/resourceGroups/[…]/providers/Microsoft.Network/applicationGateways/gw-yuihbpu3nv7k4/frontendIPConfigurations/my-frontend is referencing resource of a wrong type.
The Id is expected to reference resources of type loadBalancers/frontendIPConfigurations.
Path properties.loadBalancerFrontendIpConfigurations[0]."
Line breaks added for increased readability of course.
I'm deploying to a resource group if that matters.
I searched GitHub for Bicep files containing loadBalancerFrontendIpConfigurations and applicationGateways but the only result was for your repo.
Hi, I'm just loving your great content – exactly what I've been looking for 😀
I tried to deploy your sample app with a hello world Azure Container App behind an Application Gateway, copying your Bicep files verbatim.
However, the deployment of the
Microsoft.Network/privateLinkServices@2023-11-01
resource fails. After getting the operational information withaz deployment operation group list ...
I found the following error message.Line breaks added for increased readability of course.
I'm deploying to a resource group if that matters.
I searched GitHub for Bicep files containing
loadBalancerFrontendIpConfigurations
andapplicationGateways
but the only result was for your repo.See this search: https://github.com/search?q=language%3Abicep+loadBalancerFrontendIpConfigurations+applicationGateways&type=code
Looking for other references I found references like this.
If you could shed any light on this I'd be most grateful 🙏🏻