Using Azure Insights in Business Central
It very easy to setup and use Azure Insights in Business Central.
You can read how to set it up here
But how to actually analyze the logs in Azure?
First I’ll set up some custom events that I want to send to Azure.
Little wrapper around the Session.LogMessage so its easier to use:
local procedure LogMessage(EventId: Text[50]; Message: Text[200]; Dimension: Text[50]) var TelemetryDimensions: Dictionary of [Text, Text]; begin TelemetryDimensions.Add('Method', Dimension); Session.
Published on:
Learn moreRelated posts
Dynamics 365 Business Central: Scheduling Financial Reports via Email (Send Regular Financial Reports to Your Inbox) – No Customization
Hi, Readers.Today I would like to talk about how to schedule Financial Reports via Email (Send Regular Financial Reports to Your Inbox) i...
9 hours ago
Azure MCP Server now available as an MCP Bundle (.mcpb)
Azure MCP Server is now available as an MCP Bundle (.mcpb), enabling one-click installation into Claude Desktop and other MCP-compatible clien...
13 hours ago
Business Central 2026 release wave 1 (BC28): Manage tasks from all agents in dedicated task pane
Hi, Readers.Dynamics 365 Business Central 2026 wave 1 (BC28) is generally available. More details: General Available: Dynamics 365 Busine...
1 day ago
7 tips to optimize Azure Cosmos DB costs for AI and agentic workloads
AI apps and agentic workloads expose inefficiencies in your data layer faster than any previous generation of apps. You’re storing embeddings,...
1 day ago
Public Preview: Actual Result for Manual Tests in Azure Test Plans
We’re excited to announce the public preview of the highly anticipated Actual Result (AR) feature for manual testing in Azure Test Plans...
1 day ago