What could be the possible reasons of not being able to create a static web app in a brand new azure account (under Azure Plan). My account is not even 30 days old yet.
I keep getting “Requested features are not allowed for subscription.” error message. This is the first resource I am trying to create.
Microsoft.Web, Microsoft.Compute, and Microsoft.ClassicCompute providers are all registered.
I tried both creating a static web app from the Azure portal. I also tried using Azure CLI.
az provider show --namespace Microsoft.Web --query "registrationState"
"Registered"
az group create --name rg-bxn-web-dev --location eastasia
Requested features are not allowed for subscription
.
2