Skip to content

Commit e6c7ae6

Browse files
Merge pull request #283941 from b-ahibbard/2xencrypt
2xencrypt
2 parents 8699467 + 5d69020 commit e6c7ae6

File tree

3 files changed

+7
-15
lines changed

3 files changed

+7
-15
lines changed

articles/azure-netapp-files/azure-netapp-files-set-up-capacity-pool.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: b-hchen
66
ms.service: azure-netapp-files
77
ms.topic: how-to
8-
ms.date: 07/30/2024
8+
ms.date: 08/08/2024
99
ms.author: anfdocs
1010
---
1111
# Create a capacity pool for Azure NetApp Files
@@ -78,18 +78,6 @@ Creating a capacity pool enables you to create volumes within it.
7878
7979
:::image type="content" source="./media/shared/azure-netapp-files-new-capacity-pool.png" alt-text="Screenshot showing the New Capacity Pool window.":::
8080
81-
Azure NetApp Files double encryption at rest is currently in preview. If using this feature for the first time, you need to register the feature first.
82-
83-
1. Register the feature:
84-
```azurepowershell-interactive
85-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFDoubleEncryption
86-
```
87-
2. Check the status of the feature registration. `RegistrationState` may be in the `Registering` state for up to 60 minutes before changing to`Registered`. Wait until the status is `Registered` before continuing.
88-
```azurepowershell-interactive
89-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFDoubleEncryption
90-
```
91-
You can also use [Azure CLI commands](/cli/azure/feature) `az feature register` and `az feature show` to register the feature and display the registration status.
92-
9381
4. Select **Create**.
9482
9583
The **Capacity pools** page shows the configurations for the capacity pool.

articles/azure-netapp-files/double-encryption-at-rest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: b-hchen
66
ms.service: azure-netapp-files
77
ms.topic: conceptual
8-
ms.date: 05/29/2024
8+
ms.date: 08/08/2024
99
ms.author: anfdocs
1010
ms.custom: references_regions
1111
---
@@ -19,7 +19,7 @@ When data is transported over networks, additional encryption such as Transport
1919

2020
Azure NetApp Files double encryption at rest provides two levels of encryption protection: both a hardware-based encryption layer (encrypted SSD drives) and a software-encryption layer. The hardware-based encryption layer resides at the physical storage level, using FIPS 140-2 certified drives. The software-based encryption layer is at the volume level completing the second level of encryption protection.
2121

22-
If you are using this feature for the first time, you need to [register for the feature](azure-netapp-files-set-up-capacity-pool.md#encryption_type) and then create a double-encryption capacity pool. For details, see [Create a capacity pool for Azure NetApp Files](azure-netapp-files-set-up-capacity-pool.md).
22+
If you are using this feature for the first time, you need to create a double-encryption capacity pool. For details, see [Create a capacity pool for Azure NetApp Files](azure-netapp-files-set-up-capacity-pool.md).
2323

2424
When you create a volume in a double-encryption capacity pool, the default key management (the **Encryption key source** field) is `Microsoft Managed Key`, and the other choice is `Customer Managed Key`. Using customer-managed keys requires additional preparation of an Azure Key Vault and other details. For more information about using volume encryption with customer managed keys, see [Configure customer-managed keys for Azure NetApp Files volume encryption](configure-customer-managed-keys.md).
2525

articles/azure-netapp-files/whats-new.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ ms.author: anfdocs
1414

1515
Azure NetApp Files is updated regularly. This article provides a summary about the latest new features and enhancements.
1616

17+
## August 2024
18+
19+
* [Azure NetApp Files double encryption at rest](double-encryption-at-rest.md) is now generally available (GA).
20+
1721
## July 2024
1822

1923
* Availability zone volume placement enhancement - [**Populate existing volumes**](manage-availability-zone-volume-placement.md#populate-an-existing-volume-with-availability-zone-information) is now generally available (GA).

0 commit comments

Comments
 (0)