Skip to content

Commit fcd3fd3

Browse files
authored
Merge pull request #75043 from Tzvika-m/patch-1
Fixed storage access keys location in portal
2 parents c1ecfc1 + de4b449 commit fcd3fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/storage-quickstart-credentials-include.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ When the sample application makes a request to Azure Storage, it must be authori
1616

1717
1. Sign in to the [Azure portal](https://portal.azure.com).
1818
2. Locate your storage account.
19-
3. In the **Settings** section of the storage account overview, select **Access keys**. Here, you can view your account access keys and the complete connection string for each key.
19+
3. In the **Security + networking** section of the storage account overview, select **Access keys**. Here, you can view your account access keys and the complete connection string for each key.
2020
4. Find the **Connection string** value under **key1**, and select the **Copy** button to copy the connection string. You will add the connection string value to an environment variable in the next step.
2121

2222
![Screenshot showing how to copy a connection string from the Azure portal](./media/storage-copy-connection-string-portal/portal-connection-string.png)

0 commit comments

Comments
 (0)