Skip to content

Commit 8fb0c41

Browse files
committed
cmk transition: ga
1 parent 99bb2c5 commit 8fb0c41

File tree

2 files changed

+7
-23
lines changed

2 files changed

+7
-23
lines changed

articles/azure-netapp-files/configure-customer-managed-keys.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: b-ahibbard
66
ms.service: azure-netapp-files
77
ms.topic: how-to
88
ms.custom: references_regions, devx-track-azurecli, devx-track-azurepowershell
9-
ms.date: 09/05/2024
9+
ms.date: 01/20/2025
1010
ms.author: anfdocs
1111
---
1212

@@ -360,30 +360,10 @@ You can use an Azure Key Vault that is configured to use Azure role-based access
360360
* [Create an SMB volume](azure-netapp-files-create-volumes-smb.md)
361361
* [Create a dual-protocol volume](create-volumes-dual-protocol.md)
362362
363-
## <a name="transition"></a> Transition an Azure NetApp Files volume to customer-managed keys (preview)
363+
## <a name="transition"></a> Transition an Azure NetApp Files volume to customer-managed keys
364364
365365
Azure NetApp Files supports the ability to move existing volumes using platform-managed keys to customer-managed keys. Once you complete the migration, you can't revert to platform-managed keys.
366366
367-
### Register the feature
368-
369-
Encryption key transition for Azure NetApp Files is currently in preview. Before using this feature for the first time, you need to register it.
370-
371-
1. Register the feature:
372-
373-
```azurepowershell-interactive
374-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFMigratePmkToCmk
375-
```
376-
377-
2. Check the status of the feature registration:
378-
379-
```azurepowershell-interactive
380-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFMigratePmkToCmk
381-
```
382-
> [!NOTE]
383-
> The **RegistrationState** may be in the `Registering` state for up to 60 minutes before changing to `Registered`. Wait until the status is **Registered** before continuing.
384-
385-
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.
386-
387367
### Transition volumes
388368
389369
>[!NOTE]

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,18 @@ author: b-hchen
66
ms.service: azure-netapp-files
77
ms.custom: linux-related-content
88
ms.topic: overview
9-
ms.date: 12/20/2024
9+
ms.date: 01/20/2025
1010
ms.author: anfdocs
1111
---
1212

1313
# What's new in Azure NetApp Files
1414

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

17+
* The ability to [transition a volume to customer-managed keys](configure-customer-managed-keys.md#transition) is now generally available (GA)
18+
19+
You can now transition existing volumes from platform-managed keys to customer-managed keys seamlessly. This provides you flexibility of encryption key lifecycle (renewals, rotations) and additional security for regulated industry requirements.
20+
1721
## December 2024
1822

1923
* [Volume enhancement: Azure NetApp Files 50 GiB minimum volume sizes](azure-netapp-files-create-volumes.md) is now generally available (GA)

0 commit comments

Comments
 (0)