Cannot create a new Linux web app & issues with deployments
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.
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!