diff --git a/docfx.json b/docfx.json
index 2ab4a468a1a6b..8071db5300567 100644
--- a/docfx.json
+++ b/docfx.json
@@ -249,6 +249,9 @@
"_csharplang/**/*.md": "language-reference",
"_csharpstandard/**/*.md": "language-reference",
"_vblang/spec/*.md": "language-reference",
+ "docs/**/includes/*.md": "include",
+ "docs/ai/how-to/**/**.md": "how-to",
+ "docs/ai/quickstarts/**/**.md": "quickstart",
"docs/azure/**/**.md": "conceptual",
"docs/core/deploying/native-aot/warnings/**.md": "error-reference",
"docs/core/deploying/single-file/warnings/**.md": "error-reference",
@@ -268,7 +271,7 @@
"docs/csharp/roslyn-sdk/tutorials/*.md": "tutorial",
"docs/csharp/tour-of-csharp/tutorials/**": "tutorial",
"docs/csharp/tutorials/**": "tutorial",
- "docs/framework/additional-apis/**/**.md": "managed-reference",
+ "docs/framework/additional-apis/**/**.md": "reference",
"docs/framework/configure-apps/file-schema/**/**.md": "reference",
"docs/framework/data/adonet/ef/language-reference/*-entity-sql.md": "language-reference",
"docs/framework/debug-trace-profile/*-mda.md": "reference",
@@ -286,10 +289,10 @@
"docs/framework/**/troubleshooting*.md": "troubleshooting",
"docs/fsharp/language-reference/**/**.md": "language-reference",
"docs/iot/**/*.*": "conceptual",
- "docs/fundamentals/code-analysis/quality-rules/**.md": "reference",
- "docs/fundamentals/code-analysis/style-rules/**.md": "reference",
+ "docs/fundamentals/code-analysis/quality-rules/**.md": "error-reference",
+ "docs/fundamentals/code-analysis/style-rules/**.md": "error-reference",
"docs/fundamentals/diagnostics/runtime-*.md": "reference",
- "docs/fundamentals/syslib-diagnostics/**/*.md": "error-reference",
+ "docs/fundamentals/syslib-diagnostics/**/*.md": "reference",
"docs/standard/**/*how-to*.md": "how-to",
"docs/standard/base-types/*.md": "how-to",
"docs/visual-basic/language-reference/**/*.md": "language-reference",
diff --git a/docs/ai/how-to/app-service-aoai-auth.md b/docs/ai/how-to/app-service-aoai-auth.md
index 27cb0e91bd3d4..2fa67fa9eab14 100644
--- a/docs/ai/how-to/app-service-aoai-auth.md
+++ b/docs/ai/how-to/app-service-aoai-auth.md
@@ -2,7 +2,6 @@
title: "Authenticate an Azure hosted .NET app to Azure OpenAI using Microsoft Entra ID"
description: "Learn how to authenticate your Azure hosted .NET app to an Azure OpenAI resource using Microsoft Entra ID."
author: haywoodsloan
-ms.topic: how-to
ms.custom: devx-track-azurecli
ms.date: 01/29/2025
zone_pivot_groups: azure-interface
diff --git a/docs/ai/how-to/app-service-db-auth.md b/docs/ai/how-to/app-service-db-auth.md
index f92a4441a9be5..731b781066664 100644
--- a/docs/ai/how-to/app-service-db-auth.md
+++ b/docs/ai/how-to/app-service-db-auth.md
@@ -2,7 +2,6 @@
title: "Authenticate and Authorize App Service to a Vector Database"
description: "Learn how to authenticate and authorize your App Service .NET application to a vector database solution using Microsoft Entra managed identities, Key Vault, or app settings"
author: haywoodsloan
-ms.topic: how-to
ms.custom: devx-track-azurecli
ms.date: 11/24/2024
zone_pivot_groups: azure-interface
diff --git a/docs/ai/how-to/content-filtering.md b/docs/ai/how-to/content-filtering.md
index e3227c8a77b04..75d886ecc836f 100644
--- a/docs/ai/how-to/content-filtering.md
+++ b/docs/ai/how-to/content-filtering.md
@@ -4,7 +4,6 @@ description: "Learn how to manage OpenAI content filtering programmatically in a
ms.custom: devx-track-dotnet, devx-track-dotnet-ai
author: alexwolfmsft
ms.author: alexwolf
-ms.topic: how-to
ms.date: 12/19/2024
#customer intent: As a .NET developer, I want to manage OpenAI Content Filtering in a .NET app
diff --git a/docs/ai/includes/vector-databases.md b/docs/ai/includes/vector-databases.md
index 63b5d3fdaf9e1..4d567d77e852f 100644
--- a/docs/ai/includes/vector-databases.md
+++ b/docs/ai/includes/vector-databases.md
@@ -2,7 +2,6 @@
author: alexwolfmsft
ms.author: alexwolf
ms.date: 07/29/2024
-ms.topic: include
---
AI applications often use data vector databases and services to improve relevancy and provide customized functionality. Many of these services provide a native SDK for .NET, while others offer a REST service you can connect to through custom code. Semantic Kernel provides an extensible component model that enables you to use different vector stores without needing to learn each SDK.
diff --git a/docs/ai/quickstarts/get-started-openai.md b/docs/ai/quickstarts/get-started-openai.md
index b1e919042d596..5f1a7b79422fa 100644
--- a/docs/ai/quickstarts/get-started-openai.md
+++ b/docs/ai/quickstarts/get-started-openai.md
@@ -2,7 +2,6 @@
title: Quickstart - Build an AI chat app with .NET
description: Create a simple AI powered chat app using Semantic Kernel SDK for .NET and the OpenAI or Azure OpenAI SDKs
ms.date: 07/17/2024
-ms.topic: quickstart
ms.custom: devx-track-dotnet, devx-track-dotnet-ai
author: fboucher
ms.author: frbouche
diff --git a/docs/ai/quickstarts/includes/clone-sample-repo.md b/docs/ai/quickstarts/includes/clone-sample-repo.md
index c27f5d28d91b0..446c840ad6cb1 100644
--- a/docs/ai/quickstarts/includes/clone-sample-repo.md
+++ b/docs/ai/quickstarts/includes/clone-sample-repo.md
@@ -2,7 +2,6 @@
author: jmatthiesen
ms.author: jomatthi
ms.date: 07/03/2024
-ms.topic: include
---
## Clone the sample repository
diff --git a/docs/ai/quickstarts/includes/deploy-azd.md b/docs/ai/quickstarts/includes/deploy-azd.md
index 8c9e87040603c..bbb310d794ae0 100644
--- a/docs/ai/quickstarts/includes/deploy-azd.md
+++ b/docs/ai/quickstarts/includes/deploy-azd.md
@@ -2,7 +2,6 @@
author: jmatthiesen
ms.author: jomatthi
ms.date: 07/03/2024
-ms.topic: include
---
The sample GitHub repository is structured as an Azure Developer CLI (`azd`) template, which `azd` can use to provision the Azure OpenAI service and model for you.
diff --git a/docs/ai/quickstarts/includes/prerequisites-azure-openai.md b/docs/ai/quickstarts/includes/prerequisites-azure-openai.md
index fa59129aa182b..f386998935675 100644
--- a/docs/ai/quickstarts/includes/prerequisites-azure-openai.md
+++ b/docs/ai/quickstarts/includes/prerequisites-azure-openai.md
@@ -2,7 +2,6 @@
author: fboucher
ms.author: frbouche
ms.date: 05/22/2024
-ms.topic: include
---
## Prerequisites
diff --git a/docs/ai/quickstarts/includes/prerequisites-openai.md b/docs/ai/quickstarts/includes/prerequisites-openai.md
index d4222270ce398..b31746e5890f6 100644
--- a/docs/ai/quickstarts/includes/prerequisites-openai.md
+++ b/docs/ai/quickstarts/includes/prerequisites-openai.md
@@ -2,7 +2,6 @@
author: jmatthiesen
ms.author: jomatthi
ms.date: 07/03/2024
-ms.topic: include
---
## Prerequisites
diff --git a/docs/ai/quickstarts/quickstart-ai-chat-with-data.md b/docs/ai/quickstarts/quickstart-ai-chat-with-data.md
index 8daff4a8cba14..9e83a87f2e713 100644
--- a/docs/ai/quickstarts/quickstart-ai-chat-with-data.md
+++ b/docs/ai/quickstarts/quickstart-ai-chat-with-data.md
@@ -2,7 +2,6 @@
title: Quickstart - Build a minimal .NET AI RAG app
description: Create an AI powered app to search and integrate with vector stores using embeddings and the Microsoft.Extensions.VectorData package for .NET
ms.date: 12/06/2024
-ms.topic: quickstart
ms.custom: devx-track-dotnet, devx-track-dotnet-ai
author: fboucher
ms.author: frbouche
diff --git a/docs/ai/quickstarts/quickstart-assistants.md b/docs/ai/quickstarts/quickstart-assistants.md
index e9a60417009b6..c7981ff5d203b 100644
--- a/docs/ai/quickstarts/quickstart-assistants.md
+++ b/docs/ai/quickstarts/quickstart-assistants.md
@@ -2,7 +2,6 @@
title: Quickstart - Create a minimal AI assistant using .NET
description: Learn to create a minimal AI assistant with tooling capabilities using .NET and the Azure OpenAI SDK libraries
ms.date: 01/25/2025
-ms.topic: quickstart
ms.custom: devx-track-dotnet, devx-track-dotnet-ai
author: alexwolfmsft
ms.author: alexwolf
diff --git a/docs/ai/quickstarts/quickstart-azure-openai-tool.md b/docs/ai/quickstarts/quickstart-azure-openai-tool.md
index 1fb473bfd790b..41f44f7465ce3 100644
--- a/docs/ai/quickstarts/quickstart-azure-openai-tool.md
+++ b/docs/ai/quickstarts/quickstart-azure-openai-tool.md
@@ -2,7 +2,6 @@
title: Quickstart - Extend OpenAI using Tools and execute a local Function with .NET
description: Create a simple chat app using OpenAI and extend the model to execute a local function.
ms.date: 07/14/2024
-ms.topic: quickstart
ms.custom: devx-track-dotnet, devx-track-dotnet-ai
author: fboucher
ms.author: frbouche
diff --git a/docs/ai/quickstarts/quickstart-local-ai.md b/docs/ai/quickstarts/quickstart-local-ai.md
index 8bd22c102f4d5..98479a00a9fa8 100644
--- a/docs/ai/quickstarts/quickstart-local-ai.md
+++ b/docs/ai/quickstarts/quickstart-local-ai.md
@@ -2,7 +2,6 @@
title: Quickstart - Connect to and chat with a local AI using .NET
description: Set up a local AI model and chat with it using a .NET console app and the Microsoft.Extensions.AI libraries
ms.date: 12/19/2024
-ms.topic: quickstart
ms.custom: devx-track-dotnet, devx-track-dotnet-ai
author: alexwolfmsft
ms.author: alexwolf
diff --git a/docs/ai/quickstarts/quickstart-openai-generate-images.md b/docs/ai/quickstarts/quickstart-openai-generate-images.md
index 1c2bdec543848..47cace74b7686 100644
--- a/docs/ai/quickstarts/quickstart-openai-generate-images.md
+++ b/docs/ai/quickstarts/quickstart-openai-generate-images.md
@@ -2,7 +2,6 @@
title: Quickstart - Generate images using AI with .NET
description: Create a simple app using to generate images using .NET and the OpenAI or Azure OpenAI models.
ms.date: 07/17/2024
-ms.topic: quickstart
ms.custom: devx-track-dotnet, devx-track-dotnet-ai
author: fboucher
ms.author: frbouche
diff --git a/docs/ai/quickstarts/quickstart-openai-summarize-text.md b/docs/ai/quickstarts/quickstart-openai-summarize-text.md
index 6cf25d3cee90a..c68bb0a56d563 100644
--- a/docs/ai/quickstarts/quickstart-openai-summarize-text.md
+++ b/docs/ai/quickstarts/quickstart-openai-summarize-text.md
@@ -2,7 +2,6 @@
title: Quickstart - Summarize text using an AI chat app with .NET
description: Create a simple chat app using Microsoft.Extensions.AI to summarize a text.
ms.date: 07/17/2024
-ms.topic: quickstart
ms.custom: devx-track-dotnet, devx-track-dotnet-ai
author: fboucher
ms.author: frbouche
diff --git a/docs/architecture/blazor-for-web-forms-developers/includes/download-alert.md b/docs/architecture/blazor-for-web-forms-developers/includes/download-alert.md
index a9cce7d19254c..5a972b45835cd 100644
--- a/docs/architecture/blazor-for-web-forms-developers/includes/download-alert.md
+++ b/docs/architecture/blazor-for-web-forms-developers/includes/download-alert.md
@@ -2,7 +2,6 @@
author: IEvangelist
ms.author: dapine
ms.date: 04/11/2022
-ms.topic: include
---
> [!TIP]
diff --git a/docs/architecture/cloud-native/includes/download-alert.md b/docs/architecture/cloud-native/includes/download-alert.md
index f276f70524046..faae3b8038fd8 100644
--- a/docs/architecture/cloud-native/includes/download-alert.md
+++ b/docs/architecture/cloud-native/includes/download-alert.md
@@ -2,7 +2,6 @@
author: IEvangelist
ms.author: dapine
ms.date: 04/06/2022
-ms.topic: include
---
> [!TIP]
diff --git a/docs/architecture/maui/includes/download-alert.md b/docs/architecture/maui/includes/download-alert.md
index 6769266d60d43..230f25f6047ac 100644
--- a/docs/architecture/maui/includes/download-alert.md
+++ b/docs/architecture/maui/includes/download-alert.md
@@ -2,7 +2,6 @@
author: IEvangelist
ms.author: dapine
ms.date: 08/24/2022
-ms.topic: include
---
> [!TIP]
diff --git a/docs/architecture/microservices/includes/download-alert.md b/docs/architecture/microservices/includes/download-alert.md
index 8a574cabbd223..3c9f9926c8eee 100644
--- a/docs/architecture/microservices/includes/download-alert.md
+++ b/docs/architecture/microservices/includes/download-alert.md
@@ -2,7 +2,6 @@
author: IEvangelist
ms.author: dapine
ms.date: 04/08/2022
-ms.topic: include
---
> [!TIP]
diff --git a/docs/architecture/modern-web-apps-azure/includes/download-alert.md b/docs/architecture/modern-web-apps-azure/includes/download-alert.md
index dfc642a3a68f9..1309a915406a5 100644
--- a/docs/architecture/modern-web-apps-azure/includes/download-alert.md
+++ b/docs/architecture/modern-web-apps-azure/includes/download-alert.md
@@ -2,7 +2,6 @@
author: erjain
ms.author: v-tjain
ms.date: 04/13/2022
-ms.topic: include
---
> [!TIP]
diff --git a/docs/azure/sdk/includes/assign-local-dev-group-to-role-azure-portal-1.md b/docs/azure/sdk/includes/assign-local-dev-group-to-role-azure-portal-1.md
index 03b2c85d78896..e57fd66ecd6fd 100644
--- a/docs/azure/sdk/includes/assign-local-dev-group-to-role-azure-portal-1.md
+++ b/docs/azure/sdk/includes/assign-local-dev-group-to-role-azure-portal-1.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 07/31/2024
---
Locate the resource group for your app by searching for the resource group name using the search box at the top of the Azure portal. Navigate to your resource group by selecting the resource group name under the **Resource Groups** heading in the dialog box.
diff --git a/docs/azure/sdk/includes/assign-local-dev-group-to-role-azure-portal-2.md b/docs/azure/sdk/includes/assign-local-dev-group-to-role-azure-portal-2.md
index fcb0d9a2739d3..cad9bd3dfd249 100644
--- a/docs/azure/sdk/includes/assign-local-dev-group-to-role-azure-portal-2.md
+++ b/docs/azure/sdk/includes/assign-local-dev-group-to-role-azure-portal-2.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 07/31/2024
---
On the page for the resource group, select **Access control (IAM)** from the left-hand menu.
diff --git a/docs/azure/sdk/includes/assign-local-dev-group-to-role-azure-portal-3.md b/docs/azure/sdk/includes/assign-local-dev-group-to-role-azure-portal-3.md
index ac5932a711cc7..686e93930aa04 100644
--- a/docs/azure/sdk/includes/assign-local-dev-group-to-role-azure-portal-3.md
+++ b/docs/azure/sdk/includes/assign-local-dev-group-to-role-azure-portal-3.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 07/31/2024
---
On the **Access control (IAM)** page:
diff --git a/docs/azure/sdk/includes/assign-local-dev-group-to-role-azure-portal-4.md b/docs/azure/sdk/includes/assign-local-dev-group-to-role-azure-portal-4.md
index fc306be64a2ee..dcb900e070f39 100644
--- a/docs/azure/sdk/includes/assign-local-dev-group-to-role-azure-portal-4.md
+++ b/docs/azure/sdk/includes/assign-local-dev-group-to-role-azure-portal-4.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 07/31/2024
---
The **Add role assignment** page lists all of the roles that can be assigned for the resource group.
diff --git a/docs/azure/sdk/includes/assign-local-dev-group-to-role-azure-portal-5.md b/docs/azure/sdk/includes/assign-local-dev-group-to-role-azure-portal-5.md
index d313546178fc3..65093e728d9e8 100644
--- a/docs/azure/sdk/includes/assign-local-dev-group-to-role-azure-portal-5.md
+++ b/docs/azure/sdk/includes/assign-local-dev-group-to-role-azure-portal-5.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 07/31/2024
---
The next **Add role assignment** page allows you to specify what user to assign the role to.
diff --git a/docs/azure/sdk/includes/assign-local-dev-group-to-role-azure-portal-6.md b/docs/azure/sdk/includes/assign-local-dev-group-to-role-azure-portal-6.md
index 954eca0be3077..2e518981da72b 100644
--- a/docs/azure/sdk/includes/assign-local-dev-group-to-role-azure-portal-6.md
+++ b/docs/azure/sdk/includes/assign-local-dev-group-to-role-azure-portal-6.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 07/31/2024
---
In the **Select members** dialog:
diff --git a/docs/azure/sdk/includes/assign-local-dev-group-to-role-azure-portal-7.md b/docs/azure/sdk/includes/assign-local-dev-group-to-role-azure-portal-7.md
index 3252ed9cd52d5..483fc30cf69ec 100644
--- a/docs/azure/sdk/includes/assign-local-dev-group-to-role-azure-portal-7.md
+++ b/docs/azure/sdk/includes/assign-local-dev-group-to-role-azure-portal-7.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 07/31/2024
---
The Microsoft Entra group shows as selected on the **Add role assignment** screen. Select **Review + assign** to go to the final page and then **Review + assign** again to complete the process.
diff --git a/docs/azure/sdk/includes/assign-managed-identity-to-role-azure-portal-1.md b/docs/azure/sdk/includes/assign-managed-identity-to-role-azure-portal-1.md
index e1624fba768b3..bb972b4ffd27f 100644
--- a/docs/azure/sdk/includes/assign-managed-identity-to-role-azure-portal-1.md
+++ b/docs/azure/sdk/includes/assign-managed-identity-to-role-azure-portal-1.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/05/2024
---
Locate the resource group for your app by searching for the resource group name using the search box at the top of the Azure portal.
diff --git a/docs/azure/sdk/includes/assign-managed-identity-to-role-azure-portal-2.md b/docs/azure/sdk/includes/assign-managed-identity-to-role-azure-portal-2.md
index 985e8728a6d1f..feb690ae12725 100644
--- a/docs/azure/sdk/includes/assign-managed-identity-to-role-azure-portal-2.md
+++ b/docs/azure/sdk/includes/assign-managed-identity-to-role-azure-portal-2.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/05/2024
---
On the page for the resource group, select **Access control (IAM)** from the left-hand menu.
diff --git a/docs/azure/sdk/includes/assign-managed-identity-to-role-azure-portal-3.md b/docs/azure/sdk/includes/assign-managed-identity-to-role-azure-portal-3.md
index 11ea4bd587fac..6763a590db208 100644
--- a/docs/azure/sdk/includes/assign-managed-identity-to-role-azure-portal-3.md
+++ b/docs/azure/sdk/includes/assign-managed-identity-to-role-azure-portal-3.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/05/2024
---
On the **Access control (IAM)** page:
diff --git a/docs/azure/sdk/includes/assign-managed-identity-to-role-azure-portal-4.md b/docs/azure/sdk/includes/assign-managed-identity-to-role-azure-portal-4.md
index 42e1053ccaf80..fb7e390040283 100644
--- a/docs/azure/sdk/includes/assign-managed-identity-to-role-azure-portal-4.md
+++ b/docs/azure/sdk/includes/assign-managed-identity-to-role-azure-portal-4.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/05/2024
---
The **Add role assignment** page lists all of the roles that can be assigned for the resource group.
diff --git a/docs/azure/sdk/includes/assign-managed-identity-to-role-azure-portal-5.md b/docs/azure/sdk/includes/assign-managed-identity-to-role-azure-portal-5.md
index c852352372f0a..fede772d834a7 100644
--- a/docs/azure/sdk/includes/assign-managed-identity-to-role-azure-portal-5.md
+++ b/docs/azure/sdk/includes/assign-managed-identity-to-role-azure-portal-5.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/05/2024
---
The next **Add role assignment** page allows you to specify what user to assign the role to.
diff --git a/docs/azure/sdk/includes/assign-managed-identity-to-role-azure-portal-6.md b/docs/azure/sdk/includes/assign-managed-identity-to-role-azure-portal-6.md
index 323a0e7742ce6..e3dc2f3064166 100644
--- a/docs/azure/sdk/includes/assign-managed-identity-to-role-azure-portal-6.md
+++ b/docs/azure/sdk/includes/assign-managed-identity-to-role-azure-portal-6.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/05/2024
---
In the **Select managed identities** dialog:
diff --git a/docs/azure/sdk/includes/assign-managed-identity-to-role-azure-portal-7.md b/docs/azure/sdk/includes/assign-managed-identity-to-role-azure-portal-7.md
index daf1585f2a026..5c5e7a36b22b7 100644
--- a/docs/azure/sdk/includes/assign-managed-identity-to-role-azure-portal-7.md
+++ b/docs/azure/sdk/includes/assign-managed-identity-to-role-azure-portal-7.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/05/2024
---
The managed identity will now show as selected on the **Add role assignment** screen.
diff --git a/docs/azure/sdk/includes/assign-service-principal-to-role-azure-portal-1.md b/docs/azure/sdk/includes/assign-service-principal-to-role-azure-portal-1.md
index 31cedf515a924..dd3b8e652eee5 100644
--- a/docs/azure/sdk/includes/assign-service-principal-to-role-azure-portal-1.md
+++ b/docs/azure/sdk/includes/assign-service-principal-to-role-azure-portal-1.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/02/2024
---
Locate the resource group for your app by searching for the resource group name using the search box at the top of the Azure portal.
diff --git a/docs/azure/sdk/includes/assign-service-principal-to-role-azure-portal-2.md b/docs/azure/sdk/includes/assign-service-principal-to-role-azure-portal-2.md
index 7d2ab00bee47c..4daea7a120c57 100644
--- a/docs/azure/sdk/includes/assign-service-principal-to-role-azure-portal-2.md
+++ b/docs/azure/sdk/includes/assign-service-principal-to-role-azure-portal-2.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/02/2024
---
On the page for the resource group, select **Access control (IAM)** from the left-hand menu.
diff --git a/docs/azure/sdk/includes/assign-service-principal-to-role-azure-portal-3.md b/docs/azure/sdk/includes/assign-service-principal-to-role-azure-portal-3.md
index 83d0d8669fae0..02a5e56f8151c 100644
--- a/docs/azure/sdk/includes/assign-service-principal-to-role-azure-portal-3.md
+++ b/docs/azure/sdk/includes/assign-service-principal-to-role-azure-portal-3.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/02/2024
---
On the **Access control (IAM)** page:
diff --git a/docs/azure/sdk/includes/assign-service-principal-to-role-azure-portal-4.md b/docs/azure/sdk/includes/assign-service-principal-to-role-azure-portal-4.md
index 9c9edcf5b1e99..11345727eb1ea 100644
--- a/docs/azure/sdk/includes/assign-service-principal-to-role-azure-portal-4.md
+++ b/docs/azure/sdk/includes/assign-service-principal-to-role-azure-portal-4.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/02/2024
---
The **Add role assignment** page lists all of the roles that can be assigned for the resource group.
diff --git a/docs/azure/sdk/includes/assign-service-principal-to-role-azure-portal-5.md b/docs/azure/sdk/includes/assign-service-principal-to-role-azure-portal-5.md
index 81d5e0cb2a049..b78fc11a8d9de 100644
--- a/docs/azure/sdk/includes/assign-service-principal-to-role-azure-portal-5.md
+++ b/docs/azure/sdk/includes/assign-service-principal-to-role-azure-portal-5.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/02/2024
---
The next **Add role assignment** page allows you to specify what user to assign the role to.
diff --git a/docs/azure/sdk/includes/assign-service-principal-to-role-azure-portal-6.md b/docs/azure/sdk/includes/assign-service-principal-to-role-azure-portal-6.md
index 9ad7f2272683f..f5439fe30a667 100644
--- a/docs/azure/sdk/includes/assign-service-principal-to-role-azure-portal-6.md
+++ b/docs/azure/sdk/includes/assign-service-principal-to-role-azure-portal-6.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/02/2024
---
In the **Select members** dialog:
diff --git a/docs/azure/sdk/includes/assign-service-principal-to-role-azure-portal-7.md b/docs/azure/sdk/includes/assign-service-principal-to-role-azure-portal-7.md
index c533931fdcbf6..100ca53488a81 100644
--- a/docs/azure/sdk/includes/assign-service-principal-to-role-azure-portal-7.md
+++ b/docs/azure/sdk/includes/assign-service-principal-to-role-azure-portal-7.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/02/2024
---
The service principal will now show as selected on the **Add role assignment** screen.
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 499a6f56a8c76..1a42ca9e4aa54 100644
--- a/docs/azure/sdk/includes/enable-managed-identity-azure-cli.md
+++ b/docs/azure/sdk/includes/enable-managed-identity-azure-cli.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 07/31/2024
ms.custom: devx-track-azurecli
---
diff --git a/docs/azure/sdk/includes/enable-managed-identity-azure-portal-1.md b/docs/azure/sdk/includes/enable-managed-identity-azure-portal-1.md
index 386d24bd2dc1b..f86848cc25dbf 100644
--- a/docs/azure/sdk/includes/enable-managed-identity-azure-portal-1.md
+++ b/docs/azure/sdk/includes/enable-managed-identity-azure-portal-1.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 07/31/2024
---
Navigate to the resource that hosts your application code in the Azure portal.
diff --git a/docs/azure/sdk/includes/enable-managed-identity-azure-portal-2.md b/docs/azure/sdk/includes/enable-managed-identity-azure-portal-2.md
index 9ecfb55203cd6..d78de575e4d6d 100644
--- a/docs/azure/sdk/includes/enable-managed-identity-azure-portal-2.md
+++ b/docs/azure/sdk/includes/enable-managed-identity-azure-portal-2.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 07/31/2024
---
On the page for your resource, select the **Identity** menu item from the left-hand menu.
diff --git a/docs/azure/sdk/includes/enable-managed-identity-azure-portal-3.md b/docs/azure/sdk/includes/enable-managed-identity-azure-portal-3.md
index 5276e6a4ab194..ae1b1775b70b7 100644
--- a/docs/azure/sdk/includes/enable-managed-identity-azure-portal-3.md
+++ b/docs/azure/sdk/includes/enable-managed-identity-azure-portal-3.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 07/31/2024
---
On the **Identity** page:
diff --git a/docs/azure/sdk/includes/implement-defaultazurecredential.md b/docs/azure/sdk/includes/implement-defaultazurecredential.md
index 345527db4e502..6dc857a516ca2 100644
--- a/docs/azure/sdk/includes/implement-defaultazurecredential.md
+++ b/docs/azure/sdk/includes/implement-defaultazurecredential.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/15/2024
---
[DefaultAzureCredential](../authentication/credential-chains.md#defaultazurecredential-overview) is an opinionated, ordered sequence of mechanisms for authenticating to Microsoft Entra ID. Each authentication mechanism is a class derived from the [TokenCredential](/dotnet/api/azure.core.tokencredential?view=azure-dotnet&preserve-view=true) class and is known as a *credential*. At runtime, `DefaultAzureCredential` attempts to authenticate using the first credential. If that credential fails to acquire an access token, the next credential in the sequence is attempted, and so on, until an access token is successfully obtained. In this way, your app can use different credentials in different environments without writing environment-specific code.
diff --git a/docs/azure/sdk/includes/local-dev-accounts-app-group-azure-portal-1.md b/docs/azure/sdk/includes/local-dev-accounts-app-group-azure-portal-1.md
index d0ff152652c7c..1df815e14adc8 100644
--- a/docs/azure/sdk/includes/local-dev-accounts-app-group-azure-portal-1.md
+++ b/docs/azure/sdk/includes/local-dev-accounts-app-group-azure-portal-1.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 07/31/2024
---
Navigate to the Microsoft Entra ID page in the Azure portal by typing *Microsoft Entra ID* into the search box at the top of the page. Select **Microsoft Entra ID** under the **Services** section.
diff --git a/docs/azure/sdk/includes/local-dev-accounts-app-group-azure-portal-2.md b/docs/azure/sdk/includes/local-dev-accounts-app-group-azure-portal-2.md
index 6b36e1108fbe4..7745b0d266e80 100644
--- a/docs/azure/sdk/includes/local-dev-accounts-app-group-azure-portal-2.md
+++ b/docs/azure/sdk/includes/local-dev-accounts-app-group-azure-portal-2.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 07/31/2024
---
On the **Microsoft Entra ID** page, select **Groups** from the left-hand menu.
diff --git a/docs/azure/sdk/includes/local-dev-accounts-app-group-azure-portal-3.md b/docs/azure/sdk/includes/local-dev-accounts-app-group-azure-portal-3.md
index 8336209e8c76d..1acbbe0eca792 100644
--- a/docs/azure/sdk/includes/local-dev-accounts-app-group-azure-portal-3.md
+++ b/docs/azure/sdk/includes/local-dev-accounts-app-group-azure-portal-3.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 07/31/2024
---
On the **All groups** page, select **New group**.
diff --git a/docs/azure/sdk/includes/local-dev-accounts-app-group-azure-portal-4.md b/docs/azure/sdk/includes/local-dev-accounts-app-group-azure-portal-4.md
index abd253ab312cb..363596bcbb53d 100644
--- a/docs/azure/sdk/includes/local-dev-accounts-app-group-azure-portal-4.md
+++ b/docs/azure/sdk/includes/local-dev-accounts-app-group-azure-portal-4.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 07/31/2024
---
On the **New Group** page:
diff --git a/docs/azure/sdk/includes/local-dev-accounts-app-group-azure-portal-5.md b/docs/azure/sdk/includes/local-dev-accounts-app-group-azure-portal-5.md
index 30f61ecc73067..6a101d91b8978 100644
--- a/docs/azure/sdk/includes/local-dev-accounts-app-group-azure-portal-5.md
+++ b/docs/azure/sdk/includes/local-dev-accounts-app-group-azure-portal-5.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 07/31/2024
---
On the **Add members** dialog box:
diff --git a/docs/azure/sdk/includes/local-dev-accounts-app-group-azure-portal-6.md b/docs/azure/sdk/includes/local-dev-accounts-app-group-azure-portal-6.md
index ce2b3b41f47a3..d4af9ceda5d1b 100644
--- a/docs/azure/sdk/includes/local-dev-accounts-app-group-azure-portal-6.md
+++ b/docs/azure/sdk/includes/local-dev-accounts-app-group-azure-portal-6.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 07/31/2024
---
Back on the **New group** page, select **Create** to create the group.
diff --git a/docs/azure/sdk/includes/local-dev-app-ad-group-azure-portal-1.md b/docs/azure/sdk/includes/local-dev-app-ad-group-azure-portal-1.md
index 3d821a0dba3b5..bc73961fea00b 100644
--- a/docs/azure/sdk/includes/local-dev-app-ad-group-azure-portal-1.md
+++ b/docs/azure/sdk/includes/local-dev-app-ad-group-azure-portal-1.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/05/2024
---
Navigate to the Microsoft Entra ID page in the Azure portal by typing *Microsoft Entra ID* into the search box at the top of the page. Select **Microsoft Entra ID** under the **Services** section.
diff --git a/docs/azure/sdk/includes/local-dev-app-ad-group-azure-portal-2.md b/docs/azure/sdk/includes/local-dev-app-ad-group-azure-portal-2.md
index 85eeee5e7b294..5380256fd52e9 100644
--- a/docs/azure/sdk/includes/local-dev-app-ad-group-azure-portal-2.md
+++ b/docs/azure/sdk/includes/local-dev-app-ad-group-azure-portal-2.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/05/2024
---
On the **Microsoft Entra ID** page, select **Groups** from the left-hand menu.
diff --git a/docs/azure/sdk/includes/local-dev-app-ad-group-azure-portal-3.md b/docs/azure/sdk/includes/local-dev-app-ad-group-azure-portal-3.md
index 6e76326757e72..c0167c47015ab 100644
--- a/docs/azure/sdk/includes/local-dev-app-ad-group-azure-portal-3.md
+++ b/docs/azure/sdk/includes/local-dev-app-ad-group-azure-portal-3.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/05/2024
---
On the **All groups** page, select **New group**.
diff --git a/docs/azure/sdk/includes/local-dev-app-ad-group-azure-portal-4.md b/docs/azure/sdk/includes/local-dev-app-ad-group-azure-portal-4.md
index 2750c61297251..69db8cb01fda5 100644
--- a/docs/azure/sdk/includes/local-dev-app-ad-group-azure-portal-4.md
+++ b/docs/azure/sdk/includes/local-dev-app-ad-group-azure-portal-4.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/05/2024
---
On the **New Group** page:
diff --git a/docs/azure/sdk/includes/local-dev-app-ad-group-azure-portal-5.md b/docs/azure/sdk/includes/local-dev-app-ad-group-azure-portal-5.md
index b330f7ea258fa..9b18afc7d0e5e 100644
--- a/docs/azure/sdk/includes/local-dev-app-ad-group-azure-portal-5.md
+++ b/docs/azure/sdk/includes/local-dev-app-ad-group-azure-portal-5.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/05/2024
---
On the **Add members** dialog box:
diff --git a/docs/azure/sdk/includes/local-dev-app-ad-group-azure-portal-6.md b/docs/azure/sdk/includes/local-dev-app-ad-group-azure-portal-6.md
index 2fd855f5551e1..283885ccb0857 100644
--- a/docs/azure/sdk/includes/local-dev-app-ad-group-azure-portal-6.md
+++ b/docs/azure/sdk/includes/local-dev-app-ad-group-azure-portal-6.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/05/2024
---
Back on the **New group** page, select **Create** to create the group.
diff --git a/docs/azure/sdk/includes/local-dev-app-registration-azure-portal-1.md b/docs/azure/sdk/includes/local-dev-app-registration-azure-portal-1.md
index dacdd475a1aad..43d4afbb98ace 100644
--- a/docs/azure/sdk/includes/local-dev-app-registration-azure-portal-1.md
+++ b/docs/azure/sdk/includes/local-dev-app-registration-azure-portal-1.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/05/2024
---
In the Azure portal:
diff --git a/docs/azure/sdk/includes/local-dev-app-registration-azure-portal-2.md b/docs/azure/sdk/includes/local-dev-app-registration-azure-portal-2.md
index b1e78a64b1530..8cc758715ed69 100644
--- a/docs/azure/sdk/includes/local-dev-app-registration-azure-portal-2.md
+++ b/docs/azure/sdk/includes/local-dev-app-registration-azure-portal-2.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/05/2024
---
On the **App registrations** page, select **+ New registration**.
diff --git a/docs/azure/sdk/includes/local-dev-app-registration-azure-portal-3.md b/docs/azure/sdk/includes/local-dev-app-registration-azure-portal-3.md
index 2487b4efb3bd4..cec34a0de29e8 100644
--- a/docs/azure/sdk/includes/local-dev-app-registration-azure-portal-3.md
+++ b/docs/azure/sdk/includes/local-dev-app-registration-azure-portal-3.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/05/2024
---
On the **Register an application** page, fill out the form as follows.
diff --git a/docs/azure/sdk/includes/local-dev-app-registration-azure-portal-4.md b/docs/azure/sdk/includes/local-dev-app-registration-azure-portal-4.md
index 5ac4f73d2e7f1..39f303ee74fd7 100644
--- a/docs/azure/sdk/includes/local-dev-app-registration-azure-portal-4.md
+++ b/docs/azure/sdk/includes/local-dev-app-registration-azure-portal-4.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/05/2024
---
On the App registration page for your app:
diff --git a/docs/azure/sdk/includes/local-dev-app-registration-azure-portal-5.md b/docs/azure/sdk/includes/local-dev-app-registration-azure-portal-5.md
index 90e99ef46dfdd..8329a2335d19a 100644
--- a/docs/azure/sdk/includes/local-dev-app-registration-azure-portal-5.md
+++ b/docs/azure/sdk/includes/local-dev-app-registration-azure-portal-5.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/05/2024
---
On the **Certificates & secrets** page, select **+ New client secret**.
diff --git a/docs/azure/sdk/includes/local-dev-app-registration-azure-portal-6.md b/docs/azure/sdk/includes/local-dev-app-registration-azure-portal-6.md
index 5ab21e61064e5..9a3d0b9ee302f 100644
--- a/docs/azure/sdk/includes/local-dev-app-registration-azure-portal-6.md
+++ b/docs/azure/sdk/includes/local-dev-app-registration-azure-portal-6.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/05/2024
---
The **Add a client secret** dialog will pop out from the right-hand side of the page. In this dialog:
diff --git a/docs/azure/sdk/includes/local-dev-app-registration-azure-portal-7.md b/docs/azure/sdk/includes/local-dev-app-registration-azure-portal-7.md
index f74a4ca4e853e..b019828b21323 100644
--- a/docs/azure/sdk/includes/local-dev-app-registration-azure-portal-7.md
+++ b/docs/azure/sdk/includes/local-dev-app-registration-azure-portal-7.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/05/2024
---
On the **Certificates & secrets** page, you'll be shown the value of the client secret.
diff --git a/docs/azure/sdk/includes/on-premises-app-registration-azure-portal-1.md b/docs/azure/sdk/includes/on-premises-app-registration-azure-portal-1.md
index cfd1d0d543512..e4efa16ea641d 100644
--- a/docs/azure/sdk/includes/on-premises-app-registration-azure-portal-1.md
+++ b/docs/azure/sdk/includes/on-premises-app-registration-azure-portal-1.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/02/2024
---
In the Azure portal:
diff --git a/docs/azure/sdk/includes/on-premises-app-registration-azure-portal-2.md b/docs/azure/sdk/includes/on-premises-app-registration-azure-portal-2.md
index 18eb3060d579d..299d4fd39d78a 100644
--- a/docs/azure/sdk/includes/on-premises-app-registration-azure-portal-2.md
+++ b/docs/azure/sdk/includes/on-premises-app-registration-azure-portal-2.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/02/2024
---
On the **App registrations** page, select **+ New registration**.
diff --git a/docs/azure/sdk/includes/on-premises-app-registration-azure-portal-3.md b/docs/azure/sdk/includes/on-premises-app-registration-azure-portal-3.md
index c366946364325..74d3158f6b6fa 100644
--- a/docs/azure/sdk/includes/on-premises-app-registration-azure-portal-3.md
+++ b/docs/azure/sdk/includes/on-premises-app-registration-azure-portal-3.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/02/2024
---
On the **Register an application** page, fill out the form as follows:
diff --git a/docs/azure/sdk/includes/on-premises-app-registration-azure-portal-4.md b/docs/azure/sdk/includes/on-premises-app-registration-azure-portal-4.md
index 87c42c94db6df..ff39860e66e19 100644
--- a/docs/azure/sdk/includes/on-premises-app-registration-azure-portal-4.md
+++ b/docs/azure/sdk/includes/on-premises-app-registration-azure-portal-4.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/02/2024
---
On the App registration page for your app:
diff --git a/docs/azure/sdk/includes/on-premises-app-registration-azure-portal-5.md b/docs/azure/sdk/includes/on-premises-app-registration-azure-portal-5.md
index a61dcf4bf5c9e..17e67fa556864 100644
--- a/docs/azure/sdk/includes/on-premises-app-registration-azure-portal-5.md
+++ b/docs/azure/sdk/includes/on-premises-app-registration-azure-portal-5.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/02/2024
---
On the **Certificates & secrets** page, select **+ New client secret**.
diff --git a/docs/azure/sdk/includes/on-premises-app-registration-azure-portal-6.md b/docs/azure/sdk/includes/on-premises-app-registration-azure-portal-6.md
index ad1fc5e3b486a..4a4a43e66c8a4 100644
--- a/docs/azure/sdk/includes/on-premises-app-registration-azure-portal-6.md
+++ b/docs/azure/sdk/includes/on-premises-app-registration-azure-portal-6.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/02/2024
---
The **Add a client secret** dialog will pop out from the right-hand side of the page. In this dialog:
diff --git a/docs/azure/sdk/includes/on-premises-app-registration-azure-portal-7.md b/docs/azure/sdk/includes/on-premises-app-registration-azure-portal-7.md
index a126d22ec84bc..88385d5559322 100644
--- a/docs/azure/sdk/includes/on-premises-app-registration-azure-portal-7.md
+++ b/docs/azure/sdk/includes/on-premises-app-registration-azure-portal-7.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/02/2024
---
On the **Certificates & secrets** page, you will be shown the value of the client secret.
diff --git a/docs/azure/sdk/media/mermaidjs/ChainSequence.md b/docs/azure/sdk/media/mermaidjs/ChainSequence.md
index 10982f7638ef1..4d7087d0e15b5 100644
--- a/docs/azure/sdk/media/mermaidjs/ChainSequence.md
+++ b/docs/azure/sdk/media/mermaidjs/ChainSequence.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/07/2024
---
diff --git a/docs/azure/sdk/media/mermaidjs/ChainedTokenCredentialAuthFlow.md b/docs/azure/sdk/media/mermaidjs/ChainedTokenCredentialAuthFlow.md
index e3a4efd5d0ff6..ab8e4d94145d8 100644
--- a/docs/azure/sdk/media/mermaidjs/ChainedTokenCredentialAuthFlow.md
+++ b/docs/azure/sdk/media/mermaidjs/ChainedTokenCredentialAuthFlow.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/07/2024
---
diff --git a/docs/azure/sdk/media/mermaidjs/DefaultAzureCredentialAuthFlow.md b/docs/azure/sdk/media/mermaidjs/DefaultAzureCredentialAuthFlow.md
index 377eb05685e99..df3b55628d84d 100644
--- a/docs/azure/sdk/media/mermaidjs/DefaultAzureCredentialAuthFlow.md
+++ b/docs/azure/sdk/media/mermaidjs/DefaultAzureCredentialAuthFlow.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/07/2024
---
diff --git a/docs/azure/sdk/media/mermaidjs/DefaultAzureCredentialExcludes.md b/docs/azure/sdk/media/mermaidjs/DefaultAzureCredentialExcludes.md
index 10769fb09f86e..1dea2b7636b58 100644
--- a/docs/azure/sdk/media/mermaidjs/DefaultAzureCredentialExcludes.md
+++ b/docs/azure/sdk/media/mermaidjs/DefaultAzureCredentialExcludes.md
@@ -1,5 +1,4 @@
---
-ms.topic: include
ms.date: 08/07/2024
---
diff --git a/docs/core/docker/includes/volume-share-alert.md b/docs/core/docker/includes/volume-share-alert.md
index 7d4193f605c66..4aa1dfc6a2661 100644
--- a/docs/core/docker/includes/volume-share-alert.md
+++ b/docs/core/docker/includes/volume-share-alert.md
@@ -2,7 +2,6 @@
author: IEvangelist
ms.author: dapine
ms.date: 09/03/2021
-ms.topic: include
---
> [!IMPORTANT]
diff --git a/docs/core/extensions/includes/file-new-worker.md b/docs/core/extensions/includes/file-new-worker.md
index 7254108e49664..c6bd0a9cc4d42 100644
--- a/docs/core/extensions/includes/file-new-worker.md
+++ b/docs/core/extensions/includes/file-new-worker.md
@@ -2,7 +2,6 @@
author: IEvangelist
ms.author: dapine
ms.date: 06/01/2021
-ms.topic: include
---
## Create a new project
diff --git a/docs/core/extensions/includes/logging-samples-browser.md b/docs/core/extensions/includes/logging-samples-browser.md
index 6a157ecd7e98f..3a6e9904c33d6 100644
--- a/docs/core/extensions/includes/logging-samples-browser.md
+++ b/docs/core/extensions/includes/logging-samples-browser.md
@@ -2,7 +2,6 @@
author: IEvangelist
ms.author: dapine
ms.date: 07/30/2021
-ms.topic: include
---
> [!TIP]
diff --git a/docs/core/extensions/includes/run-app.md b/docs/core/extensions/includes/run-app.md
index b596c9c570761..2cf945924e9d7 100644
--- a/docs/core/extensions/includes/run-app.md
+++ b/docs/core/extensions/includes/run-app.md
@@ -2,7 +2,6 @@
author: IEvangelist
ms.author: dapine
ms.date: 05/25/2021
-ms.topic: include
---
To run the application from Visual Studio, select F5 or select the **Debug** > **Start Debugging** menu option. If you're using the .NET CLI, run the `dotnet run` command from the working directory:
diff --git a/docs/core/extensions/includes/stop-app.md b/docs/core/extensions/includes/stop-app.md
index 49cd2b9079e76..08540c4c3a223 100644
--- a/docs/core/extensions/includes/stop-app.md
+++ b/docs/core/extensions/includes/stop-app.md
@@ -2,7 +2,6 @@
author: IEvangelist
ms.author: dapine
ms.date: 05/25/2021
-ms.topic: include
---
If running the application from within Visual Studio, select **Debug** > **Stop Debugging...**. Alternatively, select Ctrl + C from the console window to signal cancellation.
diff --git a/docs/core/extensions/includes/windows-service-disambiguation.md b/docs/core/extensions/includes/windows-service-disambiguation.md
index 4153b53394728..0641bccc7987c 100644
--- a/docs/core/extensions/includes/windows-service-disambiguation.md
+++ b/docs/core/extensions/includes/windows-service-disambiguation.md
@@ -2,7 +2,6 @@
author: IEvangelist
ms.author: dapine
ms.date: 06/25/2021
-ms.topic: include
---
> [!NOTE]
diff --git a/docs/core/extensions/includes/worker-template-workloads.md b/docs/core/extensions/includes/worker-template-workloads.md
index abd74f06f808f..a0ed1df1587a1 100644
--- a/docs/core/extensions/includes/worker-template-workloads.md
+++ b/docs/core/extensions/includes/worker-template-workloads.md
@@ -2,7 +2,6 @@
author: IEvangelist
ms.author: dapine
ms.date: 06/30/2022
-ms.topic: include
---
> [!IMPORTANT]
diff --git a/docs/core/extensions/includes/workers-samples-browser.md b/docs/core/extensions/includes/workers-samples-browser.md
index 7c2412d61435f..b87755dd47211 100644
--- a/docs/core/extensions/includes/workers-samples-browser.md
+++ b/docs/core/extensions/includes/workers-samples-browser.md
@@ -2,7 +2,6 @@
author: IEvangelist
ms.author: dapine
ms.date: 08/30/2021
-ms.topic: include
---
> [!TIP]
diff --git a/docs/core/extensions/includes/zoned-build-app.md b/docs/core/extensions/includes/zoned-build-app.md
index a8c4ba57656d4..733d3167a4f20 100644
--- a/docs/core/extensions/includes/zoned-build-app.md
+++ b/docs/core/extensions/includes/zoned-build-app.md
@@ -2,7 +2,6 @@
author: IEvangelist
ms.author: dapine
ms.date: 09/13/2021
-ms.topic: include
---
:::zone target="docs" pivot="visualstudio"
diff --git a/docs/core/extensions/includes/zoned-file-new-worker.md b/docs/core/extensions/includes/zoned-file-new-worker.md
index b583481a77aa1..c73a381f5bd69 100644
--- a/docs/core/extensions/includes/zoned-file-new-worker.md
+++ b/docs/core/extensions/includes/zoned-file-new-worker.md
@@ -2,7 +2,6 @@
author: IEvangelist
ms.author: dapine
ms.date: 06/02/2021
-ms.topic: include
---
## Create a new project
diff --git a/docs/core/install/includes/linux-install-60-apt.md b/docs/core/install/includes/linux-install-60-apt.md
index 78b4190bea65f..1c9e539d7dcac 100644
--- a/docs/core/install/includes/linux-install-60-apt.md
+++ b/docs/core/install/includes/linux-install-60-apt.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 10/26/2021
-ms.topic: include
ms.custom: linux-related-content
---
diff --git a/docs/core/install/includes/linux-install-80-apk.md b/docs/core/install/includes/linux-install-80-apk.md
index b81e647b92e5f..c1bee0f6dddea 100644
--- a/docs/core/install/includes/linux-install-80-apk.md
+++ b/docs/core/install/includes/linux-install-80-apk.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 11/14/2023
-ms.topic: include
ms.custom: linux-related-content
---
diff --git a/docs/core/install/includes/linux-install-80-apt.md b/docs/core/install/includes/linux-install-80-apt.md
index 0daacd8e473e3..9dc718eff759f 100644
--- a/docs/core/install/includes/linux-install-80-apt.md
+++ b/docs/core/install/includes/linux-install-80-apt.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 11/14/2023
-ms.topic: include
ms.custom: linux-related-content
---
diff --git a/docs/core/install/includes/linux-install-80-dnf.md b/docs/core/install/includes/linux-install-80-dnf.md
index 56db96ed0314f..3836d222b1e76 100644
--- a/docs/core/install/includes/linux-install-80-dnf.md
+++ b/docs/core/install/includes/linux-install-80-dnf.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 11/14/2023
-ms.topic: include
ms.custom: linux-related-content
---
diff --git a/docs/core/install/includes/linux-install-80-zyp.md b/docs/core/install/includes/linux-install-80-zyp.md
index 71c5b9df966e3..31924ff25dac9 100644
--- a/docs/core/install/includes/linux-install-80-zyp.md
+++ b/docs/core/install/includes/linux-install-80-zyp.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 11/14/2023
-ms.topic: include
ms.custom: linux-related-content
---
diff --git a/docs/core/install/includes/linux-install-90-apk.md b/docs/core/install/includes/linux-install-90-apk.md
index 2d1e5ccc93177..6b8000b2dabef 100644
--- a/docs/core/install/includes/linux-install-90-apk.md
+++ b/docs/core/install/includes/linux-install-90-apk.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 11/11/2024
-ms.topic: include
ms.custom: linux-related-content
---
diff --git a/docs/core/install/includes/linux-install-90-apt.md b/docs/core/install/includes/linux-install-90-apt.md
index 5340fdf766d09..1e096a19edcc3 100644
--- a/docs/core/install/includes/linux-install-90-apt.md
+++ b/docs/core/install/includes/linux-install-90-apt.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 11/01/2024
-ms.topic: include
ms.custom: linux-related-content
---
diff --git a/docs/core/install/includes/linux-install-90-dnf.md b/docs/core/install/includes/linux-install-90-dnf.md
index c09a6e09cc969..e436668d292a9 100644
--- a/docs/core/install/includes/linux-install-90-dnf.md
+++ b/docs/core/install/includes/linux-install-90-dnf.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 11/11/2024
-ms.topic: include
ms.custom: linux-related-content
---
diff --git a/docs/core/install/includes/linux-install-90-zyp.md b/docs/core/install/includes/linux-install-90-zyp.md
index 4be4c4e9a2982..254d09b15a9bb 100644
--- a/docs/core/install/includes/linux-install-90-zyp.md
+++ b/docs/core/install/includes/linux-install-90-zyp.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 11/14/2023
-ms.topic: include
ms.custom: linux-related-content
---
diff --git a/docs/core/install/includes/linux-install-package-manager-x64-vs-arm-ubuntu.md b/docs/core/install/includes/linux-install-package-manager-x64-vs-arm-ubuntu.md
index f6551abb9397e..8998c3c576ae8 100644
--- a/docs/core/install/includes/linux-install-package-manager-x64-vs-arm-ubuntu.md
+++ b/docs/core/install/includes/linux-install-package-manager-x64-vs-arm-ubuntu.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 11/11/2024
-ms.topic: include
ms.custom: linux-related-content
---
diff --git a/docs/core/install/includes/linux-install-package-manager-x64-vs-arm.md b/docs/core/install/includes/linux-install-package-manager-x64-vs-arm.md
index 64511c2425b7d..820133da23b30 100644
--- a/docs/core/install/includes/linux-install-package-manager-x64-vs-arm.md
+++ b/docs/core/install/includes/linux-install-package-manager-x64-vs-arm.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 11/11/2024
-ms.topic: include
ms.custom: linux-related-content
---
diff --git a/docs/core/install/includes/linux-install-previews.md b/docs/core/install/includes/linux-install-previews.md
index 84205ee7ed080..ddf7bb01b6dd1 100644
--- a/docs/core/install/includes/linux-install-previews.md
+++ b/docs/core/install/includes/linux-install-previews.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 11/11/2024
-ms.topic: include
ms.custom: linux-related-content
---
diff --git a/docs/core/install/includes/linux-intro-sdk-vs-runtime.md b/docs/core/install/includes/linux-intro-sdk-vs-runtime.md
index 9edc47605a05b..828759f5e13bb 100644
--- a/docs/core/install/includes/linux-intro-sdk-vs-runtime.md
+++ b/docs/core/install/includes/linux-intro-sdk-vs-runtime.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 11/11/2024
-ms.topic: include
ms.custom: linux-related-content
---
diff --git a/docs/core/install/includes/linux-libgdiplus-general.md b/docs/core/install/includes/linux-libgdiplus-general.md
index 393ff8e10f569..b52cab6261528 100644
--- a/docs/core/install/includes/linux-libgdiplus-general.md
+++ b/docs/core/install/includes/linux-libgdiplus-general.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 11/11/2024
-ms.topic: include
ms.custom: linux-related-content
---
diff --git a/docs/core/install/includes/linux-prep-intro-apt.md b/docs/core/install/includes/linux-prep-intro-apt.md
index 853ebb8499dbf..440e06117d3f6 100644
--- a/docs/core/install/includes/linux-prep-intro-apt.md
+++ b/docs/core/install/includes/linux-prep-intro-apt.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 11/11/2024
-ms.topic: include
ms.custom: linux-related-content
---
diff --git a/docs/core/install/includes/linux-prep-intro-generic.md b/docs/core/install/includes/linux-prep-intro-generic.md
index 804639cb0fab3..2ce00425dd20e 100644
--- a/docs/core/install/includes/linux-prep-intro-generic.md
+++ b/docs/core/install/includes/linux-prep-intro-generic.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 11/11/2024
-ms.topic: include
ms.custom: linux-related-content
---
diff --git a/docs/core/install/includes/linux-release-wait.md b/docs/core/install/includes/linux-release-wait.md
index 40846c4fbbddd..249e0d9549be7 100644
--- a/docs/core/install/includes/linux-release-wait.md
+++ b/docs/core/install/includes/linux-release-wait.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 11/11/2024
-ms.topic: include
ms.custom: linux-related-content
---
diff --git a/docs/core/install/includes/linux-rpm-install-dependencies.md b/docs/core/install/includes/linux-rpm-install-dependencies.md
index 8ea63f666e853..23b2614e71e04 100644
--- a/docs/core/install/includes/linux-rpm-install-dependencies.md
+++ b/docs/core/install/includes/linux-rpm-install-dependencies.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 11/11/2024
-ms.topic: include
ms.custom: linux-related-content
---
diff --git a/docs/core/install/includes/linux-ubuntu-80-ms.md b/docs/core/install/includes/linux-ubuntu-80-ms.md
index f91f9d37372a5..7519903ffaf3a 100644
--- a/docs/core/install/includes/linux-ubuntu-80-ms.md
+++ b/docs/core/install/includes/linux-ubuntu-80-ms.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 03/19/2024
-ms.topic: include
ms.custom: linux-related-content
---
diff --git a/docs/core/install/includes/linux-ubuntu-deps-example.md b/docs/core/install/includes/linux-ubuntu-deps-example.md
index 4f1833243f54f..f23de6c60829e 100644
--- a/docs/core/install/includes/linux-ubuntu-deps-example.md
+++ b/docs/core/install/includes/linux-ubuntu-deps-example.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 08/15/2023
-ms.topic: include
ms.custom: linux-related-content
---
diff --git a/docs/core/install/includes/linux-ubuntu-feed-sdk-note.md b/docs/core/install/includes/linux-ubuntu-feed-sdk-note.md
index c47649f0eca1b..5a599616b79fb 100644
--- a/docs/core/install/includes/linux-ubuntu-feed-sdk-note.md
+++ b/docs/core/install/includes/linux-ubuntu-feed-sdk-note.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 11/04/2024
-ms.topic: include
ms.custom: linux-related-content
---
diff --git a/docs/core/install/includes/linux-ubuntu-not-supported.md b/docs/core/install/includes/linux-ubuntu-not-supported.md
index 4ecf995fb2011..0193baf0b6ee8 100644
--- a/docs/core/install/includes/linux-ubuntu-not-supported.md
+++ b/docs/core/install/includes/linux-ubuntu-not-supported.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 11/01/2024
-ms.topic: include
ms.custom: linux-related-content
---
diff --git a/docs/core/install/includes/linux-ubuntu-package-feed-both.md b/docs/core/install/includes/linux-ubuntu-package-feed-both.md
index 4321a94fbb95a..100fb340ea5c7 100644
--- a/docs/core/install/includes/linux-ubuntu-package-feed-both.md
+++ b/docs/core/install/includes/linux-ubuntu-package-feed-both.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 11/04/2024
-ms.topic: include
ms.custom: linux-related-content
---
diff --git a/docs/core/install/includes/linux-ubuntu-package-feed-ms.md b/docs/core/install/includes/linux-ubuntu-package-feed-ms.md
index 60a1ef77bc091..1b0b1ae1e0869 100644
--- a/docs/core/install/includes/linux-ubuntu-package-feed-ms.md
+++ b/docs/core/install/includes/linux-ubuntu-package-feed-ms.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 03/18/2024
-ms.topic: include
ms.custom: linux-related-content
---
diff --git a/docs/core/install/includes/linux-ubuntu-package-feed-only.md b/docs/core/install/includes/linux-ubuntu-package-feed-only.md
index e8ac78b1b6512..63bc91b2b3680 100644
--- a/docs/core/install/includes/linux-ubuntu-package-feed-only.md
+++ b/docs/core/install/includes/linux-ubuntu-package-feed-only.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 11/01/2024
-ms.topic: include
ms.custom: linux-related-content
---
diff --git a/docs/core/install/includes/linux-ubuntu-register-backports.md b/docs/core/install/includes/linux-ubuntu-register-backports.md
index 356360fb3ece0..4bfbd3df67690 100644
--- a/docs/core/install/includes/linux-ubuntu-register-backports.md
+++ b/docs/core/install/includes/linux-ubuntu-register-backports.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 11/20/2024
-ms.topic: include
ms.custom: linux-related-content
---
diff --git a/docs/core/install/includes/linux-uninstall-preview-info.md b/docs/core/install/includes/linux-uninstall-preview-info.md
index 74cda54c17a6b..798fa774e3893 100644
--- a/docs/core/install/includes/linux-uninstall-preview-info.md
+++ b/docs/core/install/includes/linux-uninstall-preview-info.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 11/11/2024
-ms.topic: include
ms.custom: linux-related-content
---
diff --git a/docs/core/install/includes/microsoft-update.md b/docs/core/install/includes/microsoft-update.md
index 7719b4cd25c6f..21cdb3cf2dfed 100644
--- a/docs/core/install/includes/microsoft-update.md
+++ b/docs/core/install/includes/microsoft-update.md
@@ -2,7 +2,6 @@
author: joeloff
ms.author: joeloff
ms.date: 11/12/2024
-ms.topic: include
---
The .NET installer executables are independent products that can be serviced using Microsoft Update (MU) on Windows. MU is different to Windows Update (WU), which is used to service operating system components like .NET Framework.
diff --git a/docs/core/install/includes/package-manager-failed-to-fetch-deb.md b/docs/core/install/includes/package-manager-failed-to-fetch-deb.md
index c35059a0d706a..82a2ce734d7ce 100644
--- a/docs/core/install/includes/package-manager-failed-to-fetch-deb.md
+++ b/docs/core/install/includes/package-manager-failed-to-fetch-deb.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 11/14/2023
-ms.topic: include
---
While installing the .NET package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. This error could mean that the package feed for .NET is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed shouldn't be unavailable for more than 30 minutes. If you continually receive this error for more than 30 minutes, please file an issue at .
diff --git a/docs/core/install/includes/package-manager-failed-to-fetch-rpm.md b/docs/core/install/includes/package-manager-failed-to-fetch-rpm.md
index 4e7b525864504..e596138e274fe 100644
--- a/docs/core/install/includes/package-manager-failed-to-fetch-rpm.md
+++ b/docs/core/install/includes/package-manager-failed-to-fetch-rpm.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 11/14/2023
-ms.topic: include
---
While installing the .NET package, you may see an error similar to `signature verification failed for file 'repomd.xml' from repository 'packages-microsoft-com-prod'`. Generally speaking, this error means that the package feed for .NET is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 2 hours. If you continually receive this error for more than 2 hours, please file an issue at .
diff --git a/docs/core/install/includes/package-manager-failed-to-find-deb-classic.md b/docs/core/install/includes/package-manager-failed-to-find-deb-classic.md
index 6cfd2e9f02939..8e496069fa7a6 100644
--- a/docs/core/install/includes/package-manager-failed-to-find-deb-classic.md
+++ b/docs/core/install/includes/package-manager-failed-to-find-deb-classic.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 03/29/2024
-ms.topic: include
ms.custom: linux-related-content
---
diff --git a/docs/core/install/includes/package-manager-failed-to-find-deb-intro.md b/docs/core/install/includes/package-manager-failed-to-find-deb-intro.md
index 5527e151d5ee3..08bd846d7a23f 100644
--- a/docs/core/install/includes/package-manager-failed-to-find-deb-intro.md
+++ b/docs/core/install/includes/package-manager-failed-to-find-deb-intro.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 03/29/2024
-ms.topic: include
ms.custom: linux-related-content
---
diff --git a/docs/core/install/includes/package-manager-failed-to-find-deb-new.md b/docs/core/install/includes/package-manager-failed-to-find-deb-new.md
index 31ebbdeb409bf..1430b172f2fc9 100644
--- a/docs/core/install/includes/package-manager-failed-to-find-deb-new.md
+++ b/docs/core/install/includes/package-manager-failed-to-find-deb-new.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 03/29/2024
-ms.topic: include
ms.custom: linux-related-content
---
diff --git a/docs/core/install/includes/package-manager-heading-hack-pkgname.md b/docs/core/install/includes/package-manager-heading-hack-pkgname.md
index aa8b5cff1ee12..42455087cb8b1 100644
--- a/docs/core/install/includes/package-manager-heading-hack-pkgname.md
+++ b/docs/core/install/includes/package-manager-heading-hack-pkgname.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 11/11/2024
-ms.topic: include
---
All versions of .NET are available for download at , but require [manual installation](../linux-scripted-manual.md). You can try to use the package manager to install a different version of .NET. However, the requested version might not be available.
diff --git a/docs/core/install/includes/supported-versions.md b/docs/core/install/includes/supported-versions.md
index 9cdeff7bdf552..d73b8cdf97508 100644
--- a/docs/core/install/includes/supported-versions.md
+++ b/docs/core/install/includes/supported-versions.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 11/11/2024
-ms.topic: include
---
Microsoft publishes .NET under two different support policies, Long Term Support (LTS) and Standard Term Support (STS). The quality of all releases is the same. The only difference is the length of support. LTS releases get free support and patches for three years. STS releases get free support and patches for 18 months. For more information, see [.NET Support Policy](https://dotnet.microsoft.com/platform/support/policy/dotnet-core).
diff --git a/docs/core/install/includes/verify-download-intro.md b/docs/core/install/includes/verify-download-intro.md
index 3fb9705e2de14..3b2ad1b9ba9ff 100644
--- a/docs/core/install/includes/verify-download-intro.md
+++ b/docs/core/install/includes/verify-download-intro.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 06/21/2023
-ms.topic: include
---
After downloading an installer or binary release, verify it to make sure that the file hasn't been changed or corrupted. You can verify the checksum on your computer and then compare it to what was reported on the download website.
diff --git a/docs/core/install/includes/verify-download-macos-linux.md b/docs/core/install/includes/verify-download-macos-linux.md
index 4283bdd0afb52..eb4cd6e160963 100644
--- a/docs/core/install/includes/verify-download-macos-linux.md
+++ b/docs/core/install/includes/verify-download-macos-linux.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 11/14/2023
-ms.topic: include
ms.custom: linux-related-content
---
diff --git a/docs/core/install/includes/verify-download-windows.md b/docs/core/install/includes/verify-download-windows.md
index 770de9692cc7b..8b6b870db64ee 100644
--- a/docs/core/install/includes/verify-download-windows.md
+++ b/docs/core/install/includes/verify-download-windows.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 11/14/2023
-ms.topic: include
---
You can use **PowerShell** or **Command Prompt** to validate the checksum of the file you've downloaded. For example, the following command reports the checksum of the _dotnet-sdk-8.0.100-win-x64.exe_ file:
diff --git a/docs/core/install/includes/versions-not-supported.md b/docs/core/install/includes/versions-not-supported.md
index 35bcfd7222c10..5ae3d73cdd830 100644
--- a/docs/core/install/includes/versions-not-supported.md
+++ b/docs/core/install/includes/versions-not-supported.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 11/11/2024
-ms.topic: include
---
The following versions of .NET are ❌ no longer supported:
diff --git a/docs/core/tutorials/includes/dotnet6-syntax-note.md b/docs/core/tutorials/includes/dotnet6-syntax-note.md
index cb845fbf29188..fd4ef642c7fac 100644
--- a/docs/core/tutorials/includes/dotnet6-syntax-note.md
+++ b/docs/core/tutorials/includes/dotnet6-syntax-note.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 03/14/2023
-ms.topic: include
---
> [!IMPORTANT]
diff --git a/docs/csharp/includes/field-preview.md b/docs/csharp/includes/field-preview.md
index b504bd1d668de..f9864acb2e4bf 100644
--- a/docs/csharp/includes/field-preview.md
+++ b/docs/csharp/includes/field-preview.md
@@ -1,7 +1,6 @@
---
author: BillWagner
ms.author: wiwagn
-ms.topic: include
ms.date: 10/30/2024
---
diff --git a/docs/csharp/includes/prerequisites.md b/docs/csharp/includes/prerequisites.md
index 03174d3cbe825..d22111beeda38 100644
--- a/docs/csharp/includes/prerequisites.md
+++ b/docs/csharp/includes/prerequisites.md
@@ -1,7 +1,6 @@
---
author: BillWagner
ms.author: wiwagn
-ms.topic: include
ms.date: 04/26/2022
---
diff --git a/docs/csharp/includes/vsto-framework.md b/docs/csharp/includes/vsto-framework.md
index 3240a69b9e024..a8350da4ae4ee 100644
--- a/docs/csharp/includes/vsto-framework.md
+++ b/docs/csharp/includes/vsto-framework.md
@@ -1,7 +1,6 @@
---
author: BillWagner
ms.author: wiwagn
-ms.topic: include
ms.date: 02/28/2023
---
diff --git a/docs/csharp/linq/includes/data-sources-definition.md b/docs/csharp/linq/includes/data-sources-definition.md
index 5112ce8960d25..5dac95e31a214 100644
--- a/docs/csharp/linq/includes/data-sources-definition.md
+++ b/docs/csharp/linq/includes/data-sources-definition.md
@@ -1,7 +1,6 @@
---
author: BillWagner
ms.author: wiwagn
-ms.topic: include
ms.date: 10/04/2024
---
diff --git a/docs/csharp/linq/includes/linq-syntax.md b/docs/csharp/linq/includes/linq-syntax.md
index fe37433f5e326..3204f3ea65676 100644
--- a/docs/csharp/linq/includes/linq-syntax.md
+++ b/docs/csharp/linq/includes/linq-syntax.md
@@ -1,7 +1,6 @@
---
author: BillWagner
ms.author: wiwagn
-ms.topic: include
ms.date: 05/29/2024
---
diff --git a/docs/devops/includes/add-github-workflow.md b/docs/devops/includes/add-github-workflow.md
index c8896b980a060..105cdd0c4df72 100644
--- a/docs/devops/includes/add-github-workflow.md
+++ b/docs/devops/includes/add-github-workflow.md
@@ -2,7 +2,6 @@
author: IEvangelist
ms.author: dapine
ms.date: 07/02/2021
-ms.topic: include
---
## Create a workflow file
diff --git a/docs/devops/includes/add-status-badge.md b/docs/devops/includes/add-status-badge.md
index a02eeb017525e..2af0d84f1b863 100644
--- a/docs/devops/includes/add-status-badge.md
+++ b/docs/devops/includes/add-status-badge.md
@@ -2,7 +2,6 @@
author: IEvangelist
ms.author: dapine
ms.date: 07/01/2021
-ms.topic: include
---
## Create a workflow status badge
diff --git a/docs/devops/includes/prerequisites.md b/docs/devops/includes/prerequisites.md
index 4730b2015828a..1404d9dc31914 100644
--- a/docs/devops/includes/prerequisites.md
+++ b/docs/devops/includes/prerequisites.md
@@ -2,7 +2,6 @@
author: IEvangelist
ms.author: dapine
ms.date: 07/01/2021
-ms.topic: include
---
## Prerequisites
diff --git a/docs/framework/install/includes/server-35.md b/docs/framework/install/includes/server-35.md
index 6f7b8e50dccf5..5fada5dc8ce97 100644
--- a/docs/framework/install/includes/server-35.md
+++ b/docs/framework/install/includes/server-35.md
@@ -2,7 +2,6 @@
author: adegeo
ms.author: adegeo
ms.date: 05/31/2024
-ms.topic: include
---
.NET Framework 3.5 supports apps built for .NET Framework 1.0 through 3.5.
diff --git a/docs/fundamentals/code-analysis/includes/insecure-deserializers-common-safe-to-suppress.md b/docs/fundamentals/code-analysis/includes/insecure-deserializers-common-safe-to-suppress.md
index 1f41bd8c4194c..b9b06cacb2852 100644
--- a/docs/fundamentals/code-analysis/includes/insecure-deserializers-common-safe-to-suppress.md
+++ b/docs/fundamentals/code-analysis/includes/insecure-deserializers-common-safe-to-suppress.md
@@ -2,7 +2,6 @@
author: dotpaul
ms.author: paulming
ms.date: 04/17/2019
-ms.topic: include
---
It's safe to suppress a warning from this rule if:
diff --git a/docs/fundamentals/code-analysis/includes/insecure-deserializers-description.md b/docs/fundamentals/code-analysis/includes/insecure-deserializers-description.md
index ff9397a1ff328..e018200a3da59 100644
--- a/docs/fundamentals/code-analysis/includes/insecure-deserializers-description.md
+++ b/docs/fundamentals/code-analysis/includes/insecure-deserializers-description.md
@@ -2,6 +2,5 @@
author: dotpaul
ms.author: paulming
ms.date: 04/05/2019
-ms.topic: include
---
Insecure deserializers are vulnerable when deserializing untrusted data. An attacker could modify the serialized data to include unexpected types to inject objects with malicious side effects. An attack against an insecure deserializer could, for example, execute commands on the underlying operating system, communicate over the network, or delete files.
diff --git a/docs/fundamentals/code-analysis/includes/insecure-deserializers-fixes-for-always-insecure-deserializers.md b/docs/fundamentals/code-analysis/includes/insecure-deserializers-fixes-for-always-insecure-deserializers.md
index 054b844ab43b5..71f2513947bd9 100644
--- a/docs/fundamentals/code-analysis/includes/insecure-deserializers-fixes-for-always-insecure-deserializers.md
+++ b/docs/fundamentals/code-analysis/includes/insecure-deserializers-fixes-for-always-insecure-deserializers.md
@@ -2,7 +2,6 @@
author: dotpaul
ms.author: paulming
ms.date: 05/01/2019
-ms.topic: include
---
- If possible, use a secure serializer instead, and **don't allow an attacker to specify an arbitrary type to deserialize**. Some safer serializers include:
diff --git a/docs/fundamentals/networking/includes/ip-endpoint.md b/docs/fundamentals/networking/includes/ip-endpoint.md
index 2b3c0efa97d09..148017f1d02c8 100644
--- a/docs/fundamentals/networking/includes/ip-endpoint.md
+++ b/docs/fundamentals/networking/includes/ip-endpoint.md
@@ -2,7 +2,6 @@
ms.date: 04/17/2024
author: IEvangelist
ms.author: dapine
-ms.topic: include
---
## Create an IP endpoint
diff --git a/docs/standard/datetime/includes/dateonly-and-timeonly-serialization-cs.md b/docs/standard/datetime/includes/dateonly-and-timeonly-serialization-cs.md
index a27bc77f4a0ee..0d90b9b4c7e79 100644
--- a/docs/standard/datetime/includes/dateonly-and-timeonly-serialization-cs.md
+++ b/docs/standard/datetime/includes/dateonly-and-timeonly-serialization-cs.md
@@ -2,7 +2,6 @@
author: IEvangelist
ms.author: dapine
ms.date: 01/11/2023
-ms.topic: include
---
With .NET 7+, `System.Text.Json` supports serializing and deserializing and types. Consider the following object:
diff --git a/docs/standard/datetime/includes/dateonly-and-timeonly-serialization.md b/docs/standard/datetime/includes/dateonly-and-timeonly-serialization.md
index 37abdb2c65e4c..8e6fb2eb675c4 100644
--- a/docs/standard/datetime/includes/dateonly-and-timeonly-serialization.md
+++ b/docs/standard/datetime/includes/dateonly-and-timeonly-serialization.md
@@ -2,7 +2,6 @@
author: IEvangelist
ms.author: dapine
ms.date: 01/11/2023
-ms.topic: include
---
With .NET 7+, `System.Text.Json` supports serializing and deserializing and types. Consider the following object:
diff --git a/docs/standard/garbage-collection/includes/disposables-and-dependency-injection.md b/docs/standard/garbage-collection/includes/disposables-and-dependency-injection.md
index cb80247177c98..1d94dc687610f 100644
--- a/docs/standard/garbage-collection/includes/disposables-and-dependency-injection.md
+++ b/docs/standard/garbage-collection/includes/disposables-and-dependency-injection.md
@@ -1,6 +1,5 @@
---
author: IEvangelist
-ms.topic: include
ms.date: 04/07/2021
ms.author: dapine
ms.custom: include