Skip to content

Commit bbdf4bc

Browse files
committed
Fix typo
IPSec -> IPsec
1 parent fa6651d commit bbdf4bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/security/fundamentals/network-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ It is possible to use many virtual networks for your deployments. There are vari
194194

195195
One option is for services on one virtual network to connect to services on another virtual network, by "looping back" through the internet. The connection starts on one virtual network, goes through the internet, and then comes back to the destination virtual network. This option exposes the connection to the security issues inherent in any internet-based communication.
196196

197-
A better option might be to create a site-to-site VPN that connects between two virtual networks. This method uses the same IPSec tunnel mode protocol as the cross-premises site-to-site VPN connection mentioned above.
197+
A better option might be to create a site-to-site VPN that connects between two virtual networks. This method uses the same IPsec tunnel mode protocol as the cross-premises site-to-site VPN connection mentioned above.
198198

199199
The advantage of this approach is that the VPN connection is established over the Azure network fabric, instead of connecting over the internet. This provides you an extra layer of security, compared to site-to-site VPNs that connect over the internet.
200200

0 commit comments

Comments
 (0)