|
1 | 1 | ---
|
2 |
| -title: Configure a Site-to-Site (S2S) VPN for use with Azure Files |
3 |
| -description: Learn how to configure a Site-to-Site (S2S) VPN for use with Azure Files. |
| 2 | +title: Configure a site-to-site VPN for Azure Files |
| 3 | +description: Learn how to configure a site-to-site (S2S) VPN for use with Azure Files so you can mount your Azure file shares from on premises. |
4 | 4 | author: khdownie
|
5 | 5 | ms.service: azure-file-storage
|
6 | 6 | ms.topic: how-to
|
7 |
| -ms.date: 12/08/2023 |
| 7 | +ms.date: 05/09/2024 |
8 | 8 | ms.author: kendownie
|
9 | 9 | ---
|
10 | 10 |
|
11 |
| -# Configure a Site-to-Site VPN for use with Azure Files |
| 11 | +# Configure a site-to-site VPN for use with Azure Files |
12 | 12 |
|
13 |
| -You can use a Site-to-Site (S2S) VPN connection to mount your Azure file shares from your on-premises network, without sending data over the open internet. You can set up a Site-to-Site VPN using [Azure VPN Gateway](../../vpn-gateway/vpn-gateway-about-vpngateways.md), which is an Azure resource offering VPN services, and is deployed in a resource group alongside storage accounts or other Azure resources. |
| 13 | +You can use a site-to-site (S2S) VPN connection to mount your Azure file shares from your on-premises network, without sending data over the open internet. You can set up a S2S VPN using [Azure VPN Gateway](../../vpn-gateway/vpn-gateway-about-vpngateways.md), which is an Azure resource offering VPN services, and is deployed in a resource group alongside storage accounts or other Azure resources. |
14 | 14 |
|
15 | 15 | 
|
16 | 16 |
|
17 | 17 | We strongly recommend that you read [Azure Files networking overview](storage-files-networking-overview.md) before continuing with this article for a complete discussion of the networking options available for Azure Files.
|
18 | 18 |
|
19 |
| -The article details the steps to configure a Site-to-Site VPN to mount Azure file shares directly on-premises. If you're looking to route sync traffic for Azure File Sync over a Site-to-Site VPN, see [configuring Azure File Sync proxy and firewall settings](../file-sync/file-sync-firewall-and-proxy.md). |
| 19 | +The article details the steps to configure a site-to-site VPN to mount Azure file shares directly on-premises. If you're looking to route sync traffic for Azure File Sync over a S2S VPN, see [configuring Azure File Sync proxy and firewall settings](../file-sync/file-sync-firewall-and-proxy.md). |
20 | 20 |
|
21 | 21 | ## Applies to
|
22 | 22 |
|
@@ -113,7 +113,7 @@ A local network gateway is an Azure resource that represents your on-premises ne
|
113 | 113 |
|
114 | 114 | The specific steps to configure your on-premises network appliance depend on the network appliance your organization has selected. Depending on the device your organization has chosen, the [list of tested devices](../../vpn-gateway/vpn-gateway-about-vpn-devices.md) might have a link to your device vendor's instructions for configuring with Azure virtual network gateway.
|
115 | 115 |
|
116 |
| -## Create the Site-to-Site connection |
| 116 | +## Create the site-to-site connection |
117 | 117 |
|
118 | 118 | To complete the deployment of a S2S VPN, you must create a connection between your on-premises network appliance (represented by the local network gateway resource) and the Azure virtual network gateway. To do this, follow these steps.
|
119 | 119 |
|
@@ -168,4 +168,4 @@ The final step in configuring a S2S VPN is verifying that it works for Azure Fil
|
168 | 168 |
|
169 | 169 | - [Azure Files networking overview](storage-files-networking-overview.md)
|
170 | 170 | - [Configure a Point-to-Site (P2S) VPN on Windows for use with Azure Files](storage-files-configure-p2s-vpn-windows.md)
|
171 |
| -- [Configure a Point-to-Site (P2S) VPN on Linux for use with Azure Files](storage-files-configure-p2s-vpn-linux.md) |
| 171 | +- [Configure a Point-to-Site (P2S) VPN on Linux for use with Azure Files](storage-files-configure-p2s-vpn-linux.md) |
0 commit comments