Azure app service Linux container down for 3 hours, wont start and github deployment broken

Steven Monk 35 Reputation points
2025-02-27T15:54:41.07+00:00

The last three hours app service has been down, says started but even kudo is failing with 503, I have had nothing but issues with stability and github deployments since this sidecar features was enabled. I don't want or need Sidecar. There is no documentation on how to reconfigure Github or how to turn off sidecar. it took me 12 hours to get deployments working again through trial and error. Copilot knows nothing about it. i'm spending 90% of my time fighting with App service deployments and startups since that feature was forced on me, it will work fine for 24 hours then just break again, i have even completely deleted the whole config in Azure, rebuilt and that didn't help either problems start again after a few hours. Its still down now

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

1 answer

Sort by: Most helpful
  1. Kantamsetti Aslesha 330 Reputation points Microsoft External Staff
    2025-03-07T12:31:29.5+00:00

    Hi @Steven Monk

    Thank you for reaching out to Microsoft Q&A!

    While creating Azure Web App you can disable the SideCar support as shown below:

    2025-03-07 17_22_43-Create Web App - Microsoft Azure and 16 more pages - Work - Microsoft​ EdgeAfter disabled Sidecar support you can find GitHub support in Azure.

    2025-03-07 17_36_23-kaweb6 - Microsoft Azure and 18 more pages - Work - Microsoft​ Edge

    Another option for deploying your image to Azure App Service is to use Azure Container Registry (ACR). You can push your image from GitHub to ACR and then link it to Azure App Service for deployment.

    Refer this Ms docs to know more about sidecar support in Azure.

    https://learn.microsoft.com/en-us/azure/app-service/tutorial-sidecar?tabs=portal

    https://azure.github.io/AppService/2025/03/06/Sidecars-Deep-Dive-Part1.html

    https://techcommunity.microsoft.com/blog/appsonazureblog/announcing-the-general-availability-of-sidecar-extensibility-in-azure-app-servic/4267985

    Hope this helps.

    If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.