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

Dynamics 365 Business Central: How to quickly check if a field is a primary key field

Hi, Readers.Today I would like to share another mini tip about Business Central, how to quickly check if a field is a primary key field. In AL...

1 day ago

Dynamics 365 Business Central: How to quickly determine if the installed AppSource (Global) app is up-to-date?

Hi, Readers.Today I would like to briefly discuss a question I was asked recently, how to quickly determine if the installed AppSource (Global...

2 days ago

Dynamics 365 Business Central: How to check if a string contains particular strings (if a string is a substring of another)

Hi, Readers.Today I would like to share another mini tip about Business Central, how to check if a string contains particular strings (if...

3 days ago

From Backlog to Delivery: Running Scrum in Azure DevOps

This is a practical, end-to-end guide to run Scrum with Azure DevOps — from backlog grooming through sprint delivery and continuous deployment...

3 days ago

Azure SDK Release (November 2025)

Azure SDK releases every month. In this post, you'll find this month's highlights and release notes. The post Azure SDK Release (November 2025...

3 days ago

Microsoft Purview: Information Protection-Azure AI Search honors Purview labels and policies

Azure AI Search now ingests Microsoft Purview sensitivity labels and enforces corresponding protection policies through built-in indexers (Sha...

3 days ago

Soluzione Earns Microsoft Solutions Partner Designation for Data & AI (Azure)

Soluzione has been a Microsoft partner for over a decade – a journey that began with Microsoft Silver Partnership, progressed to achieving Mic...

3 days ago

Dynamics 365 Business Central: Set a PDF password for the report (Password protect the document using a user and admin passwords) – No control add-in and APIs

Hi, Readers.Today I’d like to briefly talk about how to set a PDF password for the report in Business Central (Password protect the docu...

4 days ago

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

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