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.1): Control the lifecycle of report layouts (Layout Status)
Hi, Readers.Dynamics 365 Business Central 2026 wave 1 (BC28.1) is generally available. More details: Cumulative Update Summary for Micros...
1 day ago
Exponential backoff and circuit breaker for Service Bus-triggered Azure Functions
Use exponential backoff and circuit breaker patterns in Azure Functions with Service Bus SDK bindings. Control retry storms, protect dependenc...
1 day ago
May Patches for Azure DevOps Server
We are releasing new patches for our self‑hosted product, Azure DevOps Server. We strongly recommend that all customers stay up to date with t...
1 day ago
From beta to stable: Announcing the Azure SDK for Rust 🎉🦀
Announcing the stable release of the Azure SDK for Rust. This release includes stable libraries for Core, Identity, Key Vault (Secrets, Keys, ...
1 day ago
Dynamics 365 Business Central: Newly added standard extensions missing in upgraded environments (Uninstalled apps will now remain uninstalled)
Hi, Readers.Today I’d like to share a problem that some partner recently encountered in Business Central 2026 release wave 1 (BC28), new...
2 days ago