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
Business Central 2026 release wave 1 (BC28): Show avatars for record creators and modifiers in lists (Created / Updated by) – Display data audit fields without customization
Hi, Readers.The public preview for Dynamics 365 Business Central 2026 release wave 1 (BC28) is available. Learn more: Link. I will contin...
6 hours ago
Business Central 2026 release wave 1 (BC28): Create purchase quotes for contacts (without a vendor)
Hi, Readers.The public preview for Dynamics 365 Business Central 2026 release wave 2 (BC28) is available. Learn more: Link. I will contin...
10 hours ago
Azure Developer CLI (azd): One command to swap Azure App Service slots
The new azd appservice swap command makes deployment slot swaps fast and intuitive. The post Azure Developer CLI (azd): One command to swap Az...
13 hours ago
Azure IaaS: Build, run, and optimize infrastructure
15 hours ago
Business Central 2026 release wave 1 (BC28): Define item attributes for item variants
Hi, Readers.The public preview for Dynamics 365 Business Central 2026 release wave 2 (BC28) is available. Learn more: Link. I will contin...
1 day ago