Skip to content

Commit cb828a0

Browse files
committed
fixing links
1 parent e246300 commit cb828a0

File tree

8 files changed

+11
-12
lines changed

8 files changed

+11
-12
lines changed

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, setup 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
- name: Tutorials
132132
items:
133133
- name: Load balance VMs
134-
href: href: ../load-balancer/quickstart-load-balancer-standard-public-portal.md
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"redirections": [
33
{
4-
"source_path": "/articles/virtual-machines/linux/tutorial-load-balancer.md",
4+
"source_path_from_root": "/articles/virtual-machines/linux/tutorial-load-balancer.md",
55
"redirect_url": "/previous-versions/azure/virtual-machines/linux/tutorial-load-balancer",
66
"redirect_document_id": false
77
},
88
{
9-
"source_path": "/articles/virtual-machines/windows/tutorial-load-balancer.md",
9+
"source_path_from_root": "/articles/virtual-machines/windows/tutorial-load-balancer.md",
1010
"redirect_url": "/previous-versions/azure/virtual-machines/windows/tutorial-load-balancer",
1111
"redirect_document_id": false
1212
},

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)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ In this tutorial, you created a virtual machine scale set. You learned how to:
149149
> * Open port 80 to HTTP traffic.
150150
> * Test the scale set.
151151
152-
Advance to the next tutorial to learn more about load balancing concepts for virtual machines.
152+
Advance to the next topic to learn more about load balancing concepts for virtual machines.
153153
154154
> [!div class="nextstepaction"]
155-
> [Load balance virtual machines](tutorial-load-balancer.md)
155+
> [Load balance virtual machines](../load-balancer/quickstart-load-balancer-standard-public-powershell.md)

articles/virtual-network/network-overview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,8 @@ This table lists the methods you can use to create an Azure Bastion deployment.
226226
## Next steps
227227
For VM-specific steps on how to manage Azure virtual networks for VMs, see the [Windows](../virtual-machines/windows/tutorial-virtual-network.md) or [Linux](../virtual-machines/linux/tutorial-virtual-network.md) tutorials.
228228

229-
There are also tutorials on how to load balance VMs and create highly available applications for [Windows](../virtual-machines/windows/tutorial-load-balancer.md) or [Linux](../virtual-machines/linux/tutorial-load-balancer.md).
229+
There are also quickstarts on how to load balance VMs and create highly available applications using the [CLI](../load-balancer/quickstart-load-balancer-standard-public-cli.md) or [PowerShell](../load-balancer/quickstart-load-balancer-standard-public-powershell.md)
230230

231-
- Learn how to configure [user-defined routes and IP forwarding](../virtual-network/virtual-networks-udr-overview.md).
232231
- Learn how to configure [VNet to VNet connections](../vpn-gateway/vpn-gateway-vnet-vnet-rm-ps.md).
233232
- Learn how to [Troubleshoot routes](../virtual-network/diagnose-network-routing-problem.md).
234233
- Learn more about [Virtual machine network bandwidth](../virtual-network/virtual-machine-network-throughput.md).

includes/virtual-machines-common-network-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ This table lists the methods that you can use to create a VM in a VNet.
165165
## Next steps
166166
For VM-specific steps on how to manage Azure virtual networks for VMs, see the [Windows](../articles/virtual-machines/windows/tutorial-virtual-network.md) or [Linux](../articles/virtual-machines/linux/tutorial-virtual-network.md) tutorials.
167167

168-
There are also tutorials on how to load balance VMs and create highly available applications for [Windows](../articles/virtual-machines/windows/tutorial-load-balancer.md) or [Linux](../articles/virtual-machines/linux/tutorial-load-balancer.md).
168+
There are also quickstarts on how to load balance VMs and create highly available applications using the [CLI](../load-balancer/quickstart-load-balancer-standard-public-cli.md) or [PowerShell](../load-balancer/quickstart-load-balancer-standard-public-powershell.md).
169169

170170
- Learn how to configure [user-defined routes and IP forwarding](../articles/virtual-network/virtual-networks-udr-overview.md).
171171
- Learn how to configure [VNet to VNet connections](../articles/vpn-gateway/vpn-gateway-vnet-vnet-rm-ps.md).

0 commit comments

Comments
 (0)