Skip to content

Commit 9022706

Browse files
authored
move devx-track ms.custom values to docfx.json (#48283)
1 parent b1a9adb commit 9022706

29 files changed

+3
-28
lines changed

docfx.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -905,6 +905,9 @@
905905
"ms.collection": {
906906
"docs/ai/**/**.{md,yml}": "ce-skilling-ai-copilot"
907907
},
908+
"ms.custom": {
909+
"docs/ai/**/**.{md,yml}": "devx-track-dotnet"
910+
},
908911
"ms.update-cycle": {
909912
"docs/ai/**/**.{md,yml}": "180-days",
910913
"docs/csharp/whats-new/**/**.{md,yml}": "1095-days",

docs/ai/azure-ai-for-dotnet-developers.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Develop .NET apps that use Azure AI services
33
description: This article provides an organized list of resources about Azure AI scenarios for .NET developers, including documentation and code samples.
44
ms.date: 05/29/2025
55
ms.topic: overview
6-
ms.custom: devx-track-dotnet, devx-track-dotnet-ai
76
---
87

98
# Develop AI apps with .NET

docs/ai/dotnet-ai-ecosystem.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: .NET + AI ecosystem tools and SDKs
33
description: This article provides an overview of the ecosystem of SDKs and tools available to .NET developers integrating AI into their applications.
44
ms.date: 05/29/2025
55
ms.topic: overview
6-
ms.custom: devx-track-dotnet, devx-track-dotnet-ai
76
---
87

98
# .NET + AI ecosystem tools and SDKs

docs/ai/get-started-app-chat-scaling-with-azure-container-apps.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Scale Azure OpenAI for .NET chat sample using RAG
33
description: Learn how to add load balancing to your application to extend the chat app beyond the Azure OpenAI token and model quota limits.
44
ms.date: 05/29/2025
55
ms.topic: get-started
6-
ms.custom: devx-track-dotnet, devx-track-dotnet-ai
76
# CustomerIntent: As a .NET developer new to Azure OpenAI, I want to scale my Azure OpenAI capacity to avoid rate limit errors with Azure Container Apps.
87
---
98

docs/ai/get-started-app-chat-template.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: "Get started with the 'chat using your own data sample' for .NET"
33
description: Get started with .NET and search across your own data using a chat app sample implemented using Azure OpenAI Service and Retrieval Augmented Generation (RAG) in Azure AI Search. Easily deploy with Azure Developer CLI. This article uses the Azure AI Reference Template sample.
44
ms.date: 05/28/2025
55
ms.topic: get-started
6-
ms.custom: devx-track-dotnet, devx-track-dotnet-ai
76
# CustomerIntent: As a .NET developer new to Azure OpenAI, I want deploy and use sample code to interact with app infused with my own business data so that learn from the sample code.
87
---
98

docs/ai/get-started-mcp.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Get started with .NET AI and MCP
33
description: Learn about .NET AI and MCP key concepts and development resources to get started building MCP clients and servers
44
ms.date: 04/29/2025
55
ms.topic: overview
6-
ms.custom: devx-track-dotnet, devx-track-dotnet-ai
76
author: alexwolfmsft
87
ms.author: alexwolf
98
# CustomerIntent: As a .NET developer new to OpenAI, I want deploy and use sample code to interact to learn from the sample code to summarize text.

docs/ai/how-to/app-service-aoai-auth.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: "Learn how to authenticate your Azure hosted .NET app to an Azure O
44
author: alexwolfmsft
55
ms.author: alexwolf
66
ms.topic: how-to
7-
ms.custom: devx-track-azurecli
87
ms.date: 05/29/2025
98
zone_pivot_groups: azure-interface
109
#customer intent: As a .NET developer, I want authenticate and authorize my App Service to Azure OpenAI by using Microsoft Entra so that I can securely use AI in my .NET application.

docs/ai/how-to/content-filtering.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: "Manage OpenAI Content Filtering in a .NET app"
33
description: "Learn how to manage OpenAI content filtering programmatically in a .NET app using the OpenAI client library."
4-
ms.custom: devx-track-dotnet, devx-track-dotnet-ai
54
ms.topic: how-to
65
ms.date: 05/29/2025
76

docs/ai/overview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Develop .NET apps with AI features
33
description: Learn how you can build .NET applications that include AI features.
44
ms.date: 04/09/2025
55
ms.topic: overview
6-
ms.custom: devx-track-dotnet, devx-track-dotnet-ai
76
---
87

98
# Develop .NET apps with AI features

docs/ai/quickstarts/ai-templates.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Quickstart - Create a .NET AI app using the AI app template
33
description: Create a .NET AI app to chat with custom data using the AI app template extensions and the Microsoft.Extensions.AI libraries
44
ms.date: 07/30/2025
55
ms.topic: quickstart
6-
ms.custom: devx-track-dotnet, devx-track-dotnet-ai
76
author: alexwolfmsft
87
ms.author: alexwolf
98
zone_pivot_groups: meai-targets

0 commit comments

Comments
 (0)