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 4c43b0d + 88dc31f commit b1a9a60Copy full SHA for b1a9a60
articles/virtual-machines/extensions/key-vault-windows.md
@@ -425,7 +425,7 @@ The Azure PowerShell can be used to deploy the Key Vault VM extension to an exis
425
426
```powershell
427
# Build settings
428
- $settings = ".\settings.json"
+ $settings = (get-content -raw ".\settings.json")
429
$extName = "KeyVaultForWindows"
430
$extPublisher = "Microsoft.Azure.KeyVault"
431
$extType = "KeyVaultForWindows"
0 commit comments