Can you please tell me, why database server is not getting deployed. I used all basic options.
Also i am trying a project about database migrations. But i got error thats Data Migration Service (DMS) is not alllowed. Is there any alternative or lab ?
I tried this in the playground for this service, and it works for me. I think you’re just “higher end” in your parameters than we allow. Here’s mine, which were not:
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"administratorLogin": {
"value": "pgadmin"
},
"administratorLoginPassword": {
"value": null
},
"location": {
"value": "centralus"
},
"serverName": {
"value": "pg-test-443"
},
"serverEdition": {
"value": "Burstable"
},
"storageSizeGB": {
"value": 32
},
"haEnabled": {
"value": "Disabled"
},
"availabilityZone": {
"value": ""
},
"standbyAvailabilityZone": {
"value": ""
},
"version": {
"value": "18"
},
"tags": {
"value": {}
},
"firewallRules": {
"value": {
"rules": []
}
},
"storageAutogrow": {
"value": "Disabled"
},
"backupRetentionDays": {
"value": 7
},
"geoRedundantBackup": {
"value": "Disabled"
},
"vmName": {
"value": "Standard_B1ms"
},
"identityData": {
"value": {}
},
"dataEncryptionData": {
"value": {}
},
"apiVersion": {
"value": "2025-08-01"
},
"aadEnabled": {
"value": false
},
"aadData": {
"value": {}
},
"authConfig": {
"value": {}
},
"cluster": {
"value": {}
},
"network": {
"value": {
"publicNetworkAccess": "Enabled"
}
},
"iopsTier": {
"value": "P4"
},
"storageIops": {
"value": 0
},
"throughput": {
"value": 0
},
"storageType": {
"value": ""
},
"guid": {
"value": "1480998c-7281-4547-a4d8-a5738f72bbeb"
}
}
}
This sounds like a premium Azure service, and of necessity, the playground is fairly limited in what it will allow. I’d guess that we just don’t enable this in the playground.
