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: learn-pr/azure/azure-netapp-files-with-vmware-solution/includes/6-attach-volumes-virtual-machines.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
-
You can provide direct access to Azure NetApp Files volume from your Azure VMware Solution (AVS) virtual machines (VMs) using Network File System (NFS) or Server Message Block (SMB) file shares.
1
+
You can provide direct access to Azure NetApp Files volume from your Azure VMware Solution virtual machines (VMs) using Network File System (NFS) or Server Message Block (SMB) file shares.
2
2
3
3
## Requirements
4
4
5
5
To provide access, you need the following resources:
6
6
7
7
- Access to an Azure subscription with an Azure VMware Solution private cloud.
8
-
- A VNet connected to your AVS private cloud via an ExpressRoute gateway.
8
+
- A virtual network (VNet) connected to your Azure VMware Solution private cloud via an ExpressRoute gateway.
9
9
- A subnet delegated to the `Microsoft.NetApp/volumes` service.
10
10
- An Active Directory connection for Azure NetApp Files.
11
11
- An Azure NetApp Files capacity pool.
@@ -16,7 +16,7 @@ To provide access, you need the following resources:
16
16
17
17
1. Navigate to Azure NetApp Files in the Azure portal.
18
18
1. Select the **Volumes** menu then **+ Add Volume** to create a volume.
19
-
1. In the **Basics** tab, ensure the Virtual network selected is the VNet connected to your AVS private cloud.
19
+
1. In the **Basics** tab, ensure the Virtual network selected is the VNet connected to your Azure VMware Solution private cloud.
20
20
1. In the **Protocol** tab, select NFSv3 as the protocol type.
21
21
1. In the **Review + create** tab, select **Create** to create the volume.
22
22
1. Navigate to Azure NetApp Files in the Azure portal. Select **Volumes**.
@@ -34,13 +34,13 @@ Before you mount an SMB share, you must [create an Active Directory connection](
34
34
35
35
1. Navigate to Azure NetApp Files in the Azure portal.
36
36
1. Select the **Volumes** menu then **+ Add Volume** to create a volume.
37
-
1. In the **Basics** tab, ensure the Virtual network selected is the VNet connected to your AVS private cloud.
37
+
1. In the **Basics** tab, ensure the Virtual network selected is the VNet connected to your Azure VMware Solution private cloud.
38
38
1. In the **Protocol** tab, select SMB as the protocol type.
39
39
1. In the **Protocol** tab, select your Active Directory connection from the drop-down list.
40
40
1. In the **Review + create** tab, select **Create** to create the volume.
41
41
1. Select the **Volumes** menu. Select the volume you created.
42
42
1. Select **Mount instructions** to obtain the correct path to map the volume (for example, `\\anf.contoso.com/smbvol01`).
43
-
1.Log in to the Windows VM.
43
+
1.Sign in to the Windows VM.
44
44
1. Select the **Start** button then **Computer**.
45
45
1. Select **Map Network Drive**.
46
46
1. In the **Drive** list, select any available drive letter.
0 commit comments