Cannot create a new Linux web app & issues with deployments

Riad De Pauw 0 Reputation points
2025-03-02T21:22:58.99+00:00

I have an issue creating a linux web app, it doesn't let me create a new one after deleting it a few times before. Here's the correlation ID: 7e38da1b-8faf-4124-98d3-e15286fe6e9f

I'm using Azure for Students subscription, so we have to use the free plan as well. The issue I'm having at the moment that was even before this problem of creating a new web app, is that I cannot seem to deploy my changes from github to my azure web app. I would always get a 409 error A.K.A conflict, it would always say that there would be already a deployment in progress but that is not the case? Even in the deployment center where you can find the logs within Azure, nothing is being shown.image_2025-03-02_221902027

Here's the operation details regarding the deployment of the linux web app I'm trying to create:

{
    "status": "Failed",
    "error": {
        "code": "ServiceUnavailable",
        "message": "Storage access failed. Storage access failure - please retry later. Please delete and recreate backup schedule to mitigate.",
        "details": [
            {
                "message": "Storage access failed. Storage access failure - please retry later. Please delete and recreate backup schedule to mitigate."
            },
            {
                "code": "ServiceUnavailable"
            },
            {}
        ]
    }
}


Is there a rate limit within my account or is it something else?

Thanks in advance!

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

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.