Unable to run the docker container in Azure Function App created via Terraform
I have created an Azure Function App via Terraform (code attached).
I have created a Dockerfile with my requirements and have pushed to ACR. My ACR has ACRPull
permission.
After executed terrraform apply
and azure function got created, the docker container is not running inside the function app.
After my function app got created in the Overview section I can Error
in Runtime Version
I want my docker container to get executed inside the app after the function app is created successfully.
Attaching all logs and snapshots regarding the same.
Can I have some help on this issue please so that I can successfully run my docker container inside function app?
azure_fun_app_terraform_script.txt
Deployment Center: