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 Cloud: Production vs. Sandbox Environments – Key Differences
Hi, Readers.Today, I’d like to discuss a question I’ve been asked recently: what are the main differences between a Business Central productio...
5 hours ago
Building Enterprise AI Agents with C# and Azure AI Foundry
Introduction Artificial Intelligence has evolved beyond simple chatbots and virtual assistants. Today’s businesses are adopting AI Agent...
1 day ago
Business Central 2026 release wave 1 (BC28): Copilot and agent data movement across geographies
Hi, Readers.Dynamics 365 Business Central 2026 wave 1 (BC28.3) is generally available. More details: Cumulative Update Summary for Micros...
1 day ago
Dynamics 365 Business Central Blog Series: Item Attributes
Articles in this series: Show Item Attributes on the page (For Example: On Item List page) Show Item Attributes on the page (For Example: On I...
1 day ago