Skip to content

Commit

Permalink
update page title
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin-decker committed Jan 25, 2024
1 parent 590b3b0 commit f3b10be
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions content/docs/tutorials/azure.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,28 @@
---
title: Azure
title: Azure Storage
---

*This tutorial provides step-by-step instructions on how to rotate an Azure Storage Account Access Key.*
_This tutorial provides step-by-step instructions on how to rotate an Azure Storage Account Access Key._

---

## Regenerate an Azure Storage Account Access Key

### Step 1 - Navigate to the Access keys page
#### 1a. Navigate to `Storage Accounts`

#### 1a. Navigate to `Storage Accounts`

Navigate to the `Storage Accounts` page and click on the relevant `Storage Account`.
![](/images/azure/1.png)

#### 1b. Navigate to `Access Keys`

Under `Security + networking`, click on `Access Keys`.

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

### Step 2 - Regenerate the Access key

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.
![](/images/azure/4.png)
Confirm the key rotation action by clicking `Yes`.
Expand All @@ -28,10 +33,13 @@ You'll see a message at the top indicating that you "Successfully regenerated ac
> Note: Clicking `Rotate key` will revoke the existing key in addition to creating a new one.
---

## Replace the Leaked Azure Storage Account Access Key

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

---

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

- [Azure Storage Account Access Keys Documentation](https://learn.microsoft.com/en-us/azure/storage/common/storage-account-keys-manage?tabs=azure-portal)

0 comments on commit f3b10be

Please sign in to comment.