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 Blog Series: Links and Notes (System Parts)
Articles in this series: How to add Attachments, Links, Notes Factbox to any pages How to add Attachments, Links, Notes Factbox to any pages H...
23 hours ago
What’s New with Microsoft Foundry (formerly Azure AI Foundry) from Ignite 2025
Microsoft Ignite 2025 just wrapped up, and one of the biggest themes this year was the evolution of Azure AI Foundry, now simply called Micros...
2 days ago
Dynamics 365 Business Central: How to record extra serial or lot number information (Item Tracking Comments)
Hi, Readers.We discussed Automatically create Lot/Serial No. Information card on posting (No customization) before, today I’d like to sh...
3 days ago
Announcing: Dynamic Data Masking for Azure Cosmos DB (Preview)
Today marks a big step forward with the public preview of Dynamic Data Masking (DDM) for Azure Cosmos DB. This feature helps organizations pro...
4 days ago