Skip to content

Commit b6dadf5

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

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
@@ -160,7 +160,7 @@ Each Azure App Configuration resource has two access keys to enable secret rotat
160160

161161
You can rotate keys using the following procedure:
162162

163-
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.
163+
1. If you're using both keys in production, change your code so that only one access key is in use. In this example, let's say you decide to keep using your store's primary key.
164164
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**.

0 commit comments

Comments
 (0)