An Azure relational database service.
Hi @Jan Kosmala , welcome to Microsoft Q&A forum.
Can you try something like below:
"properties": {
"collation": "SQL_Latin1_General_CP1_CI_AS",
"maxSizeBytes": 34359738368,
"catalogCollation": "SQL_Latin1_General_CP1_CI_AS",
"zoneRedundant": false,
"licenseType": "LicenseIncluded",
"readScale": "Disabled",
"requestedBackupStorageRedundancy": "Geo",
"maintenanceConfigurationId": "/subscriptions/xxxxxxxxxxxxxxxxxxxxxf/providers/Microsoft.Maintenance/publicMaintenanceConfigurations/SQL_WestUS2_DB_2",
"isLedgerOn": false
}
Just have the proper configuration id and subscription id. Above code uses 'SQL_WestUS2_DB_2' but you can try as per your region. Please let me know if this helps.