Skip to content

Commit f9de99a

Browse files
authored
Merge pull request #127584 from asudbring/qs-lb-internal-posh
Renamed article to match other articles
2 parents 99dd944 + cd37330 commit f9de99a

8 files changed

+11
-6
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56333,6 +56333,11 @@
5633356333
"source_path": "articles/service-fabric/service-fabric-scale-up-node-type.md",
5633456334
"redirect_url": "/azure/service-fabric/service-fabric-scale-up-primary-node-type",
5633556335
"redirect_document_id": false
56336+
},
56337+
{
56338+
"source_path": "articles/load-balancer/quickstart-create-standard-load-balancer-powershell.md",
56339+
"redirect_url": "/azure/load-balancer/quickstart-load-balancer-standard-public-powershell",
56340+
"redirect_document_id": false
5633656341
}
5633756342
]
5633856343
}

articles/backup/backup-azure-arm-restore-vms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ There are a number of common scenarios in which you might need to restore VMs.
194194
**Restore multiple domain controller VMs in single domain** | If other domain controllers in the same domain can be reached over the network, the domain controller can be restored like any VM. If it's the last remaining domain controller in the domain, or a recovery in an isolated network is performed, use a [forest recovery](/windows-server/identity/ad-ds/manage/ad-forest-recovery-single-domain-in-multidomain-recovery).
195195
**Restore multiple domains in one forest** | We recommend a [forest recovery](/windows-server/identity/ad-ds/manage/ad-forest-recovery-single-domain-in-multidomain-recovery).
196196
**Bare-metal restore** | The major difference between Azure VMs and on-premises hypervisors is that there's no VM console available in Azure. A console is required for certain scenarios, such as recovering by using a bare-metal recovery (BMR)-type backup. However, VM restore from the vault is a full replacement for BMR.
197-
**Restore VMs with special network configurations** | Special network configurations include VMs using internal or external load balancing, using multiple NICS, or multiple reserved IP addresses. You restore these VMs by using the [restore disk option](#restore-disks). This option makes a copy of the VHDs into the specified storage account, and you can then create a VM with an [internal](../load-balancer/load-balancer-get-started-ilb-arm-ps.md) or [external](../load-balancer/quickstart-create-standard-load-balancer-powershell.md) load balancer, [multiple NICS](../virtual-machines/windows/multiple-nics.md), or [multiple reserved IP addresses](../virtual-network/virtual-network-multiple-ip-addresses-powershell.md), in accordance with your configuration.
197+
**Restore VMs with special network configurations** | Special network configurations include VMs using internal or external load balancing, using multiple NICS, or multiple reserved IP addresses. You restore these VMs by using the [restore disk option](#restore-disks). This option makes a copy of the VHDs into the specified storage account, and you can then create a VM with an [internal](../load-balancer/load-balancer-get-started-ilb-arm-ps.md) or [external](../load-balancer/quickstart-load-balancer-standard-public-powershell.md) load balancer, [multiple NICS](../virtual-machines/windows/multiple-nics.md), or [multiple reserved IP addresses](../virtual-network/virtual-network-multiple-ip-addresses-powershell.md), in accordance with your configuration.
198198
**Network Security Group (NSG) on NIC/Subnet** | Azure VM backup supports Backup and Restore of NSG information at vnet, subnet, and NIC level.
199199
**Zone Pinned VMs** | If you back up an Azure VM that's pinned to a zone (with Azure Backup), then you can restore it in the same zone where it was pinned. [Learn more](../availability-zones/az-overview.md)
200200
**Restore VM in any availability set** | When restoring a VM from the portal, there's no option to choose an availability set. A restored VM doesn't have an availability set. If you use the restore disk option, then you can [specify an availability set](../virtual-machines/windows/tutorial-availability-sets.md) when you create a VM from the disk using the provided template or PowerShell.

articles/load-balancer/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- name: Create public load balancer - Portal
1010
href: quickstart-load-balancer-standard-public-portal.md
1111
- name: Create public load balancer - PowerShell
12-
href: quickstart-create-standard-load-balancer-powershell.md
12+
href: quickstart-load-balancer-standard-public-powershell.md
1313
- name: Create public load balancer - Azure CLI
1414
href: quickstart-load-balancer-standard-public-cli.md
1515
- name: Create public load balancer - ARM template

articles/load-balancer/load-balancer-custom-probe-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,6 @@ Basic public Load Balancer exposes health probe status summarized per backend po
258258
## Next steps
259259

260260
- Learn more about [Standard Load Balancer](load-balancer-standard-overview.md)
261-
- [Get started creating a public load balancer in Resource Manager by using PowerShell](quickstart-create-standard-load-balancer-powershell.md)
261+
- [Get started creating a public load balancer in Resource Manager by using PowerShell](quickstart-load-balancer-standard-public-powershell.md)
262262
- [REST API for health probes](https://docs.microsoft.com/rest/api/load-balancer/loadbalancerprobes/)
263263
- Request new health probe abilities with [Load Balancer's Uservoice](https://aka.ms/lbuservoice)

articles/load-balancer/load-balancer-distribution-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,5 +197,5 @@ Date: Thu, 16 Oct 2014 22:49:21 GMT
197197
## Next steps
198198

199199
* [Azure Internal Load Balancer overview](load-balancer-internal-overview.md)
200-
* [Get started with configuring an internet-facing load balancer](quickstart-create-standard-load-balancer-powershell.md)
200+
* [Get started with configuring an internet-facing load balancer](quickstart-load-balancer-standard-public-powershell.md)
201201
* [Configure idle TCP timeout settings for your load balancer](load-balancer-tcp-idle-timeout.md)

articles/load-balancer/load-balancer-tcp-idle-timeout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ $lb | Set-AzLoadBalancerRuleConfig -Name myLBrule -IdleTimeoutInMinutes 15
6464

6565
[Internal load balancer overview](load-balancer-internal-overview.md)
6666

67-
[Get started configuring an Internet-facing load balancer](quickstart-create-standard-load-balancer-powershell.md)
67+
[Get started configuring an Internet-facing load balancer](quickstart-load-balancer-standard-public-powershell.md)
6868

6969
[Configure a load balancer distribution mode](load-balancer-distribution-mode.md)

articles/virtual-network/ipv6-add-to-existing-vnet-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you choose to install and use PowerShell locally, this article requires the A
3131

3232
## Prerequisites
3333

34-
This article assumes that you deployed a Standard Load Balancer as described in [Quickstart: Create a Standard Load Balancer - Azure PowerShell](../load-balancer/quickstart-create-standard-load-balancer-powershell.md).
34+
This article assumes that you deployed a Standard Load Balancer as described in [Quickstart: Create a Standard Load Balancer - Azure PowerShell](../load-balancer/quickstart-load-balancer-standard-public-powershell.md).
3535

3636
## Retrieve the resource group
3737

0 commit comments

Comments
 (0)