I deployed .net 7 api on azure web service ,after deployment when i tried to access my site it shows this HTTP Error 500.30 - ASP.NET Core app failed to start
i triedto diagonose but i failed !
i used to azure cloud platform to deploy my apis but it doest work
I created an ASP .NET Web API and deployed it to Azure App Service using GitHub actions.
I followed these steps:
Create an ASP .NET Web API project and make changes in program.cs and run locally.
The below code is a sample ASP NET to set up a web application with Swagger for API documentation.
Git action states:
Azure: