Skip to content

Commit f3b10be

Browse files
committed
update page title
1 parent 590b3b0 commit f3b10be

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

content/docs/tutorials/azure.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,28 @@
11
---
2-
title: Azure
2+
title: Azure Storage
33
---
44

5-
*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._
66

77
---
8+
89
## Regenerate an Azure Storage Account Access Key
910

1011
### Step 1 - Navigate to the Access keys page
11-
#### 1a. Navigate to `Storage Accounts`
12+
13+
#### 1a. Navigate to `Storage Accounts`
14+
1215
Navigate to the `Storage Accounts` page and click on the relevant `Storage Account`.
1316
![](/images/azure/1.png)
1417

1518
#### 1b. Navigate to `Access Keys`
19+
1620
Under `Security + networking`, click on `Access Keys`.
1721

1822
![](/images/azure/2.png)
1923

2024
### Step 2 - Regenerate the Access key
25+
2126
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.
2227
![](/images/azure/4.png)
2328
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
2833
> Note: Clicking `Rotate key` will revoke the existing key in addition to creating a new one.
2934
3035
---
36+
3137
## Replace the Leaked Azure Storage Account Access Key
3238

3339
Replace the leaked Azure Storage Account Access Key with the new one in all impacted applications and services.
3440

3541
---
42+
3643
## Resources
37-
- [Azure Storage Account Access Keys Documentation](https://learn.microsoft.com/en-us/azure/storage/common/storage-account-keys-manage?tabs=azure-portal)
44+
45+
- [Azure Storage Account Access Keys Documentation](https://learn.microsoft.com/en-us/azure/storage/common/storage-account-keys-manage?tabs=azure-portal)

0 commit comments

Comments
 (0)