Skip to content

Commit 40ae416

Browse files
committed
modify section name and description for keyVault resolving
1 parent da8d360 commit 40ae416

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-app-configuration/reference-kubernetes-provider.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The `spec.keyValues.keyVaults` property has the following child properties.
6161
|---|---|---|---|
6262
|target|The destination of resolved Key Vault references in Kubernetes|true|object|
6363
|auth|The authentication method to access Key Vaults|false|object|
64-
|refresh|The settings for dynamically resolving Key Vault references|false|object|
64+
|refresh|The settings for periodically resolving Key Vault references|false|object|
6565

6666
The `spec.keyValues.keyVaults.target` property has the following child property.
6767

@@ -261,7 +261,7 @@ spec:
261261
servicePrincipalReference: <name-of-secret-containing-service-principal-credentials>
262262
```
263263

264-
### App Configuration Sentinel-based Refresh
264+
### Dynamic configuration refresh
265265

266266
Setting the `spec.keyValues.refresh` property enables dynamic configuration data refresh in ConfigMap and Secret by monitoring designated key-values. The provider periodically polls the key-values, if there is any value change, provider triggers ConfigMap and Secret refresh in accordance with the present data in Azure App Configuration.
267267

@@ -292,8 +292,8 @@ spec:
292292
label: development
293293
```
294294

295-
### Dynamically resolve KeyVault References
296-
Setting `spec.keyValues.keyVaults.refresh` property enables provider periodically resolve Key Vault references with latest secret version in Azure App Configuration and update the values for associated Key Vault secrets in Secret.
295+
### Periodically resolve KeyVault References
296+
Setting `spec.keyValues.keyVaults.refresh` property enables the provider periodically resolve Key Vault references to get the latest version secrets from Azure Key Vault, and update the values for associated data items in generated Kubernetes secret accordingly.
297297

298298
The following sample instructs secret refresh with 10 mintues resolving interval.
299299

0 commit comments

Comments
 (0)