Skip to content

Commit d8f9176

Browse files
authored
Merge pull request #125275 from changeworld/patch-21
Fix typo
2 parents 1aa4d25 + 53e45c6 commit d8f9176

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/security/fundamentals/network-overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,9 @@ It is possible to use multiple virtual networks for your deployments for various
195195

196196
One option is to have services on one virtual network connect to services on another virtual network by "looping back" through the internet. This means the connection starts on one virtual network, goes through the internet, and then reaches the destination virtual network. However, this exposes the connection to the security risks inherent in internet-based communication.
197197

198-
A better option is to create a site-to-site VPN that connects the two virtual networks. This method uses the same IPSec tunnel mode protocol as the cross-premises site-to-site VPN connection mentioned earlier.
198+
199+
A better option is to create a site-to-site VPN that connects the two virtual networks. This method uses the same IPsec tunnel mode protocol as the cross-premises site-to-site VPN connection mentioned earlier.
200+
199201

200202
The advantage of this approach is that the VPN connection is established over the Azure network fabric, providing an extra layer of security compared to site-to-site VPNs that connect over the internet.
201203

0 commit comments

Comments
 (0)