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/bastion/work-remotely-support.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,6 @@ Azure Bastion is deployed per virtual network. Companies can configure and manag
24
24
25
25
## Next steps
26
26
27
-
* Configure Azure Bastion by using the [Azure portal](./tutorial-create-host-portal.md), [PowerShell](bastion-create-host-powershell.md), or the Azure CLI.
27
+
* Configure Azure Bastion by using the [Azure portal](tutorial-create-host-portal.md), [PowerShell](bastion-create-host-powershell.md), or the [Azure CLI](create-host-cli.md).
28
28
29
-
* Read the [Azure Bastion FAQ](bastion-faq.md) for additional information.
Copy file name to clipboardExpand all lines: articles/networking/working-remotely-support.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,15 +21,15 @@ Network architects are faced with the following challenges:
21
21
- Provide reliable and secure connectivity to more employees of their company and customers.
22
22
- Provide connectivity to remote locations across the globe.
23
23
24
-
Not all networks (for example, private WAN and corporate core networks) experience congestion from peak loads of remote workers. The bottlenecks are commonly reported only in home broadband networks and VPN gateways of on-premises networks of corporations.
24
+
Not all networks (for example, private WAN and corporate core networks) experience congestion from peak loads of remote workers. The bottlenecks are commonly reported only in home broadband networks and in VPN gateways of on-premises networks of corporations.
25
25
26
26
Network planners can help ease bottlenecks and alleviate network congestion by keeping in mind that different traffic types need different network treatment priorities. Some traffic requires smart load redirection or redistribution.
27
27
28
28
For example, real-time telemedicine traffic of doctor/patient interaction has a high importance and is sensitive to delay or jitter. Replication of traffic between storage solutions is not delay sensitive. Telemedicine traffic must be routed via the most optimal network path with a high quality of service, whereas it's acceptable to use a suboptimal route for traffic between storage solutions.
29
29
30
30
## Elasticity and high availability in the Microsoft network
31
31
32
-
Azure is designed to withstand sudden changes in resource utilization and to keep systems operating during periods of peak utilization.
32
+
Azure is designed to withstand sudden changes in resource utilization and to keep systems running during periods of peak utilization.
33
33
34
34
Microsoft maintains and operates one of the world's largest networks. The Microsoft network has been designed for high availability to withstand various types of failures, from failure of a single network element to failure of an entire region.
35
35
@@ -44,7 +44,7 @@ Azure VPN Gateway supports both point-to-site (P2S) and site-to-site (S2S) VPN c
44
44
45
45
If you're using Secure Socket Tunneling Protocol (SSTP), the number of concurrent connections is limited to 128. To get a higher number of connections, we suggest transitioning to OpenVPN or IKEv2. For more information, see [Transition to OpenVPN protocol or IKEv2 from SSTP](../vpn-gateway/ikev2-openvpn-from-sstp.md).
46
46
47
-
To access your resources deployed in Azure, remote developers can use Azure Bastion instead of a VPN connection. That solution can provide secure shell access (RDP or SSH) without requiring public IPs on the VMs that are being accessed. For more information, see [Enable remote work by using Azure Bastion](../bastion/work-remotely-support.md).
47
+
To access your resources deployed in Azure, remote developers can use Azure Bastion instead of a VPN connection. That solution can provide secure shell access (RDP or SSH) without requiring public IP addresses on the VMs that are being accessed. For more information, see [Enable remote work by using Azure Bastion](../bastion/work-remotely-support.md).
0 commit comments