Skip to content

Commit 2edee6a

Browse files
Update date and remove feature registration steps
Updated the date for the short-term clone feature and removed the registration instructions.
1 parent 4e8a1eb commit 2edee6a

1 file changed

Lines changed: 1 addition & 21 deletions

File tree

articles/azure-netapp-files/create-short-term-clone.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: b-ahibbard
66
ms.service: azure-netapp-files
77
ms.topic: how-to
8-
ms.date: 10/09/2025
8+
ms.date: 01/08/2026
99
ms.author: anfdocs
1010
---
1111
# Create a short-term clone volume in Azure NetApp Files
@@ -36,26 +36,6 @@ By default, short-term clones convert to regular volumes after 32 days.
3636
* During the clone operation, the parent volume is accessible; you can capture new snapshots of the parent volume.
3737
* You can create five short-term clones per regular volume.
3838

39-
## Register the feature
40-
41-
To take advantage of the feature, you must first register it.
42-
43-
1. Register the feature:
44-
45-
```azurepowershell-interactive
46-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFShortTermClone
47-
```
48-
49-
1. Registration for short-term clones isn't automatic and may take up to a week. Check the registration status with the command:
50-
51-
```azurepowershell-interactive
52-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFShortTermClone
53-
```
54-
55-
When the `RegistrationState` field output displays "Registered", you can create a short-term clone.
56-
57-
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.
58-
5939
## Create a short-term clone
6040

6141
>[!NOTE]

0 commit comments

Comments
 (0)