|
| 1 | +--- |
| 2 | +title: Deploy a cross-region load balancer with Azure Resource Manager templates | Microsoft Docs |
| 3 | +description: Deploy a cross-region load balancer with Azure Resource Manager templates |
| 4 | +author: mbender-ms |
| 5 | +ms.author: mbender |
| 6 | +ms.service: load-balancer |
| 7 | +ms.topic: tutorial |
| 8 | +ms.date: 02/17/2023 |
| 9 | +ms.custom: template-tutorial |
| 10 | +#Customer intent: As a administrator, I want to deploy a cross-region load balancer for global high availability of my application or service. |
| 11 | +--- |
| 12 | + |
| 13 | +# Tutorial: Deploy a cross-region load balancer with Azure Resource Manager templates |
| 14 | + |
| 15 | +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. |
| 16 | + |
| 17 | +Using an ARM template takes fewer steps comparing to other deployment methods. |
| 18 | + |
| 19 | +[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-introduction.md)] |
| 20 | + |
| 21 | +If your environment meets the prerequisites and you're familiar with using ARM templates, select the **Deploy to Azure** button. The template will open in the Azure portal. |
| 22 | + |
| 23 | +In this tutorial, you learn how to: |
| 24 | + |
| 25 | +> [!div class="checklist"] |
| 26 | +> * All tutorials include a list summarizing the steps to completion |
| 27 | +> * Each of these bullet points align to a key H2 |
| 28 | +> * Use these green checkboxes in a tutorial |
| 29 | +
|
| 30 | +## Prerequisites |
| 31 | + |
| 32 | +- An Azure account with an active subscription. [Create an account for free] |
| 33 | + (https://azure.microsoft.com/free/?WT.mc_id=A261C142F). |
| 34 | +- Access to Azure Portal |
| 35 | +- An Azure Resource Group |
| 36 | +- An Azure Virtual Network and Subnet configured |
| 37 | + |
| 38 | +## Review the template |
| 39 | +In this section, you will review the template and the parameters that are used to deploy the cross-region load balancer. When you create a standard load balancer, you must also create a new standard public IP address that is configured as the frontend for the standard load balancer. Also, the Load balancers and public IP SKUs must match. In our case, we will create two standard public IP addresses, one for the regional level load balancer and another for the cross-region load balancer. |
| 40 | + |
| 41 | +1. Sign in to the [<service> portal](url). |
| 42 | +1. <!-- Step 2 --> |
| 43 | +1. <!-- Step n --> |
| 44 | + |
| 45 | +## Deploy the template |
| 46 | +<!-- Introduction paragraph --> |
| 47 | +1. <!-- Step 1 --> |
| 48 | +1. <!-- Step 2 --> |
| 49 | +1. <!-- Step n --> |
| 50 | + |
| 51 | +## Verify the deployment |
| 52 | +<!-- Introduction paragraph --> |
| 53 | +1. <!-- Step 1 --> |
| 54 | +1. <!-- Step 2 --> |
| 55 | +1. <!-- Step n --> |
| 56 | + |
| 57 | + |
| 58 | +## Clean up resources |
| 59 | + |
| 60 | +If you're not going to continue to use this application, delete |
| 61 | +<resources> with the following steps: |
| 62 | + |
| 63 | +1. From the left-hand menu... |
| 64 | +1. ...click Delete, type...and then click Delete |
| 65 | + |
| 66 | +<!-- 7. Next steps |
| 67 | +Required: A single link in the blue box format. Point to the next logical tutorial |
| 68 | +in a series, or, if there are no other tutorials, to some other cool thing the |
| 69 | +customer can do. |
| 70 | +--> |
| 71 | + |
| 72 | +## Next steps |
| 73 | + |
| 74 | +In this tutorial, you: |
| 75 | +- Created a cross region load balancer\ |
| 76 | +- Created a regional load balancer |
| 77 | +- Created 3 virtual machines and linked them to the regional load balancer |
| 78 | +- Configured the cross-region load balancer to work with the regional load balancer |
| 79 | +- Tested the cross-region load balancer. |
| 80 | + |
| 81 | +Learn more about cross-region load balancer. |
| 82 | +Advance to the next article to learn how to create... |
| 83 | +> [!div class="nextstepaction"] |
| 84 | +> [Next steps button](contribute-how-to-mvc-tutorial.md) |
| 85 | +
|
| 86 | +<!-- |
| 87 | +Remove all the comments in this template before you sign-off or merge to the |
| 88 | +main branch. |
| 89 | +--> |
0 commit comments