Error deploying Aspire app, failure to deploy dashboard
I'm getting an error trying to deploy an Azure container app from aspire using 'azd provision'
I've configured the bicep so that the container apps environment is 'consumption only' and inside a vnet.
The error I get on provision or if I manually try and enable the aspire dashboard is:
"Failed to provision component 'aspire-dashboard'. Error details: Failed to create config map external-auth-config-map for DotNetComponent aspire-dashboard in k8se-telemetry namespace. There will be no re-tries.."
I'm not sure why this isn't working. I have other consumption only container app environments with aspire deployed, so I guess it's not happy with the vnet attachment, but no clue why or how to proceed.