Skip to content

Commit 1e73ad7

Browse files
Acro score
1 parent 2974471 commit 1e73ad7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The Key Vault VM extension is also supported on custom local VM that is uploaded
6363

6464
## Extension schema
6565

66-
The following JSON shows the schema for the Key Vault VM extension. The extension does not require protected settings - all its settings are considered public information. The extension requires a list of monitored certificates, polling frequency, and the destination certificate store. Specifically:
66+
The following JSON shows the schema for the Key Vault VM extension. The extension doesn't require protected settings - all its settings are considered public information. The extension requires a list of monitored certificates, polling frequency, and the destination certificate store. Specifically:
6767

6868
```json
6969
{
@@ -164,7 +164,7 @@ The JSON configuration for a virtual machine extension must be nested inside the
164164
```
165165

166166
### Extension Dependency Ordering
167-
The Key Vault VM extension supports extension ordering if configured. By default the extension reports that it has successfully started as soon as it has started polling. However, it can be configured to wait until it has successfully downloaded the complete list of certificates before reporting a successful start. If other extensions depend on having the full set of certificates install before they start, then enabling this setting will allow those extension to declare a dependency on the Key Vault extension. This will prevent those extensions from starting until all certificates they depend on have been installed. The extension will retry the initial download indefinitely and remain in a `Transitioning` state.
167+
The Key Vault VM extension supports extension ordering if configured. By default the extension reports that it has successfully started as soon as it has started polling. However, it can be configured to wait until it has successfully downloaded the complete list of certificates before reporting a successful start. If other extensions depend on having the full set of certificates installed before they start, then enabling this setting will allow those extensions to declare a dependency on the Key Vault extension. This will prevent those extensions from starting until all certificates they depend on have been installed. The extension will retry the initial download indefinitely and remain in a `Transitioning` state.
168168

169169
To turn this on set the following:
170170
```
@@ -272,7 +272,7 @@ Please be aware of the following restrictions/requirements:
272272
273273
### Frequently Asked Questions
274274
275-
* Is there is a limit on the number of observedCertificates you can setup?
275+
* Is there a limit on the number of observedCertificates you can set up?
276276
No, Key Vault VM Extension doesn’t have limit on the number of observedCertificates.
277277
278278
### Troubleshoot

0 commit comments

Comments
 (0)