Skip to content

Commit 0379101

Browse files
Merge pull request #225472 from mbender-ms/patch-45
Load Balancer - Update URLs
2 parents 7550504 + 48c26b1 commit 0379101

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/load-balancer/configure-vm-scale-set-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ In this article, you'll learn how to configure a Virtual Machine Scale Set with
2727

2828
## Sign in to Azure CLI
2929

30-
Sign into Azure with [`Connect-AzAccount`](/powershell/module/az.accounts/connect-azaccount.md#example-1-connect-to-an-azure-account)
30+
Sign into Azure with [`Connect-AzAccount`](/powershell/module/az.accounts/connect-azaccount#example-1-connect-to-an-azure-account)
3131

3232
```azurepowershell-interactive
3333
Connect-AzAccount
3434
```
3535

3636
## Deploy a Virtual Machine Scale Set with existing load balancer
37-
Deploy a Virtual Machine Scale Set with [`New-AzVMss`](/powershell/module/az.compute/new-azvmss.md). Replace the values in brackets with the names of the resources in your configuration.
37+
Deploy a Virtual Machine Scale Set with [`New-AzVMss`](/powershell/module/az.compute/new-azvmss). Replace the values in brackets with the names of the resources in your configuration.
3838

3939
```azurepowershell-interactive
4040

0 commit comments

Comments
 (0)