Skip to content

Commit 9a797b0

Browse files
authored
Merge pull request #102355 from scotthouglum/patch-2
Update quickstart-create-server-bicep.md
2 parents a0408fa + 4139876 commit 9a797b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/postgresql/flexible-server/quickstart-create-server-bicep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ resource serverName_resource 'Microsoft.DBforPostgreSQL/flexibleServers@2021-06-
5858
administratorLogin: administratorLogin
5959
administratorLoginPassword: administratorLoginPassword
6060
network: {
61-
delegatedSubnetResourceId: (empty(virtualNetworkExternalId) ? json('null') : json('${virtualNetworkExternalId}/subnets/${subnetName}'))
61+
delegatedSubnetResourceId: (empty(virtualNetworkExternalId) ? json('null') : json('\'${virtualNetworkExternalId}/subnets/${subnetName}\''))
6262
privateDnsZoneArmResourceId: (empty(virtualNetworkExternalId) ? json('null') : privateDnsZoneArmResourceId)
6363
}
6464
highAvailability: {

0 commit comments

Comments
 (0)