You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/networking/working-remotely-support.md
+22-7Lines changed: 22 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ author: rambk
6
6
7
7
ms.service: virtual-network
8
8
ms.topic: article
9
-
ms.date: 03/25/2020
10
-
ms.author: kumud
9
+
ms.date: 03/26/2020
10
+
ms.author: rambala
11
11
12
12
---
13
13
@@ -51,18 +51,25 @@ Another way to support a remote workforce is to deploy a Virtual Desktop Infrast
51
51
52
52
Azure also has a rich set of eco system partners. Our partners Network Virtual Appliances on Azure can also help scale VPN connectivity. For more information, see [Network Virtual Appliance (NVA) Considerations during COVID-19](https://go.microsoft.com/fwlink/?linkid=2123771).
## Extend employees' connection to access globally distributed resources
55
55
56
-
Use ExpressRoute Global Reach, Azure VPN gateway, or Azure Virtual WAN services to establish connectivity between your different on-premises network across globe.
56
+
Following Azure services can be leveraged to enable employees connected to Azure access your globally distributed resources. Your resources could be in any of the Azure regions, on-premise networks across the globe, or even in other public or private clouds. Microsoft support for multi-cloud traffic is discussed later in this article.
57
+
58
+
Azure VNet-peering: If you deploy your resources in more than one Azure regions and/or if you aggregate the connectivity of remotely working employees using multiple virtual networks (VNet), you can establish cross connectivity between the multiple Azure Vnets using virtual network peering. For more information, see [Virtual network peering][VNet-peer].
59
+
60
+
Azure VPN based solution: For your remote employees connected to Azure via P2S or S2S VPN, you can enable access to on-premises networks by configuring S2S VPN between your on-premises networks and Azure VPN gateway. For more information, see [Create a Site-to-Site connection][S2S].
61
+
62
+
ExpressRoute: Using ExpressRoute private peering you can enable private connectivity between your Azure deployments and infrastructure that's on your premises or in a colocation facility. ExpressRoute, via Microsoft peering, also permits accessing public endpoints in Microsoft from your on-premises network. ExpressRoute connections do not go over the public Internet. They offer secure connectivity, reliability, higher throughput, with lower and consistent latencies than typical connections over the Internet. For more information, see [ExpressRoute overview][ExR]. Leveraging your existing network provider that is already part of our [ExpressRoute partner ecosystem][ExR-eco] can help reduce the time to get large bandwidth connections to Microsoft. Using [ExpressRoute Direct][ExR-D] you can directly connect your on-premises network to Microsoft backbone. ExpressRoute Direct offers two different line-rate options of dual 10 Gbps or 100 Gbps.
63
+
64
+
Azure Virtual WAN: Azure Virtual WAN allows seemless interoperability between your VPN connections and ExpressRoute circuits. As mentioned earlier, Azure Virtual WAN also support any-to-any connections between resources in different on-prem global locations, in different regional hub and spoke virtual networks
57
65
58
66
## Scale customer connectivity to frontend resources
59
67
60
68
Covid-19 is also creating a need for people to go online more. Even those who are not used to online transactions are now forced to do so. This results in increased customer traffic to many corporate websites Azure Application Gateway can help managing this increased frontend workload. For more information, see[Application Gateway COVID-19 Update](https://go.microsoft.com/fwlink/?linkid=2123940).
61
69
62
70
## Microsoft support for multi-cloud traffic
63
71
64
-
Even for your deployments in other public clouds, Microsoft can provide global connectivity. Azure Virtual WAN or ExpressRoute Global Reach can help in this regard. Also Azure Application Gateway can help scale and distribute load to websites that are hosted in on-prem networks and in other public clouds.
65
-
72
+
Even for your deployments in other public clouds, Microsoft can provide global connectivity. Azure Virtual WAN, VPN or ExpressRoute can help in this regard. To extend connectivity from Azure to other clouds, you can configure S2S VPN between the two clouds. You can also establish connectivity from Azure to other public clouds using ExpressRoute. Oracle cloud is part of ExpressRoute partner ecosystem. So you can [set up a direct interconnection between Azure and Oracle Cloud Infrastructure][Az-OCI]. Most service providers, who are part of ExpressRoute partner ecosystem, also offer private connectivity to other public clouds like Amazon's AWS and Google's GCP. Leveraging these service provider, you can establish private connectivity between your deployments in Azure and AWS/GCP via ExpressRoute.
66
73
67
74
## Next steps
68
75
@@ -77,4 +84,12 @@ Following are the Covid-19 preparation articles leveraging different Azure netwo
77
84
|[Transition to OpenVPN protocol or IKEv2 from SSTP](https://go.microsoft.com/fwlink/?linkid=2124112)| March 23, 2020 |
78
85
|[Azure Bastion COVID-19 update](https://go.microsoft.com/fwlink/?linkid=2123939)| March 23, 2020 |
79
86
|[COVID update - ExpressRoute](https://go.microsoft.com/fwlink/?linkid=2123768)| March 23, 2020 |
80
-
|[Azure Firewall remote work support](../firewall/remote-work-support.md)|March 25, 2020|
87
+
|[Azure Firewall remote work support](../firewall/remote-work-support.md)|March 25, 2020|
0 commit comments