Skip to content

Commit 2607017

Browse files
authored
Merge pull request #105622 from mumian/0226-lb
update the ARM related content
2 parents 67a03dc + 5dbdbd0 commit 2607017

File tree

2 files changed

+19
-14
lines changed

2 files changed

+19
-14
lines changed

articles/load-balancer/TOC.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
href: quickstart-load-balancer-standard-public-cli.md
1313
- name: Azure PowerShell
1414
href: quickstart-create-standard-load-balancer-powershell.md
15-
- name: Template
15+
- name: Azure Resource Manager template
1616
href: quickstart-load-balancer-standard-public-template.md
17+
displayName: ARM
1718
- name: Tutorials
1819
items:
1920
- name: Load balance internet traffic to VMs
@@ -35,7 +36,7 @@
3536
- name: Concepts
3637
items:
3738
- name: Components and limitations
38-
href: concepts-limitations.md
39+
href: concepts-limitations.md
3940
- name: Health monitoring
4041
items:
4142
- name: Health probes
@@ -84,16 +85,18 @@
8485
href: https://docs.microsoft.com/azure/virtual-network/virtual-network-ipv4-ipv6-dual-stack-standard-load-balancer-cli
8586
- name: Azure PowerShell
8687
href: https://docs.microsoft.com/azure/virtual-network/virtual-network-ipv4-ipv6-dual-stack-standard-load-balancer-powershell
87-
- name: Template
88+
- name: Azure Resource Manager template
8889
href: https://docs.microsoft.com/azure/virtual-network/ipv6-configure-standard-load-balancer-template-json
90+
displayName: ARM
8991
- name: Configure internal Load Balancer
9092
items:
9193
- name: Azure CLI
9294
href: load-balancer-get-started-ilb-arm-cli.md
9395
- name: Azure PowerShell
9496
href: load-balancer-get-started-ilb-arm-ps.md
95-
- name: Template
97+
- name: Azure Resource Manager template
9698
href: load-balancer-get-started-ilb-arm-template.md
99+
displayName: ARM
97100
- name: Configure TCP idle timeout for Load Balancer
98101
href: load-balancer-tcp-idle-timeout.md
99102
- name: Configure distribution mode for Load Balancer
@@ -116,7 +119,7 @@
116119
- name: Internal load balancer - Portal
117120
href: move-across-regions-internal-load-balancer-portal.md
118121
- name: Internal load balancer - PowerShell
119-
href: move-across-regions-internal-load-balancer-powershell.md
122+
href: move-across-regions-internal-load-balancer-powershell.md
120123
- name: Troubleshoot
121124
items:
122125
- name: Troubleshoot Azure Load Balancer
@@ -141,6 +144,9 @@
141144
href: http://azure-sdk-for-python.readthedocs.io/en/latest/ref/azure.mgmt.network.operations.html#azure.mgmt.network.operations.LoadBalancersOperations
142145
- name: REST
143146
href: https://msdn.microsoft.com/library/azure/mt163651.aspx
147+
- name: Resource Manager template
148+
href: https://docs.microsoft.com/azure/templates/microsoft.network/loadbalancers
149+
displayName: ARM
144150
- name: Resources
145151
items:
146152
- name: Build your skills with Microsoft Learn

articles/load-balancer/quickstart-load-balancer-standard-public-template.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.devlang: na
1212
ms.topic: quickstart
1313
ms.tgt_pltfrm: na
1414
ms.workload: infrastructure-services
15-
ms.date: 01/27/2020
15+
ms.date: 02/26/2020
1616
ms.author: allensu
1717
ms.custom: mvc
1818
---
@@ -35,14 +35,13 @@ The template used in this quickstart is a [Quickstart template](https://raw.gith
3535

3636
Multiple Azure resources have been defined in the template:
3737

38-
- **Microsoft.Network/loadBalancers**
39-
- **Microsoft.Network/publicIPAddresses**: for the load balancer.
40-
- **Microsoft.Network/networkSecurityGroups**
41-
- **Microsoft.Network/virtualNetworks**
42-
- **Microsoft.Compute/virutalMachines** (3 of them)
43-
- **Microsoft.Network/publicIPAddresses** (3 of them): for each of the three virtual machines.
44-
- **Microsoft.Network/networkInterfaces** (3 of them)
45-
- **Microsoft.Compute/virtualMachine/extensions** (3 of them): use to configure the IIS, and the web pages
38+
- [**Microsoft.Network/loadBalancers**](/azure/templates/microsoft.network/loadbalancers)
39+
- [**Microsoft.Network/publicIPAddresses**](/azure/templates/microsoft.network/publicipaddresses): for the load balancer, and for each of the three virtual machines.
40+
- [**Microsoft.Network/networkSecurityGroups**](/azure/templates/microsoft.network/networksecuritygroups)
41+
- [**Microsoft.Network/virtualNetworks**](/azure/templates/microsoft.network/virtualnetworks)
42+
- [**Microsoft.Compute/virutalMachines**](/azure/templates/microsoft.compute/virtualmachines) (3 of them)
43+
- [**Microsoft.Network/networkInterfaces**](/azure/templates/microsoft.network/networkinterfaces) (3 of them)
44+
- [**Microsoft.Compute/virtualMachine/extensions**](/azure/templates/microsoft.compute/virtualmachines/extensions) (3 of them): use to configure the IIS, and the web pages
4645

4746
To find more templates that are related to Azure Load Balancer, see [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/?resourceType=Microsoft.Network&pageNumber=1&sort=Popular).
4847

0 commit comments

Comments
 (0)