An Azure relational database service.
Apparently you can use the Modify effect to change existing properties if the alias supports it. But it seems in my case it doesn't:
Creating policy definition 'xxx' in 'Microsoft Azure' failed. The policy definition 'xxx' has operations referring to aliases that are not modifiable: 'Microsoft.Sql/servers/databases/requestedBackupStorageRedundancy'.
I did find this sub-property that I can probably change with the DeployIfNotExists effect but that doesn't cover the Zone-redundant option...
{
"type": "Microsoft.Sql/servers/databases/geoBackupPolicies",
"apiVersion": "2014-04-01",
"name": "xxx/xxx/Default')]",
"location": "West Europe",
"dependsOn": [
"[resourceId('Microsoft.Sql/servers/databases', 'xxx', 'xxx')]"
],
"properties": {
**"state": "Enabled"**
}
},