Open ltim-rkm opened 2 days ago
Hm. It looks like there's something amiss with the configuration of the Container Apps Environment. One thing that might help is to open the deployment in the Portal (from the link in the azd output), open the -aca-env deployment, and check the inputs to it.
Thanks @pamelafox. I checked the inputs and the template and nothing stood out as wrong. I tried it multiple times with new environments, finally I found a setting in the docs: DEPLOYMENT_TARGET="containerapps" which fixed this issue.
DEPLOYMENT_TARGET="containerapps"
Environment: Azure VM Windows Server 2022
Am also failing to deploy container app environment.
Followed docs page to revert to appservice:
Running azd env new
, set azd env set DEPLOYMENT_TARGET appservice
and commented out
host: containerapp and uncommented host: appservice in azure.yaml file.
azd up
then created the app service and built an index, said Deployment successful but when launching app returns "Application Error".
After deleting all resources, local repo and recreating; the appservice version was successful.
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Any log messages given by the failure
Expected/desired behavior
OS and Version?
azd version?
Versions
After deploying the resources, I deleted the stack and recreated changing from gpt 35 turbo to gpt 4o mini and getting the error on azd up.