I just created my first Azure Web App Service and deployed it via Github actions. The status of my web app says running and when I go to the default domain url it says my web app is running and waiting for my content. In my log stream, it says “application started”, and then immediately after that message it says “application is shutting down”. I don’t know why it would be shutting down immediately after starting.
I tried deploying and I expected the app to be up, but the content did not show up and in the logs it said it immediately shut down.
New contributor