I'm trying to create a web app on azure today. However, the creation was failed with error code 429. I tried three times and the problem persists.
I read several other posts about this error code. All the answers suggest that this throttling is for the free SKU. However, I got the same error message when I deploy a paid SKU (B1). I know there is another limit for reads and writes per day. I have only tried four times today to create web app services (all failed). There should be no read/write restrictions. Also, there is no 'retry after ' value in the error message. I have no idea how long this is gonna last (already last more than 24 hours).
the error message asks me to contact support. However, the support is paid and I don't want to pay 29 dollars just to get this problem fixed. What do I need to do guys?
Error message:
{
"status": "Failed",
"error": {
"code": "429",
"message": "App Service Plan Create operation is throttled for subscription **********. Please contact support if issue persists.",
"details": [
{
"message": "App Service Plan Create operation is throttled for subscription **********. Please contact support if issue persists."
},
{
"code": "429"
},
{}
]
}
}