relounge

Results 3 comments of relounge

@mip1983 how did you manage customDomains to work? I added the same to my service yaml file inside ingress settings, but azd deply seems to ignore this lines and drops...

I use GutHub actions for deployment. I added a stet with this setting but nothing has changed. ` - name: Log in with Azure (Client Credentials) if: ${{ env.AZURE_CREDENTIALS !=...

Thanks it worked. Added this to my workflow file. - name: Setup custom domains run: azd config set alpha.aca.persistDomains on The only one thing left is to understand how to...