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: Copy Sales and Purchase Line Descriptions (Type G/L Account) to G/L Entries

Hi, Readers.Today I would like to talk about how to copy Sales and Purchase Line Descriptions (Type G/L Account) to G/L Entries in Business Ce...

2 hours ago

Azure SDK Release (June 2025)

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

12 hours ago

Boost Dynamics Business Central with Private AI: Automated Invoice Processing

Introduction Manual invoice entry is nobody’s favorite part of BC activities. But what if you could hand off that grunt work to your own AI—on...

12 hours ago

Dynamics 365 Business Central: How to quickly check if a Url is secure (Use https) via AL

Hi, Readers.Today I would like to share another mini tip about Business Central, how to quickly check if a Url is secure (Use https) via AL Hy...

1 day ago

Exploring azd extensions: Enhance your Azure developer experience

A deep dive into the introduction of the Azure Developer CLI (azd) extensions and the azd extension framework to build extensions. The post Ex...

2 days ago

Dynamics 365 Business Central Blog Series: Integrate with Microsoft Dataverse

There are currently three methods available:1. Using the standard Dataverse connector (The synchronization between Dataverse and Business Cent...

2 days ago

Dynamics 365 Business Central Blog Series: Adding Barcodes

Articles in this series: Use one-dimensional barcodes in reports Use one-dimensional barcodes in reports (Business Central online) Using 2D ba...

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