© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•2y ago•
3 replies
prodijay

✅ Azure app service Web API project not running

I'm trying to deploy my Web API using Azure App Service. I followed this guide for VSCode: https://learn.microsoft.com/en-us/azure/app-service/quickstart-dotnetcore?tabs=net80&pivots=development-environment-vscode

After deploying the project, when I go to the default domain, it says that the page cannot be found, with a HTTP ERROR 404. When I go to the diagnosis page, it says that I have 10 instances of 503 HttpStatus errors, indicating that the server is unavailable (I was trying to access the web API from my deployed React frontend). Does this indicate that there's something in my web API that's broken? I was trying to configure environment variables and perhaps that could be the source of the issue.

I have restarted the project on Azure App Service a few times and it is still not working.
When running my frontend app and web API locally, they work properly; the frontend successfully fetches to and from the Web API, and CORS is set up correctly to allow this.

This is my first time using Azure App Service and deploying to it.
Quickstart: Deploy an ASP.NET web app - Azure App Service
Learn how to run web apps in Azure App Service by deploying your first ASP.NET app.
Quickstart: Deploy an ASP.NET web app - Azure App Service
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

❔ Publish the API app to Azure App Service
C#CC# / help
4y ago
❔ Web service API
C#CC# / help
3y ago
❔ Access appsettings.json in ASP.NET Web API in Azure published App Service
C#CC# / help
3y ago
web api and service
C#CC# / help
2y ago