Azure Container instance app replaced by azure functions app
Artur Symanovic
21
Reputation points
Hi,
I am developing an app using Azure Container Instances.
- I have deployed my app with configured nginx inside the container and CNAME record on my domain provider pointing to containers FQDN
- Everything worked as expected and I could access the app via internet.
- I haven't deployed any changes since.
- This morning however I could not reach my container instance via my domain.
- I have checked the logs in the container: it was running and everything seemed to be fine.
- I tried to access container via FQDN and to my surprise instead of my app the following website (screenshot below) has been displayed
- I have never used Azure functions before...
- I have restarted the container and the issue was fixed, I could access my app again.
Can someone point me into the right direction on how would one find what was the issue, how to troubleshoot and prevent this happening in the future?
Sign in to answer