Skip to content

Commit 1ff7316

Browse files
Merge pull request #267946 from b-ahibbard/issue-111616
Issue 111616
2 parents 921ca18 + f726840 commit 1ff7316

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/azure-netapp-files/convert-nfsv3-nfsv41.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Converting a volume between NFSv3 and NFSv4.1 does not require that you create a
2323
> * Before conversion, you need to unmount the volume from all clients. This operation might require shutdown of your applications that access the volume.
2424
> * After successful volume conversion, you need to reconfigure each of the clients that access the volume before you can remount the volume.
2525
>
26-
> If you convert from NFSv4.1 to NFSv3, all advanced NFSv4.1 features such as Access Control Lists (ACLs) and file locking will become unavailable.
26+
> If you convert from NFSv4.1 to NFSv3, all advanced NFSv4.1 features such as Access Control Lists (ACLs) and file locking become unavailable.
2727
2828
## Considerations
2929

@@ -32,8 +32,8 @@ Converting a volume between NFSv3 and NFSv4.1 does not require that you create a
3232
* You cannot convert a single-protocol NFS volume to a dual-protocol volume, or the other way around.
3333
* You cannot convert a destination volume in a cross-region replication relationship.
3434
* Converting an NFSv4.1 volume to NFSv3 will cause all advanced NFSv4.1 features such as ACLs and file locking to become unavailable.
35-
* Converting a volume from NFSv3 to NFSv4.1 will cause the `.snapshot` directory to be hidden from NFSv4.1 clients. The directory will still be accessible.
36-
* Converting a volume from NFSv4.1 to NFSv3 will cause the `.snapshot` directory to be visible. You can modify the properties of the volume to [hide the snapshot path](snapshots-edit-hide-path.md).
35+
* Converting a volume from NFSv3 to NFSv4.1 causes the `.snapshot` directory to be hidden from NFSv4.1 clients. The directory remains accessible.
36+
* Converting a volume from NFSv4.1 to NFSv3 causes the `.snapshot` directory to be visible. You can modify the properties of the volume to [hide the snapshot path](snapshots-edit-hide-path.md).
3737

3838
## Register the option
3939

@@ -100,7 +100,7 @@ In this example, you have an existing NFSv4.1 volume that you want to convert to
100100
This section shows you how to convert the NFSv4.1 volume to NFSv3.
101101
102102
> [!IMPORTANT]
103-
> Converting a volume from NFSv4.1 to NFSv3 will result in all NFSv4.1 features such as ACLs and file locking to become unavailable.
103+
> Converting a volume from NFSv4.1 to NFSv3 results in all NFSv4.1 features such as ACLs and file locking to become unavailable.
104104
105105
1. Before converting the volume:
106106
1. Unmount it from the clients in preparation. See [Mount or unmount a volume](azure-netapp-files-mount-unmount-volumes-for-virtual-machines.md).

articles/azure-vmware/backup-azure-netapp-files-datastores-vms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Before you back up your Azure NetApp Files datastores, you must add your Azure a
1717

1818
### Prerequisites
1919

20-
* Cloud Backup for Virtual Machines requires outbound internet access from your Azure VMware Solution SDDC. For more information, see [Internet connectivity design considerations](../azure-vmware/concepts-design-public-internet-access.md).
20+
* Cloud Backup for Virtual Machines uses the Azure REST API to collect information about your Azure NetApp Files datastores and create Azure NetApp Files snapshots. To interact with the [Azure REST API](/rest/api/azure/), the Cloud Backup for Virtual Machines virtual appliance requires outbound internet access from your Azure VMware Solution SDDC via HTTPS. For more information, see [Internet connectivity design considerations](../azure-vmware/concepts-design-public-internet-access.md).
2121

2222
* You must have sufficient permissions to [Create a Microsoft Entra app and service principal](../active-directory/develop/howto-create-service-principal-portal.md) within your Microsoft Entra tenant and assign to the application a role in your Azure subscription. You can use the built-in role of "contributor" or you can create a custom role with only the required permissions:
2323

0 commit comments

Comments
 (0)