You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*This tutorial provides step-by-step instructions on how to rotate an Azure Storage Account Access Key.*
5
+
_This tutorial provides step-by-step instructions on how to rotate an Azure Storage Account Access Key._
6
6
7
7
---
8
+
8
9
## Regenerate an Azure Storage Account Access Key
9
10
10
11
### Step 1 - Navigate to the Access keys page
11
-
#### 1a. Navigate to `Storage Accounts`
12
+
13
+
#### 1a. Navigate to `Storage Accounts`
14
+
12
15
Navigate to the `Storage Accounts` page and click on the relevant `Storage Account`.
13
16

14
17
15
18
#### 1b. Navigate to `Access Keys`
19
+
16
20
Under `Security + networking`, click on `Access Keys`.
17
21
18
22

19
23
20
24
### Step 2 - Regenerate the Access key
25
+
21
26
Click on the `Rotate key`. If you have multiple keys, clicking `Show` next to the `Key` or `Connection String` fields will reveal that key's information. Ensure you're rotating the correct key.
22
27

23
28
Confirm the key rotation action by clicking `Yes`.
@@ -28,10 +33,13 @@ You'll see a message at the top indicating that you "Successfully regenerated ac
28
33
> Note: Clicking `Rotate key` will revoke the existing key in addition to creating a new one.
29
34
30
35
---
36
+
31
37
## Replace the Leaked Azure Storage Account Access Key
32
38
33
39
Replace the leaked Azure Storage Account Access Key with the new one in all impacted applications and services.
0 commit comments