You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/cool-access-introduction.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Using Azure NetApp Files standard storage with cool access, you can configure in
16
16
17
17
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.
18
18
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).
20
20
21
21
The following diagram illustrates an application with a volume enabled for cool access.
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:
170
170
171
-
* The capacity in the Standard service level
171
+
* The capacity in the service level
172
172
* Unallocated capacity within the capacity pool
173
173
* The capacity in the cool tier (by enabling tiering for volumes in a Standard capacity pool)
174
174
* 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.
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/manage-cool-access.md
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,46 @@ This feature is currently in preview. You need to register the feature before us
64
64
```
65
65
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.
66
66
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.
> 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.
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.
> 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.
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
+
67
107
## Enable cool access
68
108
69
109
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