Skip to content

Commit 27b56db

Browse files
authored
Merge pull request #229799 from alexbuckgit/alexbuckgit/docutune-autopr-horizontals-20230307-211156-9259901
[BULK] DocuTune - Apply ms.custom tags for horizontals (part 3)
2 parents 6533ea0 + 903b3ba commit 27b56db

File tree

299 files changed

+309
-362
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

299 files changed

+309
-362
lines changed

articles/load-balancer/basic/quickstart-basic-public-load-balancer-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: mbender
77
ms.service: load-balancer
88
ms.topic: quickstart
99
ms.date: 03/16/2022
10-
ms.custom: template-quickstart
10+
ms.custom: template-quickstart, devx-track-azurecli
1111
---
1212

1313
# Quickstart: Create a basic public load balancer using the Azure CLI

articles/load-balancer/basic/virtual-network-ipv4-ipv6-dual-stack-cli.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ titlesuffix: Azure Virtual Network
44
description: Learn how to deploy a dual stack (IPv4 + IPv6) application with Basic Load Balancer using Azure CLI.
55
author: mbender-ms
66
ms.service: virtual-network
7+
ms.custom: devx-track-azurecli
78
ms.topic: how-to
89
ms.date: 03/31/2022
910
ms.author: mbender

articles/load-balancer/ipv6-add-to-existing-vnet-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: how-to
99
ms.workload: infrastructure-services
1010
ms.date: 03/31/2020
1111
ms.author: allensu
12-
ms.custom: devx-track-azurepowershell, devx-track-azurecli, template-how-to
12+
ms.custom: devx-track-azurecli, template-how-to
1313
ms.devlang: azurecli
1414
---
1515

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: load-balancer
66
author: mbender-ms
77
ms.service: load-balancer
88
ms.topic: how-to
9-
ms.custom: seodec18, devx-track-azurecli, devx-track-azurepowershell, template-how-to
9+
ms.custom: seodec18, template-how-to
1010
ms.workload: infrastructure-services
1111
ms.date: 12/05/2022
1212
ms.author: mbender

articles/load-balancer/load-balancer-ipv6-internet-ps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: Create an Internet-facing load balancer with IPv6 - Azure PowerShell
33
titleSuffix: Azure Load Balancer
44
description: Learn how to create an Internet facing load balancer with IPv6 using PowerShell for Resource Manager.
@@ -10,7 +10,7 @@ ms.topic: how-to
1010
ms.workload: infrastructure-services
1111
ms.date: 09/25/2017
1212
ms.author: mbender
13-
ms.custom: template-how-to, seodec18
13+
ms.custom: template-how-to, seodec18, devx-track-azurepowershell
1414
---
1515

1616
# Get started creating an Internet facing load balancer with IPv6 using PowerShell for Resource Manager
@@ -223,4 +223,4 @@ For more information about creating a VM, see [Create and preconfigure a Windows
223223
$osDisk2Uri = $CreatedStorageAccount.PrimaryEndpoints.Blob.ToString() + "vhds/myNrpIPv6VM1osdisk.vhd"
224224
$vm2 = Set-AzVMOSDisk -VM $vm2 -Name 'myNrpIPv6VM1osdisk' -VhdUri $osDisk2Uri -CreateOption FromImage
225225
New-AzVM -ResourceGroupName NRP-RG -Location 'West US' -VM $vm2
226-
```
226+
```

articles/load-balancer/load-balancer-multiple-ip-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: how-to
99
ms.workload: infrastructure-services
1010
ms.date: 09/25/2017
1111
ms.author: mbender
12-
ms.custom: template-how-to, seodec18, devx-track-azurecli
12+
ms.custom: template-how-to, seodec18, devx-track-azurecli, devx-track-azurepowershell
1313
---
1414

1515
# Load balancing on multiple IP configurations using PowerShell
@@ -132,4 +132,4 @@ Follow the steps below to achieve the scenario outlined in this article:
132132
133133
## Next steps
134134
- Learn more about how to combine load balancing services in Azure in [Using load-balancing services in Azure](../traffic-manager/traffic-manager-load-balancing-azure.md).
135-
- Learn how you can use different types of logs in Azure to manage and troubleshoot load balancer in [Azure Monitor logs for Azure Load Balancer](./monitor-load-balancer.md).
135+
- Learn how you can use different types of logs in Azure to manage and troubleshoot load balancer in [Azure Monitor logs for Azure Load Balancer](./monitor-load-balancer.md).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: how-to
99
ms.workload: infrastructure-services
1010
ms.date: 12/05/2022
1111
ms.author: mbender
12-
ms.custom: template-how-to, seodec18, devx-track-azurepowershell
12+
ms.custom: template-how-to, seodec18
1313
---
1414

1515
# Configure TCP reset and idle timeout for Azure Load Balancer

articles/load-balancer/manage-inbound-nat-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: mbender
66
ms.service: load-balancer
77
ms.topic: how-to
88
ms.date: 03/15/2022
9-
ms.custom: template-how-to #Required; leave this attribute/value as-is.
9+
ms.custom: template-how-to, devx-track-azurepowershell, devx-track-azurecli #Required; leave this attribute/value as-is.
1010
---
1111

1212
# Manage inbound NAT rules for Azure Load Balancer using the Azure portal

articles/load-balancer/monitor-load-balancer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: load-balancer
77
ms.topic: how-to
88
ms.date: 11/16/2022
99
ms.devlang: azurecli
10-
ms.custom: template-how-to, subject-monitoring, engagement-fy23
10+
ms.custom: template-how-to, subject-monitoring, engagement-fy23, devx-track-azurecli, devx-track-azurepowershell
1111
---
1212

1313
# Monitoring load balancer

articles/load-balancer/tutorial-cross-region-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: mbender
77
ms.service: load-balancer
88
ms.topic: tutorial
99
ms.date: 03/04/2021
10-
ms.custom: template-tutorial
10+
ms.custom: template-tutorial, devx-track-azurecli
1111
#Customer intent: As a administrator, I want to deploy a cross-region load balancer for global high availability of my application or service.
1212
---
1313

0 commit comments

Comments
 (0)