Skip to content

Commit f52a2a6

Browse files
committed
remove tenant id
1 parent 294ff47 commit f52a2a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/load-balancer/upgrade-basic-standard-with-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ PS C:\> Install-Module -Name AzureBasicLoadBalancerUpgrade -Scope CurrentUser -R
9595

9696
## Use the module
9797

98-
1. Use `Connect-AzAccount` to connect to the required Microsoft Entra tenant and Azure subscription
98+
1. Use `Connect-AzAccount` to connect to Azure, specifying the Basic Load Balancer's subscription ID if you have more than one subscription.
9999

100100
```powershell
101-
PS C:\> Connect-AzAccount -Tenant <TenantId> -Subscription <SubscriptionId>
101+
PS C:\> Connect-AzAccount -Subscription <SubscriptionId>
102102
```
103103
104104
2. Find the Load Balancer you wish to upgrade. Record its name and resource group name.

0 commit comments

Comments
 (0)