Skip to content

Commit b469a5a

Browse files
committed
udpate reference doc
1 parent 88b80d0 commit b469a5a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -383,9 +383,9 @@ spec:
383383

384384
### Configuration refresh
385385

386-
When you make changes to your data in Azure App Configuration, you might want those changes to be refreshed automatically in your Kubernetes cluster. It's common to update multiple key-values, but you don't want the cluster to pick up a change midway through the update. To maintain configuration consistency, you can use a key-value to signal the completion of your update. This key-value is known as the sentinel key. The Kubernetes provider can monitor this key-value, and the ConfigMap and Secret will only be regenerated with updated data once a change is detected in the sentinel key.
386+
When you make changes to your data in Azure App Configuration, you might want those changes to be refreshed automatically in your Kubernetes cluster.
387387

388-
In the following sample, a key-value named `app1_sentinel` is polled every minute, and the configuration is refreshed whenever changes are detected in the sentinel key.
388+
In the following sample, the Kubernetes provider makes a new request to App Configuration to check for any configuration changes every minute, and the ConfigMap and Secret will only be regenerated with updated data once a change is detected. For more information about monitoring configuration changes, see [Best practices for configuration refresh](./howto-best-practices.md#configuration-refresh).
389389

390390
``` yaml
391391
apiVersion: azconfig.io/v1
@@ -403,10 +403,6 @@ spec:
403403
refresh:
404404
enabled: true
405405
interval: 1m
406-
monitoring:
407-
keyValues:
408-
- key: app1_sentinel
409-
label: common
410406
```
411407

412408
### Key Vault references

0 commit comments

Comments
 (0)