Skip to content

Commit a940b8d

Browse files
committed
GA of Double Encryption at Rest
1 parent 90d8047 commit a940b8d

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

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

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -58,22 +58,12 @@ You must have already [created a NetApp account](azure-netapp-files-create-netap
5858
5959
* **Encryption type** <a name="encryption_type"></a>
6060
Specify whether you want the volumes in this capacity pool to use **single** or **double** encryption. See [Azure NetApp Files double encryption at rest](double-encryption-at-rest.md) for details.
61+
6162
> [!IMPORTANT]
6263
> Azure NetApp Files double encryption at rest supports [Standard network features](azure-netapp-files-network-topologies.md#configurable-network-features), but not Basic network features. See [considerations](double-encryption-at-rest.md#considerations) for using Azure NetApp Files double encryption at rest.
6364
>
6465
> After the capacity pool is created, you can’t modify the setting (switching between `single` or `double`) for the encryption type.
6566
66-
Azure NetApp Files double encryption at rest is currently in preview. If you are using this feature for the first time, you need to register the feature first.
67-
1. Register the feature:
68-
```azurepowershell-interactive
69-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFDoubleEncryption
70-
```
71-
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.
72-
```azurepowershell-interactive
73-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFDoubleEncryption
74-
```
75-
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.
76-
7767
:::image type="content" source="../media/azure-netapp-files/azure-netapp-files-new-capacity-pool.png" alt-text="Screenshot showing the New Capacity Pool window.":::
7868

7969
4. Select **Create**.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ When data is transported over networks, additional encryption such as Transport
2626

2727
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.
2828

29-
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).
29+
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).
3030

3131
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).
3232

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

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

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

24+
<!-- date tbd -->
25+
* [Azure NetApp Files double encryption at rest](double-encryption-at-rest.md) is now generally available (GA).
26+
27+
2428
## August 2023
2529

2630
* [Cross-region replication enhancement: re-establish deleted volume replication](reestablish-deleted-volume-relationships.md) (Preview)

0 commit comments

Comments
 (0)