Skip to content

Commit a8de2d0

Browse files
committed
update service level to Flexible
1 parent da4c41f commit a8de2d0

File tree

7 files changed

+21
-20
lines changed

7 files changed

+21
-20
lines changed

articles/azure-netapp-files/azure-netapp-files-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Azure NetApp Files is designed to provide high-performance file storage for ente
3636
| - | - | - |
3737
| In-Azure bare-metal flash performance | Fast and reliable all-flash performance with submillisecond latency. | Run performance-intensive workloads in the cloud with on-premises infrastructure-level performance.
3838
| Multi-protocol support | Supports multiple protocols, including NFSv3, NFSv4.1, SMB 3.0, SMB 3.1.1, and simultaneous dual-protocol. | Seamlessly integrate with existing infrastructure and workflows without compatibility issues or complex configurations. |
39-
| Four flexible performance tiers (Standard, Premium, Ultra, Optimum) | Four performance tiers with dynamic service-level change capability based on workload needs, including cool access for cold data. | Choose the right performance level for workloads and dynamically adjust performance without overspending on resources.
39+
| Four adaptable performance tiers (Standard, Premium, Ultra, Flexible) | Four performance tiers with dynamic service-level change capability based on workload needs, including cool access for cold data. | Choose the right performance level for workloads and dynamically adjust performance without overspending on resources.
4040
| Small-to-large volumes | Easily resize file volumes from 100 GiB up to 100 TiB without downtime. | Scale storage as business needs grow without over-provisioning, avoiding upfront cost.
4141
| 1-TiB minimum capacity pool size | 1-TiB capacity pool is a reduced-size storage pool compared to the initial 4-TiB minimum. | Save money by starting with a smaller storage footprint and lower entry point, without sacrificing performance or availability. Scale storage based on growth without high upfront costs.
4242
| 1,000-TiB maximum capacity pool | 1000-TiB capacity pool is an increased storage pool compared to the initial 500-TiB maximum. | Reduce waste by creating larger, pooled capacity and performance budget, and share and distribute across volumes.

articles/azure-netapp-files/azure-netapp-files-service-levels.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Service levels are an attribute of a capacity pool. Service levels are defined a
1313

1414
## Supported service levels
1515

16-
Azure NetApp Files supports three service levels: *Ultra*, *Premium*, and *Standard*.
16+
Azure NetApp Files supports four service levels: *Standard*, *Premium*, *Ultra*, and *Flexible*.
1717

1818
* <a name="Standard"></a>Standard storage:
1919
The Standard service level provides up to 16 MiB/s of throughput per 1 TiB of capacity provisioned.
@@ -27,13 +27,13 @@ Azure NetApp Files supports three service levels: *Ultra*, *Premium*, and *Stand
2727
* <a name="Ultra"></a>Ultra storage:
2828
The Ultra service level provides up to 128 MiB/s of throughput per 1 TiB of capacity provisioned.
2929

30-
* <a name="Optimum"></a>Optimum storage:
31-
The Optimum service level enables you to adjust throughput and size limits independently for capacity pools using manual QoS. This service level is designed for demanding applications such as Oracle or SAP HANA. The Optimum service level supports throughput values between 128 and 2560 MiB/s per 1 TiB of capacity provisioned.
30+
* <a name="Flexible"></a>Flexible storage:
31+
The Flexible service level enables you to adjust throughput and size limits independently for capacity pools using manual QoS. This service level is designed for demanding applications such as Oracle or SAP HANA. The Flexible service level supports throughput values between 128 and 2560 MiB/s per 1 TiB of capacity provisioned.
3232

33-
Optimum storage capacity pools enforce single encryption. They do not support double encryption.
33+
Flexible storage capacity pools enforce single encryption. They do not support double encryption.
3434

3535
>[!IMPORTANT]
36-
>The Optimum service level is only supported for _manual QoS_ capacity pools.
36+
>The Flexible service level is only supported for _manual QoS_ capacity pools.
3737
3838
## Throughput limits
3939

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,21 @@ Creating a capacity pool enables you to create volumes within it.
3333
3434
>[!IMPORTANT]
3535
>To create a 1-TiB capacity pool with a tag, you must use API versions `2023-07-01_preview` to `2024-01-01_preview` or stable releases from `2024-01-01`.
36-
* If you're using the Optimum service level:
36+
* If you're using the Flexible service level:
3737
* Cool access is not currently supported.
38-
* Only single encryption is currently supported for Optimum service level capacity poools. Double encryption is not currently supported.
39-
* The Optimum service level is only available for manual QoS capacity pools.
40-
* To use the **Optimum** service level, you must first register the feature:
38+
* Only single encryption is currently supported for Flexible service level capacity pools. Double encryption is not currently supported.
39+
* The Flexible service level is only available for manual QoS capacity pools.
40+
* To use the **Flexible** service level, you must first register the feature:
4141
4242
1. Register the feature:
4343
```azurepowershell-interactive
44-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFOptimumServiceLevel
44+
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFFlexibleServiceLevel
4545
```
4646
2. Check the status of the feature registration:
4747
> [!NOTE]
4848
> 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.
4949
```azurepowershell-interactive
50-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFOptimumServiceLevel
50+
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFFlexibleServiceLevel
5151
```
5252
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.
5353
@@ -68,10 +68,10 @@ Creating a capacity pool enables you to create volumes within it.
6868
6969
* **Service level**
7070
This field shows the target performance for the capacity pool.
71-
Specify the service level for the capacity pool: [**Ultra**](azure-netapp-files-service-levels.md#Ultra), [**Premium**](azure-netapp-files-service-levels.md#Premium), [**Standard**],(azure-netapp-files-service-levels.md#Standard) or [**Optimum**](azure-netapp-files-service-levels.md#Optimum).
71+
Specify the service level for the capacity pool: [**Ultra**](azure-netapp-files-service-levels.md#Ultra), [**Premium**](azure-netapp-files-service-levels.md#Premium), [**Standard**],(azure-netapp-files-service-levels.md#Standard) or [**Flexible**](azure-netapp-files-service-levels.md#Flexible).
7272
7373
>[!NOTE]
74-
>The **Optimum** service level is only supported for manual QoS capacity pools.
74+
>The **Flexible** service level is only supported for manual QoS capacity pools.
7575
7676
* **Size**
7777
Specify the size of the capacity pool that you're purchasing.
@@ -81,7 +81,7 @@ Creating a capacity pool enables you to create volumes within it.
8181
>[!INCLUDE [Limitations for capacity pool minimum of 1 TiB](includes/2-tib-capacity-pool.md)]
8282
8383
* **Throughput**
84-
This option is only available for Optimum service level capacity pools. Specify a value between 128 and 2,560 MiB/s.
84+
This option is only available for Flexible service level capacity pools. Specify a value between 128 and 2,560 MiB/s.
8585
8686
* **Enable cool access** *(for Standard service level only)*
8787
This option specifies whether volumes in the capacity pool support cool access. This option is currently supported for the Standard service level only. For details about using this option, see [Manage Azure NetApp Files standard storage with cool access](manage-cool-access.md).

articles/azure-netapp-files/manage-manual-qos-capacity-pool.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ If a volume is contained in a manual QoS capacity pool, you can modify the allot
5252

5353
![Change QoS throughput](./media/manage-manual-qos-capacity-pool/change-qos-throughput.png)
5454

55-
## Modify the throughput of an Optimum service level capacity pool
55+
## Modify the throughput of a Flexible service level capacity pool
5656

57-
With the Optimum service level, you can adjust the throughput of the capacity pool pool as needed.
57+
With the Flexible service level, you can adjust the throughput of the capacity pool as needed.
5858

5959
1. From your NetApp account, select **Capacity pools** to display existing capacity pools.
6060

Loading

articles/azure-netapp-files/performance-large-volumes-linux.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@ This article describes the tested performance capabilities of a single [Azure Ne
2222

2323
## Testing summary
2424

25-
* The Azure NetApp Files large volumes feature offers three service levels, each with throughput limits. The service levels can be scaled up or down nondisruptively as your performance needs change.
25+
* The Azure NetApp Files large volumes feature offers [four service levels](azure-netapp-files-service-levels.md), each with throughput limits. The service levels can be scaled up or down nondisruptively as your performance needs change.
2626

2727
* Ultra service level: 10,240 MiB/s
2828
* Premium service level: 6,400 MiB/s
2929
* Standard service level: 1,600 MiB/s
30+
* [Flexible service](azure-netapp-files-service-levels.md#flexible): The Flexible service level enables you to adjust throughput and size limits independently for capacity pools using manual QoS
3031

3132
The Ultra service level was used in these tests.
3233

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ ms.author: anfdocs
1414

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

17-
* [Optimum service level](azure-netapp-files-service-levels.md#Optimum)
17+
* [Flexible service level](azure-netapp-files-service-levels.md#Flexible)
1818

19-
Azure NetApp Files now support an Optimum service level for manual QoS capacity pools.
19+
Azure NetApp Files now support a Flexible service level for manual QoS capacity pools.
2020

2121
## May 2024
2222

0 commit comments

Comments
 (0)