Skip to content

Commit 69441d9

Browse files
Merge pull request #223927 from b-ahibbard/anf-avs-update
update performance for anf
2 parents 9176f59 + 973436c commit 69441d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
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: 01/09/2023
6+
ms.date: 01/13/2023
77
ms.custom: references_regions
88
---
99

@@ -25,7 +25,7 @@ The following diagram demonstrates a typical architecture of Azure NetApp Files
2525

2626
Before you begin the prerequisites, review the [Performance best practices](#performance-best-practices) section to learn about optimal performance of NFS datastores on Azure NetApp Files volumes.
2727

28-
1. [Deploy Azure VMware Solution](./deploy-azure-vmware-solution.md) private cloud and a dedicated virtual network connected via ExpressRoute gateway. The virtual network gateway should be configured with the Ultra performance SKU and have FastPath enabled. For more information, see [Configure networking for your VMware private cloud](tutorial-configure-networking.md) and [Network planning checklist](tutorial-network-checklist.md).
28+
1. [Deploy Azure VMware Solution](./deploy-azure-vmware-solution.md) private cloud and a dedicated virtual network connected via ExpressRoute gateway. The virtual network gateway should be configured with the Ultra performance or ErGw3Az SKU and have FastPath enabled. For more information, see [Configure networking for your VMware private cloud](tutorial-configure-networking.md) and [Network planning checklist](tutorial-network-checklist.md).
2929
1. Create an [NFSv3 volume for Azure NetApp Files](../azure-netapp-files/azure-netapp-files-create-volumes.md) in the same virtual network created in the previous step.
3030
1. Verify connectivity from the private cloud to Azure NetApp Files volume by pinging the attached target IP.
3131
2. Verify the subscription is registered to the `ANFAvsDataStore` feature in the `Microsoft.NetApp` namespace. If the subscription isn't registered, register it now.

articles/azure-vmware/tutorial-configure-networking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn to create and configure the networking needed to deploy your
44
ms.topic: tutorial
55
ms.custom: contperf-fy22q1
66
ms.service: azure-vmware
7-
ms.date: 05/31/2022
7+
ms.date: 01/13/2023
88

99
---
1010

@@ -129,7 +129,7 @@ Now that you've created a virtual network, you'll create a virtual network gatew
129129
| **Name** | Enter a unique name for the virtual network gateway. |
130130
| **Region** | Select the geographical location of the virtual network gateway. |
131131
| **Gateway type** | Select **ExpressRoute**. |
132-
| **SKU** | Leave the default value: **standard**. |
132+
| **SKU** | Select the gateway SKU appropriate for your workload. <br> For Azure NetApp Files datastores, select UltraPerformance or ErGw3Az. |
133133
| **Virtual network** | Select the virtual network you created previously. If you don't see the virtual network, make sure the gateway's region matches the region of your virtual network. |
134134
| **Gateway subnet address range** | This value is populated when you select the virtual network. Don't change the default value. |
135135
| **Public IP address** | Select **Create new**. |

0 commit comments

Comments
 (0)