I have a Java Springboot application that I am hosting on Azure. I connected my main Branch from GitHub, so every time we merged into main, the changes were live. I hosted it for several weeks without any problems. All of a sudden the application stopped working and we couldn't reach it (Although Azure says it is up and running).
I started the application locally, which worked fine. That led me to the conclusion, that the problem must be Azure, but there are no Errors whatsoever. I have no idea how to fix the problem and I didn't find any solutions anywhere.
Maybe you can help me. Thanks in advance
Julius