Skip to content

Commit 13171d1

Browse files
Merge pull request #285217 from b-ahibbard/c-access
remove ndmp recommendation. add cool access recommendation
2 parents 26a1bb0 + 627de9e commit 13171d1

File tree

2 files changed

+8
-33
lines changed

2 files changed

+8
-33
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ In the initial write, data blocks are assigned a "warm" temperature value (in th
2626

2727
By `Default` (unless cool access retrieval policy is configured otherwise), data blocks on the cool tier that are read randomly again become "warm" and are moved back to the hot tier. Once marked as _warm_, the data blocks are again subjected to the temperature scan. However, large sequential reads (such as index and antivirus scans) on inactive data in the cool tier don't "warm" the data nor do they trigger inactive data to be moved back to the hot tier.
2828

29-
>[!IMPORTANT]
30-
>If you're using a third-party backup service, configure it to use NDMP instead of the CIFS (Common Internet File System) or NFS protocols. NDMP reads do not affect the temperature of the data.
31-
3229
Metadata is never cooled and always remains in the hot tier. As such, the activities of metadata-intensive workloads (for example, high file-count environments like chip design, VCS, and home directories) aren't affected by tiering.
3330

3431
## Supported regions

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

Lines changed: 8 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -65,41 +65,19 @@ You can also use [Azure CLI commands](/cli/azure/feature) `az feature register`
6565
6666
# [Premium](#tab/premium)
6767
68-
You must submit a [waitlist request](https://aka.ms/ANFcoolaccesssignup) before enabling Premium storage with cool access.
68+
You must submit a waitlist request to accessing this feature using the [request form](https://aka.ms/ANFcoolaccesssignup). The feature can take approximately one week to be enabled after you submit the waitlist request. Check the status of feature registration by using the command:
6969
70-
1. Register the feature:
71-
72-
```azurepowershell-interactive
73-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCoolAccessPremium
74-
```
75-
76-
2. Check the status of the feature registration:
77-
78-
> [!NOTE]
79-
> 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.
80-
```azurepowershell-interactive
81-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCoolAccessPremium
82-
```
83-
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.
70+
```azurepowershell-interactive
71+
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCoolAccessPremium
72+
```
8473

8574
# [Ultra](#tab/ultra)
8675

87-
You must submit a [waitlist request](https://aka.ms/ANFcoolaccesssignup) before enabling Ultra storage with cool access.
76+
You must submit a waitlist request to accessing this feature using the [request form](https://aka.ms/ANFcoolaccesssignup). The feature can take approximately one week to be enabled after you submit the waitlist request. Check the status of feature registration by using the command:
8877

89-
1. Register the feature:
90-
91-
```azurepowershell-interactive
92-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCoolAccessUltra
93-
```
94-
95-
2. Check the status of the feature registration:
96-
97-
> [!NOTE]
98-
> 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.
99-
```azurepowershell-interactive
100-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCoolAccess
101-
```
102-
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.
78+
```azurepowershell-interactive
79+
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCoolAccessUltra
80+
```
10381

10482
---
10583

0 commit comments

Comments
 (0)