Skip to content

Commit 72ee046

Browse files
Merge pull request #7326 from MicrosoftDocs/main
Auto Publish – main to live - 2026-05-12 13:00 UTC
2 parents 955170a + 10ff63f commit 72ee046

6 files changed

Lines changed: 15 additions & 8 deletions

dev-itpro/administration/migrate-gp-validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Migration validation overview
33
description: Learn about the migration validation feature that verifies data migrated from Dynamics GP to Business Central.
44
author: jswymer
5-
ms.topic: conceptual
5+
ms.topic: article
66
ms.date: 01/09/2025
77
ms.author: jswymer
88
ms.reviewer: jswymer

dev-itpro/administration/setup-app-key-vault-onprem.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,16 @@ The steps in this task are done from the [Azure portal](https://portal.azure.com
9696
5. Select **Add**.
9797
6. Select **Save**.
9898
99+
If your key vault uses Azure role-based access control (Azure RBAC), use these steps instead:
100+
101+
1. In the Azure portal, open your key vault.
102+
2. Select **Access control (IAM)**.
103+
3. Select **Add** > **Add role assignment**.
104+
4. On the **Role** tab, search for and select **Key Vault Secrets User**.
105+
5. On the **Members** tab, select **User, group, or service principal**, and then select **+ Select members**.
106+
6. Search for the key vault reader application by its **Application (client) ID** or display name, for example, **Dynamics 365 Business Central Key Vault Reader On-Prem**, and then add it.
107+
7. Complete the role assignment.
108+
99109
At this point, the work in Azure is finished.
100110
101111
## Configure the Business Central Server to use the Apps Key Vault feature

dev-itpro/administration/telemetry-mcp-configuration-trace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: bap-template
1212

1313
# Analyze MCP configuration telemetry
1414

15-
**APPLIES TO:** [!INCLUDE[prod_short](../includes/prod_short.md)] 2026 release wave 1, version 26.0, and later
15+
**APPLIES TO:** [!INCLUDE[prod_short](../includes/prod_short.md)] 2026 release wave 1, version 28.0, and later
1616

1717
[Model Context Protocol (MCP)](../ai/mcp-overview.md) configuration telemetry gathers data about the following operations:
1818

dev-itpro/administration/telemetry-mcp-server-trace.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ ms.custom: bap-template
1212

1313
# Analyze MCP server tool calls telemetry
1414

15-
**APPLIES TO:** [!INCLUDE[prod_short](../includes/prod_short.md)] 2025 release wave 1, version 26.0, and later
15+
**APPLIES TO:** [!INCLUDE[prod_short](../includes/prod_short.md)] 2026 release wave 1, version 28.0, and later
1616

1717
[Model Context Protocol (MCP)](../ai/mcp-overview.md) Server telemetry gathers data about tool calls made through MCP Server configurations in Business Central. This telemetry helps you understand how external tools and services are being used through the MCP protocol.
1818

19-
Learn how to configure the MCP server in[Configure Business Central MCP Server](../ai/configure-mcp-server.md).
19+
Learn how to configure the MCP server in [Configure Business Central MCP Server](../ai/configure-mcp-server.md).
2020

2121
## <a name="rt0054"></a>MCP Server tool called
2222

dev-itpro/developer/ai-dev-tools-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how you can use the developer tools for Copilot in Business C
44
author: pborring
55
ms.author: solsen
66
ms.reviewer: solsen
7-
ms.topic: conceptual
7+
ms.topic: article
88
ms.collection:
99
- get-started
1010
- bap-ai-copilot

dev-itpro/developer/devenv-debug-mcp-server.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ ms.collection: get-started
1616

1717
The Troubleshooting Model Context Protocol (MCP) Server is an AI-powered debugging tool that allows you to analyze the runtime state of AL code during active debugging sessions using natural language queries. Unlike traditional debugging where you manually inspect variables and step through code, the Troubleshooting MCP Server enables GitHub Copilot to programmatically access stack frames, variables, source code, and breakpoints to help diagnose issues.
1818

19-
> [!NOTE]
20-
> The Troubleshooting MCP Server is only supported for local development scenarios for now, not for SaaS environments. Support for SaaS environments will be added in a future release.
21-
2219
## When to use the Troubleshooting MCP Server
2320

2421
Use the Troubleshooting MCP Server when you want Copilot to help analyze:

0 commit comments

Comments
 (0)