Skip to content

Commit b80f553

Browse files
Merge pull request #241554 from b-ahibbard/anf-user-group-quota-ga
user group quota GA
2 parents 88e0e86 + 8e0519e commit b80f553

2 files changed

Lines changed: 5 additions & 22 deletions

File tree

articles/azure-netapp-files/manage-default-individual-user-group-quotas.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: anfdocs
77
ms.service: azure-netapp-files
88
ms.workload: storage
99
ms.topic: how-to
10-
ms.date: 03/28/2023
10+
ms.date: 06/14/2023
1111
---
1212
# Manage default and individual user and group quotas for a volume
1313

@@ -35,26 +35,6 @@ Quota rules only come into effect on the CRR/CZR destination volume after the re
3535
* To provide optimal performance, the space consumption may exceed configured hard limit before the quota is enforced. The additional space consumption won't exceed either the lower of 1 GB or five percent of the configured hard limit.    
3636
* After reaching the quota limit, if a user or administrator deletes files or directories to reduce quota usage under the limit, subsequent quota-consuming file operations may resume with a delay of up to five seconds.
3737

38-
## Register the feature
39-
40-
The feature to manage user and group quotas is currently in preview. Before using this feature for the first time, you need to register it.
41-
42-
1. Register the feature:
43-
44-
```azurepowershell-interactive
45-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFEnableVolumeUserGroupQuota
46-
```
47-
48-
2. Check the status of the feature registration:
49-
50-
```azurepowershell-interactive
51-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFEnableVolumeUserGroupQuota
52-
```
53-
> [!NOTE]
54-
> 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.
55-
56-
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.
57-
5838
## Create new quota rules
5939

6040
1. From the Azure portal, navigate to the volume for which you want to create a quota rule. Select **User and group quotas** in the navigation pane, then click **Add** to create a quota rule for a volume.

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ 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-
2524
## November 2023
2625

26+
* [Volume user and group quotas](default-individual-user-group-quotas-introduction.md) is now generally available (GA).
27+
28+
User and group quotas enable you to stay in control and define how much storage capacity can be used by individual users or groups can use within a specific Azure NetApp Files volume. You can set default (same for all users) or individual user quotas on all NFS, SMB, and dual protocol-enabled volumes. On all NFS-enabled volumes, you can define a default (that is, same for all users) or individual group quotas.
29+
2730
* [SMB Continuous Availability (CA)](azure-netapp-files-create-volumes-smb.md#add-an-smb-volume) shares now supports MSIX app attach for Azure Virtual Desktop
2831

2932
In addition to Citrix App Layering, FSLogix user profiles including FSLogix ODFC containers, and Microsoft SQL Server, Azure NetApp Files now supports [MSIX app attach](../virtual-desktop/create-netapp-files.md) with SMB Continuous Availability shares to enhance resiliency during storage service maintenance operations. Continuous Availability enables SMB transparent failover to eliminate disruptions as a result of service maintenance events and improves reliability and user experience.

0 commit comments

Comments
 (0)