Skip to content

Commit 9887b17

Browse files
committed
reduce the size of the doc
1 parent 8a46927 commit 9887b17

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Some Azure tools offer the option to use Azure AD authorization to access Azure
7070

7171
### Disallow Shared Key authorization to use Azure AD Conditional Access
7272

73-
To protect an Azure Storage account with Azure AD [Conditional Access](../../active-directory/conditional-access/overview.md) policies, you must disallow Shared Key authorization for the storage account. Follow the steps described in [Detect the type of authorization used by client applications](#detect-the-type-of-authorization-used-by-client-applications) to analyze the potential impact of this change for existing storage accounts before disallowing Shared Key authorization.
73+
To protect an Azure Storage account with Azure AD [Conditional Access](../../active-directory/conditional-access/overview.md) policies, you must disallow Shared Key authorization for the storage account.
7474

7575
### Transition Azure Files workloads
7676

@@ -119,13 +119,9 @@ Follow these steps to assign the built-in policy for the appropriate scope in th
119119
:::image type="content" source="media/shared-key-authorization-prevent/policy-definition-select-portal.png" alt-text="Screenshot showing how to select the built-in policy to prevent allowing Shared Key access for your storage accounts" lightbox="media/shared-key-authorization-prevent/policy-definition-select-portal.png":::
120120

121121
1. Select **Review + create**.
122-
123-
:::image type="content" source="media/shared-key-authorization-prevent/policy-assignment-create-basics.png" alt-text="Screenshot showing the policy assignment basics tab" lightbox="media/shared-key-authorization-prevent/policy-assignment-create-basics.png":::
124122

125123
1. On the **Review + create** tab, review the policy assignment then select **Create** to assign the policy definition to the specified scope.
126124

127-
The default settings on the remaining tabs are sufficient for the purpose of assigning the policy in audit mode:
128-
129125
#### Monitor compliance with the policy
130126

131127
To monitor your storage accounts for compliance with the Shared Key access policy, follow these steps:
@@ -312,7 +308,7 @@ az storage container create \
312308
313309
## Monitor the Azure Policy for compliance
314310

315-
Continue to [monitor the policy](#monitor-compliance-with-the-policy) you created earlier for ongoing compliance.
311+
Continue to [monitor the policy you created earlier](#monitor-compliance-with-the-policy) for ongoing compliance.
316312

317313
## Update the Azure Policy to prevent allowing Shared Key access
318314

0 commit comments

Comments
 (0)