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.
1 parent c7aa0fe commit 88dc31fCopy full SHA for 88dc31f
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