frontdoor-container-apps icon indicating copy to clipboard operation
frontdoor-container-apps copied to clipboard

Azure FrontDoor w/ private Container Apps

Results 2 frontdoor-container-apps issues
Sort by recently updated
recently updated
newest added

```var containerAppsManagedResourceGroup = 'MC_${containerAppsNameIdentifier}-rg_${containerAppsNameIdentifier}_${location}' resource loadBalancer 'Microsoft.Network/loadBalancers@2021-05-01' existing = { name: 'kubernetes-internal' scope: resourceGroup(containerAppsManagedResourceGroup) } ``` ERROR: deployment failed: failing invoking action 'provision', error deploying infrastructure: deploying to subscription: Deployment...

If I run the code I get the above error. To me it looks as though your example expects a load balancer `resource loadBalancer 'Microsoft.Network/loadBalancers@2021-05-01' existing = {` to be...