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: How to copy (synchronize) the Incoming Document to all Gen. Journal Lines
Hi, Readers.Today, I’d like to briefly discuss a requirement I recently navigated in a BC project, how to copy (synchronize) the Incomin...
11 hours ago
Announcing the Public Preview of Azure Cosmos DB Shell: Open-Source Power Meets AI-Driven Database Automation
Today, we’re thrilled to announce the public preview of Azure Cosmos DB Shell – a powerful, open-source command-line interface that rev...
21 hours ago
Azure Blob Storage for AI
21 hours ago
LS Central + Dynamics 365 Business Central for Retail Domain. Why it’s a great combo?
In today’s hyper-competitive retail landscape, the supply chain is no longer just an operational backbone — it’s a strategic differentiator. R...
1 day ago
Resiliency by Design: Azure Compute
5 days ago
Introducing langchain-azure-cosmosdb: Build Agentic Apps and RAG with One Database
Build AI Agents and RAG Applications with the New LangChain + LangGraph Connector for Azure Cosmos DB Building AI agents and RAG applications ...
5 days ago
Azure Developer CLI (azd) – April 2026
The Azure Developer CLI (azd) shipped five releases in April 2026. The biggest theme this month is multi-language hook support: write azd hook...
6 days ago