Skip to content

Commit adeb03b

Browse files
authored
Apply suggestions from code review
1 parent aac720e commit adeb03b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

articles/storage/files/storage-files-planning.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ This means you'll need to consider the following network configurations:
8585

8686
- If the required protocol is SMB and all access over SMB is from clients in Azure, no special networking configuration is required.
8787
- If the required protocol is SMB and the access is from clients on-premises, then a VPN or ExpressRoute connection from on-premises to your Azure network is required, with Azure Files exposed on your internal network using private endpoints.
88-
- If the required protocol is NFS, you can use either service endpoints or private endpoints to restrict the network to specified virtual networks. If you need a static IP address and/or your workload requires high availability, use a private endpoint. With service endpoints, a rare event such as a zonal outage could cause the underlying IP address of the storage account to change. While the data is still be available on the file share, the client would require a remount of the share.
88+
- If the required protocol is NFS, you can use either service endpoints or private endpoints to restrict the network to specified virtual networks. If you need a static IP address and/or your workload requires high availability, use a private endpoint. With service endpoints, a rare event such as a zonal outage could cause the underlying IP address of the storage account to change. While the data is still available on the file share, the client would require a remount of the share.
89+
8990

9091
To learn more about how to configure networking for Azure Files, see [Azure Files networking considerations](storage-files-networking-overview.md).
9192

includes/storage-files-tiers-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ When selecting a media tier for your workload, consider your performance and usa
1919

2020
Once you've created a file share in a storage account, you can't directly move it to a different media tier. For example, to move an HDD file share to the SSD media tier, you must create a new SSD file share and copy the data from your original share to the new file share. See [migrate files from one file share to another](../articles/storage/files/migrate-files-between-shares.md)
2121

22-
More information on the SSD and and HDD media tiers can be found in [Understanding Azure Files billing](../articles/storage/files/understanding-billing.md) and [Understanding Azure Files performance](../articles/storage/files/understand-performance.md).
22+
More information on the SSD and HDD media tiers can be found in [Understanding Azure Files billing](../articles/storage/files/understanding-billing.md) and [Understanding Azure Files performance](../articles/storage/files/understand-performance.md).

0 commit comments

Comments
 (0)