Skip to content

Commit 420e56c

Browse files
authored
Merge pull request #109079 from asudbring/lbpatch
Fixed file name and minor changes
2 parents ed50540 + 86454e8 commit 420e56c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.openpublishing.redirection.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50402,6 +50402,10 @@
5040250402
{
5040350403
"source_path": "articles/cognitive-services/Speech-Service/quickstart-voice-assistant-csharp-uwp.md",
5040450404
"redirect_url": "/azure/cognitive-services/speech-service/quickstarts/voice-assistants?pivots=programming-language-csharp&tabs=uwp"
50405+
},
50406+
{
50407+
"source_path": "articles/load-balancer/use-existing-lb-vmss-cli.md",
50408+
"redirect_url": "/azure/load-balancer/configure-vm-scale-set-cli"
5040550409
}
5040650410
]
5040750411
}

articles/load-balancer/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
- name: Use with an existing Azure Load Balancer - Portal
7070
href: configure-vm-scale-set-portal.md
7171
- name: Use with an existing Azure Load Balancer - CLI
72-
href: use-existing-lb-vmss-cli.md
72+
href: configure-vm-scale-set-cli.md
7373
- name: Upgrade a Basic Load Balancer to Standard Load Balancer
7474
items:
7575
- name: Upgrade a Basic Public Load Balancer

articles/load-balancer/use-existing-lb-vmss-cli.md renamed to articles/load-balancer/configure-vm-scale-set-cli.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,10 @@ az vmss create \
7676
> [!NOTE]
7777
> After the scale set has been created, the backend port cannot be modified for a load balancing rule used by a health probe of the load balancer. To change the port, you can remove the health probe by updating the Azure virtual machine scale set, update the port and then configure the health probe again.
7878
79-
## Next Steps
79+
## Next steps
8080

8181
In this article, you deployed a virtual machine scale set with an existing Azure Load Balancer. To learn more about virtual machine scale sets and load balancer, see:
8282

8383
- [What is Azure Load Balancer?](load-balancer-overview.md)
8484
- [What are virtual machine scale sets?](../virtual-machine-scale-sets/overview.md)
85+

0 commit comments

Comments
 (0)