-
Notifications
You must be signed in to change notification settings - Fork 280
Closed
Labels
Description
Output from azd version
azd version 1.18.0 (commit 2c3bc5a)
Describe the bug
Updating an Azure Container App with azd up, removes the domain name.
I've configured the setting as described with #3955, with this setting (azd config list):
{
"alpha": {
"aca": {
"persistDomains": "on"
},
"infraSynth": "on"
},
"defaults": {
"location": "westeurope",
"subscription": "subscription-id"
},
"template": {
"sources": {
"awesome-azd": {
"key": "awesome-azd",
"location": "https://aka.ms/awesome-azd/templates.json",
"name": "Awesome AZD",
"type": "awesome-azd"
}
}
}
}Now, using azd up or azd deploy, deploys a new version of the app, and the domain name is removed.
Maybe it's no longer an alpha setting. I couldn't find documentation on this.
To re-apply the domain name (this might be an issue with Azure Container Apps), adding the domain to the ACA, and re-applying the binding no longer finds the certificate. I need to delete the certificate from the Container App Environment first before I add the domain to the ACA again.
Reactions are currently unavailable