Skip to content

Commit e5034f3

Browse files
committed
update acrolinx issues
1 parent 092c58f commit e5034f3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ The following JSON shows the schema for the Key Vault VM extension. The extensio
213213

214214
Azure VM extensions can be deployed with Azure Resource Manager templates. Templates are ideal when deploying one or more virtual machines that require post deployment refresh of certificates. The extension can be deployed to individual VMs or Virtual Machine Scale Sets. The schema and configuration are common to both template types.
215215

216-
The JSON configuration for a key vault extension is nested inside the virtual machine or virtual machine scale set template. For Virtual Machine resource extension is nested under `"resources": []` virtual machine object and Virtual Machine Scale Set under `"virtualMachineProfile":"extensionProfile":{"extensions" :[]` object.
216+
The JSON configuration for a key vault extension is nested inside the virtual machine or Virtual Machine Scale Set template. For Virtual Machine resource extension is nested under `"resources": []` virtual machine object and Virtual Machine Scale Set under `"virtualMachineProfile":"extensionProfile":{"extensions" :[]` object.
217217

218218
### [Version-1.0](#tab/version1)
219219

@@ -459,7 +459,7 @@ The Azure PowerShell can be used to deploy the Key Vault VM extension to an exis
459459
460460
### [Version-1.0](#tab/version1)
461461
462-
The Azure CLI can be used to deploy the Key Vault VM extension to an existing virtual machine or virtual machine scale set.
462+
The Azure CLI can be used to deploy the Key Vault VM extension to an existing virtual machine or Virtual Machine Scale Set.
463463
464464
* Deploy the extension on a VM:
465465
@@ -522,7 +522,7 @@ Example settings (settings.json):
522522
}
523523
```
524524

525-
The Azure CLI can be used to deploy the Key Vault VM extension to an existing virtual machine or virtual machine scale set.
525+
The Azure CLI can be used to deploy the Key Vault VM extension to an existing virtual machine or Virtual Machine Scale Set.
526526

527527
* Deploy the extension on a VM:
528528

@@ -551,9 +551,9 @@ The Azure CLI can be used to deploy the Key Vault VM extension to an existing vi
551551
### Frequently Asked Questions
552552
553553
#### Is there a limit on the number of observedCertificates you can set up?
554-
No, Key Vault VM Extension doesn’t have limit on the number of observedCertificates.
554+
No, Key Vault VM Extension doesn’t have limit on the number of observedCertificates.
555555
#### What will be the default permission if no account is provided in settings?
556-
Administrators and SYSTEM will gets Full Control by default.
556+
Administrators and SYSTEM will get Full Control by default.
557557
#### How do you determine if a certificate key is going to be CAPI1 or CNG?
558558
We rely on the default behavior of [PFXImportCertStore API](../../../windows/win32/api/wincrypt/nf-wincrypt-pfximportcertstore). By default, if a certificate has Provider Name attribute that matches with CAPI1, certificate will be imported using CAPI1 certificate, else it will be imported using CNG APIs.
559559

0 commit comments

Comments
 (0)