Skip to content

Commit e4f4d79

Browse files
authored
[BULK] DocuTune - Add ms.custom tags for horizontals (#34819)
1 parent d70bb37 commit e4f4d79

10 files changed

+12
-6
lines changed

docs/architecture/cloud-native/infrastructure-as-code.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Infrastructure as code
33
description: Embracing Infrastructure as Code (IaC) with cloud-native applications
44
ms.date: 04/06/2022
5+
ms.custom: devx-track-terraform, devx-track-arm-template, devx-track-azurecli
56
---
67

78
# Infrastructure as code

docs/azure/azure-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Additional Azure Tools
33
description: This article describes additional tools and utilities for working with Azure and how you can install them.
44
ms.topic: conceptual
5-
ms.custom: devx-track-dotnet, engagement-fy23
5+
ms.custom: devx-track-dotnet, engagement-fy23, devx-track-azurepowershell
66
ms.date: 1/26/2023
77
author: alexwolfmsft
88
ms.author: alexwolf

docs/azure/dotnet-dev-env-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: .NET Development on Azure Configuration Checklist
33
description: Provides a quick summary of all the tools you should have installed to do .net development with Azure
44
ms.topic: conceptual
5-
ms.custom: devx-track-dotnet, engagement-fy23
5+
ms.custom: devx-track-dotnet, engagement-fy23, devx-track-azurecli
66
ms.date: 3/23/2023
77
---
88

docs/azure/install-azure-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Installing the Azure CLI
33
description: Azure developers will need the Azure CLI installed, so this article describes why you need the CLI and where to download and install it from.
44
ms.topic: conceptual
5-
ms.custom: devx-track-dotnet, engagement-fy23
5+
ms.custom: devx-track-dotnet, engagement-fy23, devx-track-azurecli
66
ms.date: 1/26/2023
77
author: alexwolfmsft
88
ms.author: alexwolf

docs/azure/sdk/authentication-azure-hosted-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Authenticating Azure-hosted apps to Azure resources with the Azure SDK for .NET
33
description: This article covers how to configure authentication for apps to Azure services when the app is hosted in an Azure service like Azure App Service, Azure Functions, or Azure Virtual Machines.
44
ms.topic: how-to
5-
ms.custom: devx-track-dotnet, engagement-fy23
5+
ms.custom: devx-track-dotnet, engagement-fy23, devx-track-azurecli
66
ms.date: 2/28/2023
77
---
88

docs/azure/sdk/authentication-local-development-dev-accounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Authenticate .NET apps to Azure services during local development using developer accounts
33
description: This article describes how to authenticate your application to Azure services when using the Azure SDK for .NET during local development using developer accounts.
44
ms.topic: how-to
5-
ms.custom: devx-track-dotnet, engagement-fy23
5+
ms.custom: devx-track-dotnet, engagement-fy23, devx-track-azurecli
66
ms.date: 2/28/2023
77
---
88

docs/azure/sdk/authentication-local-development-service-principal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Authenticate .NET apps to Azure services during local development using service principals
33
description: This article describes how to authenticate your application to Azure services when using the Azure SDK for NET during local development using dedicated application service principals.
44
ms.topic: how-to
5-
ms.custom: devx-track-dotnet, engagement-fy23
5+
ms.custom: devx-track-dotnet, engagement-fy23, devx-track-azurecli
66
ms.date: 2/28/2023
77
---
88

docs/azure/sdk/includes/enable-managed-identity-azure-cli.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
ms.custom: devx-track-azurecli
3+
---
14
#### [Azure App Service](#tab/azure-app-service)
25

36
```azurecli

docs/orleans/deployment/deploy-to-azure-app-service.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Deploy Orleans to Azure App Service
33
description: Learn how to deploy an Orleans shopping cart app to Azure App Service.
44
ms.date: 05/02/2022
55
ms.topic: tutorial
6+
ms.custom: devx-track-bicep
67
---
78

89
# Deploy Orleans to Azure App Service

docs/orleans/deployment/deploy-to-azure-container-apps.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Deploy Orleans to Azure Container Apps
33
description: Learn how to deploy an updated Orleans shopping cart app to Azure Container Apps.
44
ms.date: 07/25/2022
55
ms.topic: tutorial
6+
ms.custom: devx-track-bicep
67
---
78

89
# Deploy Orleans to Azure Container Apps

0 commit comments

Comments
 (0)