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/load-balancer/cross-subscription-how-to-global-backend.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ services: load-balancer
6
6
author: mbender-ms
7
7
ms.service: azure-load-balancer
8
8
ms.topic: how-to
9
-
ms.date: 10/17/2024
9
+
ms.date: 02/20/2024
10
10
ms.author: mbender
11
11
ms.custom: devx-track-azurepowershell
12
12
---
@@ -23,8 +23,8 @@ A [cross-subscription load balancer](cross-subscription-overview.md) can referen
23
23
24
24
- Two Azure subscriptions.
25
25
- An Azure account with active subscriptions. [Create an account for free](https://azure.microsoft.com/free/)
26
-
- A global public IP address deployed in **Azure Subscription A**.
27
-
- A regional load balancer deployed in **Azure Subscription B**.
26
+
- A global public IP address deployed in **Azure Subscription A** located in a [Global load balancer home region](cross-subscription-how-to-global-backend.md).
27
+
- A regional load balancer deployed in **Azure Subscription A**.
28
28
- Azure PowerShell installed locally or Azure Cloud Shell.
29
29
30
30
If you choose to install and use PowerShell locally, this article requires the Azure PowerShell module version 5.4.1 or later. Run `Get-Module -ListAvailable Az` to find the installed version. If you need to upgrade, see Install Azure PowerShell module. If you're running PowerShell locally, you also need to run `Connect-AzAccount` to create a connection with Azure.
@@ -38,8 +38,8 @@ If you choose to install and use PowerShell locally, this article requires the A
38
38
39
39
- Two Azure subscriptions. One subscription for the virtual network (**Azure Subscription A**) and another subscription for the load balancer(**Azure Subscription B**).
40
40
- An Azure account with active subscriptions. [Create an account for free](https://azure.microsoft.com/free/)
41
-
- A global public IP address deployed in **Azure Subscription A**.
42
-
- A regional load balancer deployed in **Azure Subscription B**.
41
+
- A global public IP address deployed in **Azure Subscription A** located in a [Global load balancer home region](cross-subscription-how-to-global-backend.md).
42
+
- A regional load balancer deployed in **Azure Subscription A**.
@@ -55,7 +55,7 @@ If you choose to install and use the CLI locally, this quickstart requires Azure
55
55
56
56
# [Azure PowerShell](#tab/azurepowershell)
57
57
58
-
With Azure PowerShell, you sign into Azure with [`Connect-AzAccount`](/powershell/module/az.accounts/connect-azaccount), and change your subscription context with [`Set-AzContext`](/powershell/module/az.accounts/set-azcontext) to **Azure Subscription A**. Then get the regional load balancer information with [`Get-AzLoadBalancer`](/powershell/module/az.network/get-azloadbalancer) and [`Get-AzLoadBalancerFrontendIpConfig](/powershell/module/az.network/get-azloadbalancerfrontendipconfig). You need the Azure subscription ID, resource group name, and virtual network name from your environment.
58
+
With Azure PowerShell, you sign into Azure with [`Connect-AzAccount`](/powershell/module/az.accounts/connect-azaccount), and change your subscription context with [`Set-AzContext`](/powershell/module/az.accounts/set-azcontext) to **Azure Subscription A**. Then get the regional load balancer information with [`Get-AzLoadBalancer`](/powershell/module/az.network/get-azloadbalancer) and [`Get-AzLoadBalancerFrontendIpConfig`](/powershell/module/az.network/get-azloadbalancerfrontendipconfig). You need the Azure subscription ID, resource group name, and virtual network name from your environment.
59
59
60
60
61
61
```azurepowershell
@@ -64,15 +64,15 @@ With Azure PowerShell, you sign into Azure with [`Connect-AzAccount`](/powershel
64
64
Connect-AzAccount
65
65
66
66
# Set the subscription context to Azure Subscription A
0 commit comments