Skip to content

Commit 914616d

Browse files
Merge pull request #224315 from tamram/tamram23-0117
Address GitHub issues: 72239, 101368
2 parents 3e4173e + f9ca2c5 commit 914616d

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

articles/storage/common/azure-defender-storage-configure.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: bmansheim
88
ms.service: storage
99
ms.subservice: common
1010
ms.topic: how-to
11-
ms.date: 10/24/2022
11+
ms.date: 01/18/2023
1212
ms.author: benmansheim
1313
ms.reviewer: ozgun
1414
ms.custom: devx-track-azurepowershell
@@ -66,21 +66,22 @@ To enable Microsoft Defender for Storage at the subscription level with per-stor
6666
1. Sign in to the [Azure portal](https://portal.azure.com/).
6767

6868
1. Navigate to **Microsoft Defender for Cloud** > **Environment settings**.
69-
1. Select the subscription that you want to enable Defender for Storage for.
69+
1. Select the subscription for which you want to enable Defender for Storage.
7070

7171
:::image type="content" source="media/azure-defender-storage-configure/defender-for-cloud-select-subscription.png" alt-text="Screenshot showing how to select a subscription in Defender for Cloud." lightbox="media/azure-defender-storage-configure/defender-for-cloud-select-subscription.png":::
7272

73-
1. In the Defender plans page, to enable Defender for Storage per-storage account pricing either:
73+
1. On the **Defender plans** page, enable Defender for Storage per-storage account pricing with one of the following options:
7474

75-
- Select **Enable all Microsoft Defender plans** to enable Microsoft Defender for Cloud in the subscription.
76-
- For Microsoft Defender for Storage, select **On** to turn on Defender for Storage, and select **Save**.
77-
- If you currently have Defender for Storage enabled with per-transaction pricing, select the **New pricing plan available** link and confirm the pricing change.
75+
- Choose the **Enable all** button to enable Microsoft Defender for Cloud in the subscription.
76+
- To enable Microsoft Defender for Storage, locate **Storage** in the list and toggle the **On** button. Then choose **Save**.
7877

79-
:::image type="content" source="media/azure-defender-storage-configure/enable-azure-defender-security-center.png" alt-text="Screenshot showing how to enable Defender for Storage in Defender for Cloud." lightbox="media/azure-defender-storage-configure/enable-azure-defender-security-center.png":::
78+
If you currently have Defender for Storage enabled with per-transaction pricing, select the **New pricing plan available** link and confirm the pricing change.
79+
80+
:::image type="content" source="media/azure-defender-storage-configure/enable-azure-defender-security-center.png" alt-text="Screenshot showing how to enable Defender for Storage in Defender for Cloud." lightbox="media/azure-defender-storage-configure/enable-azure-defender-security-center.png":::
8081

8182
Microsoft Defender for Storage is now enabled for this storage account.
8283

83-
To disable the plan, select **Off** for Defender for Storage in the Defender plans page.
84+
To disable the plan, toggle the **Off** button for Defender for Storage on the **Defender plans** page.
8485

8586
### Enable per-storage account pricing programmatically
8687

@@ -334,7 +335,7 @@ To enable Microsoft Defender for Storage for a specific account with per-transac
334335

335336
1. Sign in to the [Azure portal](https://portal.azure.com/).
336337
1. Navigate to your storage account.
337-
1. In the Security + networking section of the Storage account menu, select **Microsoft Defender for Cloud**.
338+
1. In the **Security + networking** section of the Storage account menu, select **Microsoft Defender for Cloud**.
338339
1. Select **Enable Defender on this storage account only**.
339340

340341
:::image type="content" source="media/azure-defender-storage-configure/storage-enable-defender-for-account.png" alt-text="Screenshot showing how to enable the Defender for Storage per-transaction pricing on a specific account." lightbox="media/azure-defender-storage-configure/storage-enable-defender-for-account.png":::

articles/storage/common/infrastructure-encryption-enable.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ Service-level encryption supports the use of either Microsoft-managed keys or cu
2424

2525
To doubly encrypt your data, you must first create a storage account or an encryption scope that is configured for infrastructure encryption. This article describes how to enable infrastructure encryption.
2626

27+
> [!IMPORTANT]
28+
> Infrastructure encryption is recommended for scenarios where doubly encrypting data is necessary for compliance requirements. For most other scenarios, Azure Storage encryption provides a sufficiently powerful encryption algorithm, and there is unlikely to be a benefit to using infrastructure encryption.
29+
2730
## Create an account with infrastructure encryption enabled
2831

2932
To enable infrastructure encryption for a storage account, you must configure a storage account to use infrastructure encryption at the time that you create the account. Infrastructure encryption cannot be enabled or disabled after the account has been created. The storage account must be of type general-purpose v2 or premium block blob.

0 commit comments

Comments
 (0)