Skip to content

Commit 203896e

Browse files
authored
Fixing alt text and Acrolinx issue
1 parent b8c03a9 commit 203896e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/storage/common/shared-key-authorization-prevent.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ To monitor your storage accounts for compliance with the Shared Key access polic
131131
1. Select the **View compliance** tab.
132132
1. Any storage accounts within the scope of the policy assignment that do not meet the policy requirements appear in the compliance report.
133133

134-
:::image type="content" source="media/shared-key-authorization-prevent/policy-compliance-report-portal.png" alt-text="Screenshot showing how to view the compliance report for the Shared Key access built-in policy" lightbox="media/shared-key-authorization-prevent/policy-compliance-report-portal.png":::
134+
:::image type="content" source="media/shared-key-authorization-prevent/policy-compliance-report-portal.png" alt-text="Screenshot showing how to view the compliance report for the Shared Key access built-in policy." lightbox="media/shared-key-authorization-prevent/policy-compliance-report-portal.png":::
135135

136136
To get more information about why a storage account is non-compliant, select **Details** under **Compliance reason**.
137137

@@ -152,7 +152,7 @@ Follow these steps to create a metric that tracks requests made with Shared Key
152152
1. Navigate to your storage account in the Azure portal. Under the **Monitoring** section, select **Metrics**.
153153
1. The new metric box should appear:
154154

155-
:::image type="content" source="media/shared-key-authorization-prevent/metric-new-metric-portal.png" alt-text="Screenshot showing the new metric dialog" lightbox="media/shared-key-authorization-prevent/metric-new-metric-portal.png":::
155+
:::image type="content" source="media/shared-key-authorization-prevent/metric-new-metric-portal.png" alt-text="Screenshot showing the new metric dialog." lightbox="media/shared-key-authorization-prevent/metric-new-metric-portal.png":::
156156

157157
If it doesn't, select **Add metric**.
158158

@@ -164,7 +164,7 @@ Follow these steps to create a metric that tracks requests made with Shared Key
164164

165165
The new metric will display the sum of the number of transactions against the storage account over a given interval of time. The resulting metric appears as shown in the following image:
166166

167-
:::image type="content" source="media/shared-key-authorization-prevent/configure-metric-account-transactions.png" alt-text="Screenshot showing how to configure a metric to summarize transactions made with Shared Key or SAS" lightbox="media/shared-key-authorization-prevent/configure-metric-account-transactions.png":::
167+
:::image type="content" source="media/shared-key-authorization-prevent/configure-metric-account-transactions.png" alt-text="Screenshot showing how to configure a metric to summarize transactions made with Shared Key or SAS." lightbox="media/shared-key-authorization-prevent/configure-metric-account-transactions.png":::
168168

169169
1. Next, select the **Add filter** button to create a filter on the metric for type of authorization.
170170
1. In the **Filter** dialog, specify the following values:
@@ -175,7 +175,7 @@ Follow these steps to create a metric that tracks requests made with Shared Key
175175

176176
After you have configured the metric, requests to your storage account will begin to appear on the graph. The following image shows requests that were authorized with Shared Key or made with a SAS token. Requests are aggregated per day over the past thirty days.
177177

178-
:::image type="content" source="media/shared-key-authorization-prevent/metric-shared-key-requests.png" alt-text="Screenshot showing aggregated requests authorized with Shared Key" lightbox="media/shared-key-authorization-prevent/metric-shared-key-requests.png":::
178+
:::image type="content" source="media/shared-key-authorization-prevent/metric-shared-key-requests.png" alt-text="Screenshot showing aggregated requests authorized with Shared Key." lightbox="media/shared-key-authorization-prevent/metric-shared-key-requests.png":::
179179

180180
You can also configure an alert rule to notify you when a certain number of requests that are authorized with Shared Key are made against your storage account. For more information, see [Create, view, and manage metric alerts using Azure Monitor](../../azure-monitor/alerts/alerts-metric.md).
181181

@@ -200,7 +200,7 @@ To log Azure Storage data with Azure Monitor and analyze it with Azure Log Analy
200200
1. Under **Category details**, in the **log** section, choose **StorageRead**, **StorageWrite**, and **StorageDelete** to log all data requests to the selected service.
201201
1. Under **Destination details**, select **Send to Log Analytics**. Select your subscription and the Log Analytics workspace you created earlier, as shown in the following image.
202202

203-
:::image type="content" source="media/shared-key-authorization-prevent/create-diagnostic-setting-logs.png" alt-text="Screenshot showing how to create a diagnostic setting for logging requests" lightbox="media/shared-key-authorization-prevent/create-diagnostic-setting-logs.png":::
203+
:::image type="content" source="media/shared-key-authorization-prevent/create-diagnostic-setting-logs.png" alt-text="Screenshot showing how to create a diagnostic setting for logging requests." lightbox="media/shared-key-authorization-prevent/create-diagnostic-setting-logs.png":::
204204

205205
You can create a diagnostic setting for each type of Azure Storage resource in your storage account.
206206

@@ -259,7 +259,7 @@ To disallow Shared Key authorization for a storage account in the Azure portal,
259259
1. Locate the **Configuration** setting under **Settings**.
260260
1. Set **Allow storage account key access** to **Disabled**.
261261

262-
:::image type="content" source="media/shared-key-authorization-prevent/shared-key-access-portal.png" alt-text="Screenshot showing how to disallow Shared Key access for a storage account" lightbox="media/shared-key-authorization-prevent/shared-key-access-portal.png":::
262+
:::image type="content" source="media/shared-key-authorization-prevent/shared-key-access-portal.png" alt-text="Screenshot showing how to disallow Shared Key access for a storage account." lightbox="media/shared-key-authorization-prevent/shared-key-access-portal.png":::
263263

264264
# [PowerShell](#tab/azure-powershell)
265265

@@ -288,7 +288,7 @@ az storage account update \
288288

289289
---
290290

291-
After you disallow Shared Key authorization, making a request to the storage account with Shared Key authorization will fail with error code 403 (Forbidden). Azure Storage an returns error indicating that key-based authorization is not permitted on the storage account.
291+
After you disallow Shared Key authorization, making a request to the storage account with Shared Key authorization will fail with error code 403 (Forbidden). Azure Storage returns an error indicating that key-based authorization is not permitted on the storage account.
292292

293293
The **AllowSharedKeyAccess** property is supported for storage accounts that use the Azure Resource Manager deployment model only. For information about which storage accounts use the Azure Resource Manager deployment model, see [Types of storage accounts](storage-account-overview.md#types-of-storage-accounts).
294294

0 commit comments

Comments
 (0)