Azure Web App Continuous Deployment Failed

Manu Vimal 21 Reputation points
2021-04-05T10:49:05.727+00:00

When I try to deploy my Azure web app (F1 plan) I get the following error

Error: Failed to deploy web package to App Service.
Error: Deployment Failed with Error: Error: Failed to deploy web package to App Service.
Site Unavailable (CODE: 503)

The logs don't seem to provide any further insight regarding the error either.
This is my github repo.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,872 questions
0 comments No comments
{count} votes

Accepted answer
  1. SnehaAgrawal-MSFT 18,286 Reputation points
    2021-04-06T06:21:33.3+00:00

    Thanks for asking question! Could you try restarting your app. On the Azure Portal, on your app’s blade, you have the options to stop or restart your app.

    Also, App Service provides an intelligent and interactive experience to help you troubleshoot your app with no configuration required. Access App Service diagnostics, for this navigate to your App Service app. In the left navigation, click on Diagnose and solve problems.

    Scaling might be helpful: For more information on scaling, see Scale an app in Azure App Service.

    From the metrics menu check to see if you're suffering from resource exhaustion. Try CPU utilization and memory utilization

    Refer to Troubleshoot HTTP errors of "502 bad gateway" and "503 service unavailable" in Azure App Service

    Let us know if issue remains.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful