Skip to content

Commit aed8caa

Browse files
Update articles/azure-app-configuration/reference-dotnet-provider.md
Co-authored-by: Jimmy Campbell <[email protected]>
1 parent 98c7cec commit aed8caa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ builder.Configuration.AddAzureAppConfiguration(options =>
604604
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.
605605

606606
> [!NOTE]
607-
> Secret refresh uses a minimum interval of **one minute**. This prevents excessive secret reloads when dynamic refresh is enabled (for example, when `RegisterAll` or `Register` with `refreshAll: true` triggers frequent `TryRefreshAsync` calls during bursts of configuration updates).
607+
> Secret refresh uses a minimum interval of **one minute**. This prevents excessive secret reloads which may induce Key Vault throttling.
608608
609609
To ensure your application always uses the most current secret values, configure the `SetSecretRefreshInterval` method. This forces the provider to retrieve fresh secret values from Key Vault when:
610610

0 commit comments

Comments
 (0)