Skip to content

Commit 1d7ef48

Browse files
Merge pull request #288263 from b-ahibbard/avs-coolness
coolness period recommendations for ANF with AVS
2 parents 55d3c9c + 0b13f4a commit 1d7ef48

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

articles/azure-vmware/attach-azure-netapp-files-to-azure-vmware-solution-hosts.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Attach Azure NetApp Files datastores to Azure VMware Solution hosts
33
description: Learn how to create Azure NetApp Files-based NFS datastores for Azure VMware Solution hosts.
44
ms.topic: how-to
55
ms.service: azure-vmware
6-
ms.date: 12/13/2024
6+
ms.date: 01/29/2025
77
ms.custom: "references_regions, engagement-fy23"
88
---
99

@@ -98,6 +98,26 @@ There are some important best practices to follow for optimal performance of NFS
9898

9999
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).
100100

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+
101121
## Attach an Azure NetApp Files volume to your private cloud
102122

103123
### [Portal](#tab/azure-portal)

0 commit comments

Comments
 (0)