From dfb24bc406baad3a50ce33819f7c8c003f397e53 Mon Sep 17 00:00:00 2001 From: Alex Buck Date: Wed, 29 Mar 2023 16:16:02 -0400 Subject: [PATCH] [BULK] DocuTune - Add ms.custom tags for horizontals --- docs/architecture/cloud-native/infrastructure-as-code.md | 1 + docs/azure/azure-tools.md | 2 +- docs/azure/dotnet-dev-env-checklist.md | 2 +- docs/azure/install-azure-cli.md | 2 +- docs/azure/sdk/authentication-azure-hosted-apps.md | 2 +- .../azure/sdk/authentication-local-development-dev-accounts.md | 2 +- .../sdk/authentication-local-development-service-principal.md | 2 +- docs/azure/sdk/includes/enable-managed-identity-azure-cli.md | 3 +++ docs/orleans/deployment/deploy-to-azure-app-service.md | 1 + docs/orleans/deployment/deploy-to-azure-container-apps.md | 1 + 10 files changed, 12 insertions(+), 6 deletions(-) diff --git a/docs/architecture/cloud-native/infrastructure-as-code.md b/docs/architecture/cloud-native/infrastructure-as-code.md index 6252b538d59b1..b985be202b5da 100644 --- a/docs/architecture/cloud-native/infrastructure-as-code.md +++ b/docs/architecture/cloud-native/infrastructure-as-code.md @@ -2,6 +2,7 @@ title: Infrastructure as code description: Embracing Infrastructure as Code (IaC) with cloud-native applications ms.date: 04/06/2022 +ms.custom: devx-track-terraform, devx-track-arm-template, devx-track-azurecli --- # Infrastructure as code diff --git a/docs/azure/azure-tools.md b/docs/azure/azure-tools.md index a14ac6900fbc8..8b1bcc6abf1ff 100644 --- a/docs/azure/azure-tools.md +++ b/docs/azure/azure-tools.md @@ -2,7 +2,7 @@ title: Additional Azure Tools description: This article describes additional tools and utilities for working with Azure and how you can install them. ms.topic: conceptual -ms.custom: devx-track-dotnet, engagement-fy23 +ms.custom: devx-track-dotnet, engagement-fy23, devx-track-azurepowershell ms.date: 1/26/2023 author: alexwolfmsft ms.author: alexwolf diff --git a/docs/azure/dotnet-dev-env-checklist.md b/docs/azure/dotnet-dev-env-checklist.md index 5e91a97b9d545..e3548f381c6bf 100644 --- a/docs/azure/dotnet-dev-env-checklist.md +++ b/docs/azure/dotnet-dev-env-checklist.md @@ -2,7 +2,7 @@ title: .NET Development on Azure Configuration Checklist description: Provides a quick summary of all the tools you should have installed to do .net development with Azure ms.topic: conceptual -ms.custom: devx-track-dotnet, engagement-fy23 +ms.custom: devx-track-dotnet, engagement-fy23, devx-track-azurecli ms.date: 3/23/2023 --- diff --git a/docs/azure/install-azure-cli.md b/docs/azure/install-azure-cli.md index 85dd6b7a141c1..b062625056ef1 100644 --- a/docs/azure/install-azure-cli.md +++ b/docs/azure/install-azure-cli.md @@ -2,7 +2,7 @@ title: Installing the Azure CLI 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. ms.topic: conceptual -ms.custom: devx-track-dotnet, engagement-fy23 +ms.custom: devx-track-dotnet, engagement-fy23, devx-track-azurecli ms.date: 1/26/2023 author: alexwolfmsft ms.author: alexwolf diff --git a/docs/azure/sdk/authentication-azure-hosted-apps.md b/docs/azure/sdk/authentication-azure-hosted-apps.md index 9713f64223764..31c80f581e660 100644 --- a/docs/azure/sdk/authentication-azure-hosted-apps.md +++ b/docs/azure/sdk/authentication-azure-hosted-apps.md @@ -2,7 +2,7 @@ title: Authenticating Azure-hosted apps to Azure resources with the Azure SDK for .NET 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. ms.topic: how-to -ms.custom: devx-track-dotnet, engagement-fy23 +ms.custom: devx-track-dotnet, engagement-fy23, devx-track-azurecli ms.date: 2/28/2023 --- diff --git a/docs/azure/sdk/authentication-local-development-dev-accounts.md b/docs/azure/sdk/authentication-local-development-dev-accounts.md index 7906f644e3e33..05b157d2b28d6 100644 --- a/docs/azure/sdk/authentication-local-development-dev-accounts.md +++ b/docs/azure/sdk/authentication-local-development-dev-accounts.md @@ -2,7 +2,7 @@ title: Authenticate .NET apps to Azure services during local development using developer accounts 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. ms.topic: how-to -ms.custom: devx-track-dotnet, engagement-fy23 +ms.custom: devx-track-dotnet, engagement-fy23, devx-track-azurecli ms.date: 2/28/2023 --- diff --git a/docs/azure/sdk/authentication-local-development-service-principal.md b/docs/azure/sdk/authentication-local-development-service-principal.md index 2326398af9cdf..01f343b8c94be 100644 --- a/docs/azure/sdk/authentication-local-development-service-principal.md +++ b/docs/azure/sdk/authentication-local-development-service-principal.md @@ -2,7 +2,7 @@ title: Authenticate .NET apps to Azure services during local development using service principals 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. ms.topic: how-to -ms.custom: devx-track-dotnet, engagement-fy23 +ms.custom: devx-track-dotnet, engagement-fy23, devx-track-azurecli ms.date: 2/28/2023 --- diff --git a/docs/azure/sdk/includes/enable-managed-identity-azure-cli.md b/docs/azure/sdk/includes/enable-managed-identity-azure-cli.md index da60e46d69071..9dbcfd974debc 100644 --- a/docs/azure/sdk/includes/enable-managed-identity-azure-cli.md +++ b/docs/azure/sdk/includes/enable-managed-identity-azure-cli.md @@ -1,3 +1,6 @@ +--- +ms.custom: devx-track-azurecli +--- #### [Azure App Service](#tab/azure-app-service) ```azurecli diff --git a/docs/orleans/deployment/deploy-to-azure-app-service.md b/docs/orleans/deployment/deploy-to-azure-app-service.md index 09288ccc9b74e..b840b1ebddc71 100644 --- a/docs/orleans/deployment/deploy-to-azure-app-service.md +++ b/docs/orleans/deployment/deploy-to-azure-app-service.md @@ -3,6 +3,7 @@ title: Deploy Orleans to Azure App Service description: Learn how to deploy an Orleans shopping cart app to Azure App Service. ms.date: 05/02/2022 ms.topic: tutorial +ms.custom: devx-track-bicep --- # Deploy Orleans to Azure App Service diff --git a/docs/orleans/deployment/deploy-to-azure-container-apps.md b/docs/orleans/deployment/deploy-to-azure-container-apps.md index 3f7e8aafa40fb..f2a2a371c996e 100644 --- a/docs/orleans/deployment/deploy-to-azure-container-apps.md +++ b/docs/orleans/deployment/deploy-to-azure-container-apps.md @@ -3,6 +3,7 @@ title: Deploy Orleans to Azure Container Apps description: Learn how to deploy an updated Orleans shopping cart app to Azure Container Apps. ms.date: 07/25/2022 ms.topic: tutorial +ms.custom: devx-track-bicep --- # Deploy Orleans to Azure Container Apps