Skip to content

Commit f604dbc

Browse files
update
1 parent aed8caa commit f604dbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ const appConfig = await load(endpoint, credential, {
423423
Azure App Configuration enables you to configure secret refresh intervals independently of your configuration refresh cycle. This is crucial for security because while the Key Vault reference URI in App Configuration remains unchanged, the underlying secret in Key Vault might be rotated as part of your security practices.
424424
425425
> [!NOTE]
426-
> Secret refresh uses a minimum interval of **one minute**. This prevents excessive secret reloads when dynamic refresh is enabled and your app triggers frequent `refresh()` calls (for example, request-driven refresh during bursts of configuration updates).
426+
> Secret refresh uses a minimum interval of **one minute**. This prevents excessive secret reloads which may induce Key Vault throttling.
427427
428428
To ensure your application always uses the most current secret values, configure the `secretRefreshIntervalInMs` property in `KeyVaultOptions`. This forces the provider to retrieve fresh secret values from Key Vault when:
429429

0 commit comments

Comments
 (0)