Azure SQL DB and SQL Server I'm not able to create it says policy didnt allowed. but it was available under the resources of playground

Azure SQL DB and SQL Server I’m not able to create it says policy didnt allowed. but it was available under the resources of playground

What was the exact error? I created an Azure SQL DB using the “dev” / basic deploy, and it worked.

        "tier": {
            "value": "Basic"
        },
        "skuName": {
            "value": "Basic"
        },
        "location": {
            "value": "eastus"
        },
        "maxSizeBytes": {
            "value": 2147483648
        },