Skip to content

Commit 0e61204

Browse files
committed
first pass on service level change
1 parent c536855 commit 0e61204

File tree

2 files changed

+43
-3
lines changed

2 files changed

+43
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Using Azure NetApp Files standard storage with cool access, you can configure in
1616

1717
Most cold data is associated with unstructured data. It can account for more than 50% of the total storage capacity in many storage environments. Infrequently accessed data associated with productivity software, completed projects, and old datasets are an inefficient use of a high-performance storage.
1818

19-
Azure NetApp Files supports three [service levels](azure-netapp-files-service-levels.md) that can be configured at capacity pool level (Standard, Premium and Ultra). Cool access is an additional service only on the Standard service level.
19+
Azure NetApp Files supports three [service levels](azure-netapp-files-service-levels.md) that can be configured at capacity pool level (Standard, Premium and Ultra).
2020

2121
The following diagram illustrates an application with a volume enabled for cool access.
2222

@@ -166,9 +166,9 @@ Cool access offers [performance metrics](azure-netapp-files-metrics.md#cool-acce
166166

167167
## Billing
168168

169-
You can enable tiering at the volume level for a newly created capacity pool that uses the Standard service level. How you're billed is based on the following factors:
169+
You can enable tiering at the volume level for a newly created capacity pool. How you're billed is based on the following factors:
170170

171-
* The capacity in the Standard service level
171+
* The capacity in the service level
172172
* Unallocated capacity within the capacity pool
173173
* The capacity in the cool tier (by enabling tiering for volumes in a Standard capacity pool)
174174
* Network transfer between the hot tier and the cool tier at the rate that is determined by the markup on top of the transaction cost (`GET` and `PUT` requests) on blob storage and private link transfer in either direction between the hot tiers.

articles/azure-netapp-files/manage-cool-access.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,46 @@ This feature is currently in preview. You need to register the feature before us
6464
```
6565
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.
6666
67+
### Register for cool access with Premium service level
68+
69+
Cool access with the Premium service level is currently in preview. You need to register the feature before using it for the first time. After registration, the feature is enabled and works in the background. No UI control is required.
70+
71+
1. Register the feature:
72+
73+
```azurepowershell-interactive
74+
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCoolAccessPremium
75+
```
76+
77+
2. Check the status of the feature registration:
78+
79+
> [!NOTE]
80+
> 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.
81+
```azurepowershell-interactive
82+
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCoolAccessPremium
83+
```
84+
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.
85+
86+
### Register for cool access with Ultra service level
87+
88+
89+
Cool access with the Ultra service level is currently in preview. You need to register the feature before using it for the first time. After registration, the feature is enabled and works in the background. No UI control is required.
90+
91+
1. Register the feature:
92+
93+
```azurepowershell-interactive
94+
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCoolAccessUltra
95+
```
96+
97+
2. Check the status of the feature registration:
98+
99+
> [!NOTE]
100+
> 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.
101+
```azurepowershell-interactive
102+
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCoolAccessUltra
103+
```
104+
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.
105+
106+
67107
## Enable cool access
68108
69109
To use the Standard storage with cool access feature, you need to configure the feature at the capacity pool level and the volume level.

0 commit comments

Comments
 (0)