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
#Customer intent: As a administrator, I want to deploy a cross-region load balancer for global high availability of my application or service.
12
12
---
13
13
14
-
# Tutorial: Create a cross-region Azure Load Balancer using the Azure portal
14
+
# Tutorial: Create a cross-region Azure Load Balancer
15
15
16
16
A cross-region load balancer ensures a service is available globally across multiple Azure regions. If one region fails, the traffic is routed to the next closest healthy regional load balancer.
17
17
@@ -23,11 +23,11 @@ In this tutorial, you learn how to:
23
23
> * Create a load balancer rule.
24
24
> * Test the load balancer.
25
25
26
-
If you don’t have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
26
+
You can use the Azure portal, Azure CLI, or Azure PowerShell to complete this tutorial.
27
27
28
28
## Prerequisites
29
29
30
-
- An Azure subscription.
30
+
- An Azure subscription. If you don’t have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
31
31
- Two **standard** sku Azure Load Balancers with backend pools deployed in two different Azure regions.
32
32
- For information on creating a regional standard load balancer and virtual machines for backend pools, see [Quickstart: Create a public load balancer to load balance VMs using the Azure portal](quickstart-load-balancer-standard-public-portal.md).
0 commit comments