Skip to content

Commit 4a17001

Browse files
Merge pull request #270174 from asudbring/lb-template-patch
Updated articles to match new resources in templates
2 parents 5a46507 + 06d3cb8 commit 4a17001

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ When no longer needed, you can use the [az group delete](/cli/azure/group#az-gro
8888
For a step-by-step tutorial that guides you through the process of creating a template, see:
8989

9090
> [!div class="nextstepaction"]
91-
> [Tutorial: Create and deploy your first ARM template](../azure-resource-manager/templates/template-tutorial-create-first-template.md)
91+
> [Tutorial: Create and deploy your first ARM template](../azure-resource-manager/templates/template-tutorial-create-first-template.md)

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,14 @@ Load balancer and public IP SKUs must match. When you create a standard load bal
3939
Multiple Azure resources have been defined in the bicep file:
4040

4141
- [**Microsoft.Network/loadBalancers**](/azure/templates/microsoft.network/loadbalancers)
42-
- [**Microsoft.Network/publicIPAddresses**](/azure/templates/microsoft.network/publicipaddresses): for the load balancer, bastion host, and for each of the three virtual machines.
42+
- [**Microsoft.Network/publicIPAddresses**](/azure/templates/microsoft.network/publicipaddresses): for the load balancer, bastion host, and the NAT gateway.
4343
- [**Microsoft.Network/bastionHosts**](/azure/templates/microsoft.network/bastionhosts)
4444
- [**Microsoft.Network/networkSecurityGroups**](/azure/templates/microsoft.network/networksecuritygroups)
4545
- [**Microsoft.Network/virtualNetworks**](/azure/templates/microsoft.network/virtualnetworks)
4646
- [**Microsoft.Compute/virtualMachines**](/azure/templates/microsoft.compute/virtualmachines) (3).
4747
- [**Microsoft.Network/networkInterfaces**](/azure/templates/microsoft.network/networkinterfaces) (3).
4848
- [**Microsoft.Compute/virtualMachine/extensions**](/azure/templates/microsoft.compute/virtualmachines/extensions) (3): use to configure the Internet Information Server (IIS), and the web pages.
49+
- [**Microsoft.Network/natGateways**](/azure/templates/microsoft.network/natgateways): for the NAT gateway.
4950

5051
> [!IMPORTANT]
5152
> [!INCLUDE [Pricing](../../includes/bastion-pricing.md)]

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,14 @@ Load balancer and public IP SKUs must match. When you create a standard load bal
4444
Multiple Azure resources have been defined in the template:
4545

4646
- [**Microsoft.Network/loadBalancers**](/azure/templates/microsoft.network/loadbalancers)
47-
- [**Microsoft.Network/publicIPAddresses**](/azure/templates/microsoft.network/publicipaddresses): for the load balancer, bastion host, and for each of the three virtual machines.
47+
- [**Microsoft.Network/publicIPAddresses**](/azure/templates/microsoft.network/publicipaddresses): for the load balancer, bastion host, and the NAT gateway.
4848
- [**Microsoft.Network/bastionHosts**](/azure/templates/microsoft.network/bastionhosts)
4949
- [**Microsoft.Network/networkSecurityGroups**](/azure/templates/microsoft.network/networksecuritygroups)
5050
- [**Microsoft.Network/virtualNetworks**](/azure/templates/microsoft.network/virtualnetworks)
5151
- [**Microsoft.Compute/virtualMachines**](/azure/templates/microsoft.compute/virtualmachines) (3).
5252
- [**Microsoft.Network/networkInterfaces**](/azure/templates/microsoft.network/networkinterfaces) (3).
5353
- [**Microsoft.Compute/virtualMachine/extensions**](/azure/templates/microsoft.compute/virtualmachines/extensions) (3): use to configure the Internet Information Server (IIS), and the web pages.
54+
- [**Microsoft.Network/natGateways**](/azure/templates/microsoft.network/natgateways): for the NAT gateway.
5455

5556
> [!IMPORTANT]
5657

0 commit comments

Comments
 (0)