Skip to content

Commit 8070c92

Browse files
committed
update
1 parent 5e8aff3 commit 8070c92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/azure-app-configuration/quickstart-azure-kubernetes-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ Use the logs for further troubleshooting. Refer to the [FAQ](#faq) section for c
383383

384384
## FAQ
385385

386-
#### Why isnt the ConfigMap or Secret being generated?
386+
#### Why isn't the ConfigMap or Secret being generated?
387387

388388
You can follow the steps in the [Troubleshooting](#troubleshooting) guide to collect logs for detailed error information. Here are some common causes.
389389

@@ -400,7 +400,7 @@ You can customize the installation by providing additional Helm values when inst
400400

401401
#### How to trigger on-demand refresh of ConfigMap and Secret
402402

403-
While you can set up automatic data refresh, there are times when you might want to trigger an on-demand refresh to get the latest data from App Configuration and Key Vault. To do this, you can modify `metadata.annotations` section and apply the changes. The Kubernetes provider will then reconcile and update the ConfigMap and Secret with the latest data from your App Configuration store and Key Vault. For examples and more information, see [On-demand Refresh](./reference-kubernetes-provider.md#on-demand-refresh).
403+
To do this, you can modify the `metadata.annotations` section of `AzureAppConfigurationProvider`. The Kubernetes provider will then reconcile and update the ConfigMap and Secret with the latest data from your App Configuration store and Key Vault. See [On-demand Refresh](./reference-kubernetes-provider.md#on-demand-refresh) for an example.
404404

405405
It is not recommended to delete or modify the ConfigMap and Secret generated by the Kubernetes provider. Although new ones will be generated from the latest data, this could cause downtime for your applications in the event of any failures.
406406

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ spec:
554554

555555
While you can set up automatic data refresh, there are times when you might want to trigger an on-demand refresh to get the latest data from App Configuration and Key Vault. This can be done by adding or updating arbitrary key-value pairs of type `string` in the `metadata.annotations` section. The Kubernetes provider will then reconcile and update the ConfigMap and Secret with the latest data from your App Configuration store and Key Vault.
556556

557-
The following example modifies the `annotations` of `AzureAppConfigurationProvider` with a new key-value pair. After updating the annotations, apply the changes using `kubectl apply` to trigger on-demand refresh.
557+
In the following example, the `annotations` of `AzureAppConfigurationProvider` are updated with a new key-value pair. After modifying the annotations, apply the changes using `kubectl apply` to trigger an on-demand refresh.
558558

559559
``` yaml
560560
apiVersion: azconfig.io/v1

0 commit comments

Comments
 (0)