|
1 | 1 | ---
|
2 |
| -title: Configure customer-managed keys for Azure NetApp Files volume encryption | Microsoft Docs |
| 2 | +title: Configure customer-managed keys for Azure NetApp Files volume encryption |
3 | 3 | description: Describes how to configure customer-managed keys for Azure NetApp Files volume encryption.
|
4 | 4 | services: azure-netapp-files
|
5 | 5 | author: b-ahibbard
|
6 | 6 | ms.service: azure-netapp-files
|
7 | 7 | ms.topic: how-to
|
8 | 8 | ms.custom: devx-track-azurecli, devx-track-azurepowershell
|
9 |
| -ms.date: 04/25/2025 |
| 9 | +ms.date: 06/20/2025 |
10 | 10 | ms.author: anfdocs
|
11 | 11 | ---
|
12 | 12 |
|
@@ -313,30 +313,10 @@ You can use an Azure Key Vault that is configured to use Azure role-based access
|
313 | 313 | * [Create an SMB volume](azure-netapp-files-create-volumes-smb.md)
|
314 | 314 | * [Create a dual-protocol volume](create-volumes-dual-protocol.md)
|
315 | 315 |
|
316 |
| -## <a name="transition"></a> Transition an Azure NetApp Files volume to customer-managed keys (preview) |
| 316 | +## <a name="transition"></a> Transition an Azure NetApp Files volume to customer-managed keys |
317 | 317 |
|
318 | 318 | 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.
|
319 | 319 |
|
320 |
| -### Register the feature |
321 |
| -
|
322 |
| -Encryption key transition for Azure NetApp Files is currently in preview. Before using this feature for the first time, you need to register it. |
323 |
| -
|
324 |
| -1. Register the feature: |
325 |
| -
|
326 |
| - ```azurepowershell-interactive |
327 |
| - Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFMigratePmkToCmk |
328 |
| - ``` |
329 |
| -
|
330 |
| -2. Check the status of the feature registration: |
331 |
| -
|
332 |
| - ```azurepowershell-interactive |
333 |
| - Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFMigratePmkToCmk |
334 |
| - ``` |
335 |
| - > [!NOTE] |
336 |
| - > The **RegistrationState** can remain in the `Registering` state for up to 60 minutes before changing to `Registered`. Wait until the status is **Registered** before continuing. |
337 |
| -
|
338 |
| -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. |
339 |
| -
|
340 | 320 | ### Transition volumes
|
341 | 321 |
|
342 | 322 | >[!NOTE]
|
|
0 commit comments