Skip to content

Commit 2b0fb20

Browse files
committed
edit'
1 parent f4ef606 commit 2b0fb20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/operational-excellence/relocation-key-vault.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ To deploy the template by using Azure portal:
206206
"ipRules": [],
207207
"virtualNetworkRules": [
208208
{
209-
"id": "[concat(parameters('target_subnet_name'), concat('/subnets/', parameters('target_subnet_name')]",
209+
"id": "[concat(parameters('target_vnet_externalid'), concat('/subnets/', parameters('target_subnet_name')]",
210210
"ignoreMissingVnetServiceEndpoint": false
211211
}
212212
]
@@ -288,7 +288,7 @@ To deploy the template by using PowerShell:
288288
"ipRules": [],
289289
"virtualNetworkRules": [
290290
{
291-
"id": "[concat(parameters('target_subnet_name'), concat('/subnets/', parameters('target_subnet_name')]",
291+
"id": "[concat(parameters('target_vnet_externalid'), concat('/subnets/', parameters('target_subnet_name')]",
292292
"ignoreMissingVnetServiceEndpoint": false
293293
}
294294
]

0 commit comments

Comments
 (0)