Loading...

Using Azure Insights in Business Central

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 more
Posts on Microsoft Dynamics 365 Business Central Development
Posts on Microsoft Dynamics 365 Business Central Development

Recent content in Posts on Microsoft Dynamics 365 Business Central Development

Share post:

Related posts

Microsoft AI SKILLS FEST June 8 – 12, 2026​: Even a free certification exam (Covers two Business Central Certifications)

Hi, Readers.Microsoft Learn AI Skills Fest (Free Microsoft Certification exam) is coming again.👏🎉🎊More details: AI SKILLS FEST|June 8 ...

7 hours ago

Eliminate LLM Cold starts: Load models up to 6x Faster with Azure Blob Storage and Run:AI Model Streamer

Stop paying for idle GPUs while model weights copy to disk. Stream them straight into GPU memory instead with Run:AI Streamer from Azure Blob ...

16 hours ago

Dynamics 365 Business Central: Understanding the State/Region/Province/County field on the Customer Card

Hi, Readers.Today I’d like to briefly discuss a frequently asked question, which I also saw on the Dynamics 365 Community yesterday, abo...

1 day ago

Business Central 2026 release wave 1 (BC28): Copy contacts from BC to Microsoft 365 (Outlook & Teams)

Hi, Readers.Dynamics 365 Business Central 2026 wave 1 (BC28) is generally available. More details: General Available: Dynamics 365 Busine...

2 days ago

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...

5 days 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...

5 days ago
Stay up to date with latest Microsoft Dynamics 365 and Power Platform news!
* Yes, I agree to the privacy policy