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
description: Learn how to create Azure NetApp Files-based NFS datastores for Azure VMware Solution hosts.
4
4
ms.topic: how-to
5
5
ms.service: azure-vmware
6
-
ms.date: 12/13/2024
6
+
ms.date: 01/29/2025
7
7
ms.custom: "references_regions, engagement-fy23"
8
8
---
9
9
@@ -98,6 +98,26 @@ There are some important best practices to follow for optimal performance of NFS
98
98
99
99
For performance benchmarks that Azure NetApp Files datastores deliver for VMs on Azure VMware Solution, see [Azure NetApp Files datastore performance benchmarks for Azure VMware Solution](../azure-netapp-files/performance-benchmarks-azure-vmware-solution.md).
100
100
101
+
102
+
### Considerations for Azure NetApp Files storage with cool access
103
+
104
+
When choosing to use [Azure NetApp Files storage with cool access](../azure-netapp-files/cool-access-introduction.md) on datastores for AVS, consider the performance characteristics of your workloads. Cool access is best suited for applications and workloads that primarily involve sequential I/O operations or tolerate varying read latency. Workloads with high random I/O and latency sensitivity should avoid using cool access due to an increase in latency when reading data from the cool tier.
105
+
106
+
Also consider adjusting cool access settings for the workload to fit the expected access patterns. For more information, see [Performance considerations for Azure NetApp Files storage with cool access](../azure-netapp-files/performance-considerations-cool-access.md).
107
+
108
+
**Use cases where cool access is a good fit:**
109
+
110
+
- Virtual machine templates and ISO files
111
+
- VMDKs with home directories (if not using Azure NetApp Files directly for this purpose)
112
+
- VMDKs with content repositories
113
+
- VMDKs with application data
114
+
- VMDKs with archive and application-level backup data
115
+
116
+
**Use cases to not use cool access:**
117
+
118
+
- VMDKs containing production database files with high random I/O and latency sensitivity
119
+
- VMDKs with operating system boot disks
120
+
101
121
## Attach an Azure NetApp Files volume to your private cloud
0 commit comments