Skip to content

Commit db9b935

Browse files
authored
Merge pull request #227655 from cynthn/Release_Archive_main_2023-02-16-20-14-32
LB [DocsArchive-1.0.23045.1](2023-02-16-20-14-32)Auto archive content
2 parents 86bfd2b + 11e0302 commit db9b935

File tree

14 files changed

+44
-662
lines changed

14 files changed

+44
-662
lines changed

articles/guides/operations/TOC.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
href: ../../virtual-machines/linux/tutorial-manage-vm.md?toc=%2fazure%2fguides%2foperations%2ftoc.json
4141
- name: Jenkins CI/CD Pipeline
4242
href: /azure/developer/jenkins/pipeline-with-github-and-docker?toc=%2fazure%2fguides%2foperations%2ftoc.json
43-
- name: Load balance VMs
44-
href: ../../virtual-machines/linux/tutorial-load-balancer.md?toc=%2fazure%2fguides%2foperations%2ftoc.json
4543
- name: Authoring Azure Resource Manager templates
4644
href: ../../azure-resource-manager/templates/syntax.md?toc=%2fazure%2fguides%2foperations%2ftoc.json
45+
- name: Create a load balancer
46+
href: ../../load-balancer/quickstart-load-balancer-standard-public-powershell.md
4747
- name: Backup VMs at Scale
4848
href: ../../backup/tutorial-backup-vm-at-scale.md
4949
- name: How To Guides
@@ -60,4 +60,4 @@
6060
href: https://azure.microsoft.com/pricing/calculator/
6161
- name: Microsoft Azure portal overview
6262
href: ../../azure-portal/azure-portal-overview.md
63-
- name: References
63+
- name: References

articles/marketplace/azure-vm-certification-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ sections:
483483
|NVA Deployment|Deploy a VM using the NVA with 1 NIC. Verify that the deployment is completed in 20 minutes.|If the deployment is not completed within 20 minutes, then verify the NVA image.|
484484
|NVA Reboot|Deploy a VM using the NVA with 1 NIC. Then, go to the VM in Azure portal, and under section **Support + troubleshooting** in the left pane, click on **Redeploy + Reapply** and redeploy the VM. After redeployment is completed, verify that the status of the VM is *Running* and the NIC port 22 is reachable using Netcat command.|If VM doesn't come up after reboot, then there may be an issue with the NVA image.<br><br>If the Netcat test fails, then it could be because the NIC failed to come up after the reboot even though the VM was running. Please wait for few minutes and try again. If after 20 mins it still fails, then there may be an issue with the NVA image|
485485
|NVA Redeployment|Deploy a VM using the NVA with 1 NIC. Then, redeploy the VM. Verify that the status of the VM is *Running* and the NIC port 22 is reachable using Netcat command.|If the redeploy does not complete within 15 minutes, then there may be an issue with the NVA image.<br><br>If the Netcat test fails, then it could be because the NIC failed to come up after the reboot even though the VM was running. Please wait for few minutes and try again. If after 20 mins it still fails, then there may be an issue with the NVA image|
486-
|High Availability|Deploy a VM using the NVA with 1 NIC. Either No public IP should be attached to NIC or if Public IP is attached then SKU should be standard and IP allocation method should be static. In the same virtual network, setup an Azure Internal [load balancer](../virtual-machines/linux/tutorial-load-balancer.md) using configuration below.<br> - Load balancer using *Standard SKU*<br> - Frontend IP using private IP allocation method as dynamic<br> - Health probes using TCP, port 22 with a retry interval of 15 seconds<br> - A load balancing rule with protocol as *all* and enable floating IP set to False.<br> - Backend pool pointing to NVA VM.<br><br>Once the setup is ready, verify that the NVA VM is reachable across the load balancer, using Netcat command.|If the NVA is unreachable across the load balancer, then verify the setup of the VM, load balancer and HA ports feature. If everything is accurate, then there may be an issue with the NVA image.|
486+
|High Availability|Deploy a VM using the NVA with 1 NIC. Either No public IP should be attached to NIC or if Public IP is attached then SKU should be standard and IP allocation method should be static. In the same virtual network, set up an Azure Internal [load balancer](../load-balancer/quickstart-load-balancer-standard-public-portal.md) using configuration below.<br> - Load balancer using *Standard SKU*<br> - Frontend IP using private IP allocation method as dynamic<br> - Health probes using TCP, port 22 with a retry interval of 15 seconds<br> - A load balancing rule with protocol as *all* and enable floating IP set to False.<br> - Backend pool pointing to NVA VM.<br><br>Once the setup is ready, verify that the NVA VM is reachable across the load balancer, using Netcat command.|If the NVA is unreachable across the load balancer, then verify the setup of the VM, load balancer and HA ports feature. If everything is accurate, then there may be an issue with the NVA image.|
487487
|VNET Peering|Deploy a virtual machine VM1 using the NVA image, with 1 NIC in a virtual network VNET1. In another virtual network VNET2, deploy a virtual machine VM2 using any Linux image, say ubuntu, with 1 NIC, and VM settings as Dynamic IP allocation method and basic SKU. Create [VNET peering](../virtual-network/virtual-network-manage-peering.md) between VNET1 and VNET2 and **Traffic to remote virtual network** is configured as *Allow (default)*<br><br>Once the setup is ready, verify that from VM2 we can reach private IP of the NIC on the NVA VM1, using Netcat command.|If the NVA VM1 is unreachable from VM2, then verify that the VNET peering is configured correctly and try again. If it still doesn't work, then there may be an issue with the NVA image.|
488488
|Accelerated Networking (AN)|Deploy a VM with the NVA and 1 [AN enabled NIC](../virtual-network/create-vm-accelerated-networking-cli.md). You can enable AN on a NIC while creating the VM, or on the NIC properties after creating the VM. Verify that the VM will be up and running.|If the deployment fails, then please verify that the NVA image supports Accelerated Networking.|
489489
|Multi-NIC Basic|Deploy a VM using the NVA with 3 NICs with Dynamic IP allocation method and basic SKU. Get private IP and MAC address for all the NICs (refer to [view Network Interface](../virtual-network/virtual-network-network-interface.md) for instructions). Then, redeploy the VM, and verify that the private IP and MAC address for all the NICs remain the same as before redeploying.|If the private IP and MAC address for all the NICs change after redeploying, then there may be an issue with the NVA image.|

articles/networking/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
- name: Plan and design
2626
items:
2727
- name: Support for working remotely
28-
href: working-remotely-support.md
28+
href: working-remotely-support.md
2929
- name: Virtual networks
3030
href: ../virtual-network/virtual-network-vnet-plan-design-arm.md?toc=%2fazure%2fnetworking%2ftoc.json
3131
- name: Cross-premises connectivity - VPN
@@ -131,7 +131,7 @@
131131
- name: Tutorials
132132
items:
133133
- name: Load balance VMs
134-
href: ../virtual-machines/linux/tutorial-load-balancer.md?toc=%2fazure%2fnetworking%2ftoc.json
134+
href: ../load-balancer/quickstart-load-balancer-standard-public-portal.md
135135
- name: Connect a computer to a virtual network
136136
href: ../vpn-gateway/vpn-gateway-howto-point-to-site-resource-manager-portal.md?toc=%2fazure%2fnetworking%2ftoc.json
137137
- name: Reference

articles/virtual-machines/.openpublishing.redirection.virtual-machines.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/virtual-machines/linux/tutorial-load-balancer.md",
5+
"redirect_url": "/previous-versions/azure/virtual-machines/linux/tutorial-load-balancer",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path_from_root": "/articles/virtual-machines/windows/tutorial-load-balancer.md",
10+
"redirect_url": "/previous-versions/azure/virtual-machines/windows/tutorial-load-balancer",
11+
"redirect_document_id": false
12+
},
313
{
414
"source_path_from_root": "/articles/virtual-machines/linux/freebsd-pf-nat.md",
515
"redirect_url": "/previous-versions/azure/virtual-machines/linux/freebsd-pf-nat",

articles/virtual-machines/TOC.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -45,40 +45,40 @@
4545
items:
4646
- name: Linux
4747
items:
48-
- name: 1 - Create / manage VMs
48+
- name: Create / manage VMs
4949
href: ./linux/tutorial-manage-vm.md
50-
- name: 2 - Create / manage disks
50+
- name: Create / manage disks
5151
href: ./linux/tutorial-manage-disks.md
52-
- name: 3 - Automate configuration
52+
- name: Automate configuration
5353
href: ./linux/tutorial-automate-vm-deployment.md
54-
- name: 4 - Create VM images
54+
- name: Create VM images
5555
href: ./linux/tutorial-custom-images.md
56-
- name: 5 - Highly available VMs
56+
- name: Manage networking
57+
href: ./linux/tutorial-virtual-network.md
58+
- name: Highly available VMs
5759
href: ./linux/tutorial-availability-sets.md
58-
- name: 6 - Create a scale set
60+
- name: Load Balance VMs
61+
href: ../load-balancer/quickstart-load-balancer-standard-public-cli.md
62+
- name: Create a scale set
5963
href: ./linux/tutorial-create-vmss.md
60-
- name: 7 - Load balance VMs
61-
href: ./linux/tutorial-load-balancer.md
62-
- name: 8 - Manage networking
63-
href: ./linux/tutorial-virtual-network.md
6464
- name: Windows
6565
items:
66-
- name: 1 - Create / manage a VM
66+
- name: Create / manage a VM
6767
href: ./windows/tutorial-manage-vm.md
68-
- name: 2 - Create / manage disks
68+
- name: Create / manage disks
6969
href: ./windows/tutorial-manage-data-disk.md
70-
- name: 3 - Automate configuration
70+
- name: Automate configuration
7171
href: ./windows/tutorial-automate-vm-deployment.md
72-
- name: 4 - Create VM images
72+
- name: Create VM images
7373
href: ./windows/tutorial-custom-images.md
74-
- name: 5 - Highly available VMs
74+
- name: Manage networking
75+
href: ./windows/tutorial-virtual-network.md
76+
- name: Highly available VMs
7577
href: ./windows/tutorial-availability-sets.md
76-
- name: 6 - Create a scale set
78+
- name: Load Balance VMs
79+
href: ../load-balancer/quickstart-load-balancer-standard-public-powershell.md
80+
- name: Create a scale set
7781
href: ./windows/tutorial-create-vmss.md
78-
- name: 7 - Load balance VMs
79-
href: ./windows/tutorial-load-balancer.md
80-
- name: 8 - Manage networking
81-
href: ./windows/tutorial-virtual-network.md
8282
- name: Develop
8383
items:
8484
- name: REST API
@@ -1583,7 +1583,7 @@
15831583
href: ../ddos-protection/manage-ddos-protection-template.md?context=/azure/virtual-machines/context/context
15841584
- name: Open ports and filter traffic
15851585
items:
1586-
- name: CLI
1586+
- name: CLI
15871587
href: ../virtual-network/tutorial-filter-network-traffic-cli.md
15881588
- name: PowerShell
15891589
href: ../virtual-network/tutorial-filter-network-traffic-powershell.md

articles/virtual-machines/availability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ An [availability set](availability-set-overview.md) is a logical grouping of VMs
3333

3434

3535
## Load balancer
36-
Combine the [Azure Load Balancer](../load-balancer/load-balancer-overview.md) with an availability zone or availability set to get the most application resiliency. The Azure Load Balancer distributes traffic between multiple virtual machines. For our Standard tier virtual machines, the Azure Load Balancer is included. Not all virtual machine tiers include the Azure Load Balancer. For more information about load balancing your virtual machines, see **Load Balancing virtual machines** for [Linux](linux/tutorial-load-balancer.md) or [Windows](windows/tutorial-load-balancer.md).
36+
Combine the [Azure Load Balancer](../load-balancer/load-balancer-overview.md) with availability zones and scale sets to get the most application resiliency. The Azure Load Balancer distributes traffic between multiple virtual machines. For our Standard tier virtual machines, the Azure Load Balancer is included. Not all virtual machine tiers include the Azure Load Balancer. For more information about load balancing your virtual machines, see the Load Balancer quickstarts using the [CLI](../load-balancer/quickstart-load-balancer-standard-public-cli.md) or [PowerShell](../load-balancer/quickstart-load-balancer-standard-public-powershell.md).
3737

3838

3939
## Azure Storage redundancy

articles/virtual-machines/linux/tutorial-create-vmss.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ In this tutorial, you created a Virtual Machine Scale Set. You learned how to:
179179
> * Open port 80 to HTTP traffic.
180180
> * Test the scale set.
181181

182-
Advance to the next tutorial to learn more about load balancing concepts for virtual machines.
182+
Advance to the next topic to learn more about load balancing concepts for virtual machines.
183183

184184
> [!div class="nextstepaction"]
185-
> [Load balance virtual machines](tutorial-load-balancer.md)
185+
> [Load balance virtual machines](../../load-balancer/quickstart-load-balancer-standard-public-cli.md)

0 commit comments

Comments
 (0)