We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0408fa + 4139876 commit 9a797b0Copy full SHA for 9a797b0
articles/postgresql/flexible-server/quickstart-create-server-bicep.md
@@ -58,7 +58,7 @@ resource serverName_resource 'Microsoft.DBforPostgreSQL/flexibleServers@2021-06-
58
administratorLogin: administratorLogin
59
administratorLoginPassword: administratorLoginPassword
60
network: {
61
- delegatedSubnetResourceId: (empty(virtualNetworkExternalId) ? json('null') : json('${virtualNetworkExternalId}/subnets/${subnetName}'))
+ delegatedSubnetResourceId: (empty(virtualNetworkExternalId) ? json('null') : json('\'${virtualNetworkExternalId}/subnets/${subnetName}\''))
62
privateDnsZoneArmResourceId: (empty(virtualNetworkExternalId) ? json('null') : privateDnsZoneArmResourceId)
63
}
64
highAvailability: {
0 commit comments