Spring boot application on Azure app service is giving 404 error after upgrading from 2.7.5 version to 2.7.12. But the same application is working fine in local. Application is up and running and I do not see any error.
Spring boot application on Azure app service is giving 404 error.
If you are deploying your spring boot application within docker image to Azure App Service ,I found a similar issue which may help to fix your issue.
Alternatively, you can try deploying your application through CLI or VS code.
I have created a simple spring-boot application with version 2.7.0. and deployed to Azure App Service through command line:
Response:
Upgraded spring version to 2.7.12 and tried to deploy the application:
Response: