Skip to content

Commit 5a6be79

Browse files
ivywei0125maud-lv
andauthored
Update articles/azure-app-configuration/howto-disable-access-key-authentication.md
Co-authored-by: Maud <[email protected]>
1 parent cb23540 commit 5a6be79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-app-configuration/howto-disable-access-key-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Each Azure App Configuration resource has two access keys to enable secret rotat
161161
You can rotate keys using the following procedure:
162162

163163
1. If you're using both keys in production, change your code so that only one key is in use. In this guide, assume it's key 1.
164-
This is a necessary step because once a key is regenerated, the older version of that key stops working immediately. This would cause clients using the older key to get 401 access denied errors.
164+
You must have only one key in your code, because when you regenerate your secondary key, the older version of that key will stop working immediately, causing clients using the older key to get 401 access denied errors.
165165

166166
1. Once the primary key is the only key in use, you can regenerate the secondary key. Go to your resource's page on the Azure portal, open the **Settings** > **Access settings** menu, and select **Regenerate** under **Secondary key**.
167167

0 commit comments

Comments
 (0)