compose: container app not deployed after azd add
ing a database and provisioning changes for first time
#4733
Labels
compose
composability
Repro steps
azd config set alpha.compose on
azd init -t JeffreyCA/minimal-flask-app
(source) and provide an environment name.azd add
- Select Database, then input the following:The Python Flask app fails to load at the container app endpoint, and the container app revision reports a status of: "The TargetPort 5000 does not match the listening port 80".
Another way to repro the issue is to clone the above sample app with an empty azure.yml, then progressively
azd add
a container app (do not provision) and then a database (provision).One workaround is to run
azd up
afterwards to deploy the changes.The text was updated successfully, but these errors were encountered: