Skip to content

Commit b1a9a60

Browse files
Merge pull request #224507 from SaibabaBalapur-MSFT/patch-25
(AzureCXP) fixes MicrosoftDocs/azure-docs#104017
2 parents 4c43b0d + 88dc31f commit b1a9a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/extensions/key-vault-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ The Azure PowerShell can be used to deploy the Key Vault VM extension to an exis
425425

426426
```powershell
427427
# Build settings
428-
$settings = ".\settings.json"
428+
$settings = (get-content -raw ".\settings.json")
429429
$extName = "KeyVaultForWindows"
430430
$extPublisher = "Microsoft.Azure.KeyVault"
431431
$extType = "KeyVaultForWindows"

0 commit comments

Comments
 (0)