Skip to content

Commit ed79e6d

Browse files
Merge pull request #270108 from anaharris-ms/reloc-key-vault-update
Relocation: Update to KeyVault
2 parents 2a7fe3d + 2b0fb20 commit ed79e6d

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)