Skip to content

Commit 84863d2

Browse files
committed
Apply PM suggestions: clarify Key Vault reference refresh wording and fix typo
1 parent aac7cd6 commit 84863d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/app-service-key-vault-references.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ If the secret version isn't specified in the reference, the app uses the latest
9595

9696
The delay is because App Service caches the values of the Key Vault references and refetches them every 24 hours. Any configuration change to the app causes an app restart and an immediate refetch of all referenced secrets.
9797

98-
To force rotation of the Key Vault References, make an authenticated POST request to the API endpoint ```https://management.azure.com/[Resurce ID]/config/configreferences/appsettings/refresh?api-version=2022-03-01```
98+
To force resolution of your app's Key Vault references, make an authenticated POST request to the API endpoint `https://management.azure.com/[Resource ID]/config/configreferences/appsettings/refresh?api-version=2022-03-01`.
9999

100100
## <a name = "source-app-settings-from-key-vault"></a> Understand source app settings from Key Vault
101101

0 commit comments

Comments
 (0)