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/whats-new.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.service: azure-netapp-files
12
12
ms.workload: storage
13
13
ms.tgt_pltfrm: na
14
14
ms.topic: overview
15
-
ms.date: 11/08/2022
15
+
ms.date: 11/07/2022
16
16
ms.author: anfdocs
17
17
---
18
18
# What's new in Azure NetApp Files
@@ -21,7 +21,7 @@ Azure NetApp Files is updated regularly. This article provides a summary about t
21
21
22
22
## November 2022
23
23
24
-
*[Azure NetApp Files datastores for Azure VMware Solution](../azure-vmware/attach-azure-netapp-files-to-azure-vmware-solution-hosts.md) now generally available (GA) with expanded regional coverage
24
+
*[Azure NetApp Files datastores for Azure VMware Solution](../azure-vmware/attach-azure-netapp-files-to-azure-vmware-solution-hosts.md)is now generally available (GA) with expanded regional coverage.
25
25
26
26
*[Encrypted SMB connections to Domain Controller](create-active-directory-connections.md#encrypted-smb-dc) (Preview)
description: Learn how to create Azure NetApp Files-based NSF datastores for Azure VMware Solution hosts.
4
4
ms.topic: how-to
5
5
ms.service: azure-vmware
6
-
ms.date: 11/08/2022
6
+
ms.date: 11/07/2022
7
7
ms.custom: references_regions
8
8
---
9
9
@@ -28,7 +28,11 @@ Before you begin the prerequisites, review the [Performance best practices](#per
28
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).
29
29
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.
30
30
1. Verify connectivity from the private cloud to Azure NetApp Files volume by pinging the attached target IP.
31
-
2. Verify the subscription is registered to the `ANFAvsDataStore` feature in the `Microsoft.NetApp` namespace.
31
+
2. Verify the subscription is registered to the `ANFAvsDataStore` feature in the `Microsoft.NetApp` namespace. If the subscription isn't registered, register it now.
`az feature show --name "ANFAvsDataStore" --namespace "Microsoft.NetApp" --query properties.state`
32
36
1. Based on your performance requirements, select the correct service level needed for the Azure NetApp Files capacity pool. For optimal performance, it's recommended to use the Ultra tier. Select option **Azure VMware Solution Datastore** listed under the **Protocol** section.
33
37
1. Create a volume with **Standard**[network features](../azure-netapp-files/configure-network-features.md) if available for ExpressRoute FastPath connectivity.
34
38
1. Under the **Protocol** section, select **Azure VMware Solution Datastore** to indicate the volume is created to use as a datastore for Azure VMware Solution private cloud.
@@ -44,9 +48,9 @@ Azure VMware Solution currently supports the following regions:
44
48
45
49
**Brazil** : Brazil South.
46
50
47
-
**Europe** : France Central, Germany West Central, North Europe, Switzerland West, UK South, UK West, West Europe
51
+
**Europe** : France Central, Germany West Central, North Europe, Sweden Central, Sweden North, Switzerland West, UK South, UK West, West Europe
48
52
49
-
**North America** : Canada Central, Canada East, Central US, East US, East US 2, North Central US, South Central US, West US.
53
+
**North America** : Canada Central, Canada East, Central US, East US, East US 2, North Central US, South Central US, West US, West US 2.
50
54
51
55
## Performance best practices
52
56
@@ -73,7 +77,7 @@ To attach an Azure NetApp Files volume to your private cloud using Portal, follo
73
77
1. Under Settings, select **Resource providers**.
74
78
1. Search for **Microsoft.AVS** and select it.
75
79
1. Select **Register**.
76
-
1. Under **Settings**, select **Preview features**.<!-- Is this necessary? -->
80
+
1. Under **Settings**, select **Preview features**.
77
81
1. Verify you're registered for both the `CloudSanExperience` and `AnfDatstoreExperience` features.
78
82
1. Navigate to your Azure VMware Solution.
79
83
Under **Manage**, select **Storage**.
@@ -92,7 +96,7 @@ Under **Manage**, select **Storage**.
92
96
### [Azure CLI](#tab/azure-cli)
93
97
94
98
To attach an Azure NetApp Files volume to your private cloud using Azure CLI, follow these steps:
95
-
<!--
99
+
96
100
1. Verify the subscription is registered to `CloudSanExperience` feature in the **Microsoft.AVS** namespace. If it's not already registered, then register it.
97
101
98
102
`az feature show --name "CloudSanExperience" --namespace "Microsoft.AVS"`
@@ -111,7 +115,7 @@ To attach an Azure NetApp Files volume to your private cloud using Azure CLI, fo
`az feature show --name "AnfDatastoreExperience" --namespace "Microsoft.AVS" --query properties.state`
114
-
-->
118
+
115
119
1. Verify the VMware extension is installed. If the extension is already installed, verify you're using the latest version of the Azure CLI extension. If an older version is installed, update the extension.
116
120
117
121
`az extension show --name vmware`
@@ -184,7 +188,7 @@ Now that you've attached a datastore on Azure NetApp Files-based NFS volume to y
184
188
185
189
-**What are my options for backup and recovery?**
186
190
187
-
Azure NetApp Files supports [snapshots](../azure-netapp-files/azure-netapp-files-manage-snapshots.md) of datastores for quick checkpoints for near term recovery or quick clones. ANF backup lets you offload your Azure NetApp Files snapshots to Azure storage. Only for this technology are copies and stores-changed blocks relative to previously offloaded snapshots in an efficient format. This ability decreases Recovery Point Objective (RPO) and Recovery Time Objective (RTO) while lowering backup data transfer burden on the Azure VMware Solution service.
191
+
Azure NetApp Files supports [snapshots](../azure-netapp-files/azure-netapp-files-manage-snapshots.md) of datastores for quick checkpoints for near term recovery or quick clones. Azure NetApp Files backup lets you offload your Azure NetApp Files snapshots to Azure storage. With snapshots, copies and stores-changed blocks relative to previously offloaded snapshots are stored in an efficient format. This ability decreases Recovery Point Objective (RPO) and Recovery Time Objective (RTO) while lowering backup data transfer burden on the Azure VMware Solution service.
0 commit comments