Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Deployment failed when purchasing domain from Azure App Service Domains
I keep getting the "Deployment Failed" message when trying to purchase the custom domain via Azure App Service Domains
{
"status": "Failed",
"error": {
"code": "BadRequest",
"message": "Resource cannot be created because the subscription doesn't have a sufficient payment history. Refer to docs for more info. https://go.microsoft.com/fwlink/?linkid=2172552",
"details": [
{
"message": "Resource cannot be created because the subscription doesn't have a sufficient payment history. Refer to docs for more info. https://go.microsoft.com/fwlink/?linkid=2172552"
},
{
"code": "BadRequest"
},
{}
]
}
}
Yes, I did read the link and similar questions.
- My account is upgraded from free one
- I added valid payment information and CC was charged already for VMs
Really don't know what else to do at this point, please help!