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: Is it possible to change the Variant Code for an item that has already been posted?

Hi, Readers.Today I would like to briefly talk about a qustion I saw in the Dynamics 365 Community before, is it possible to change ...

10 hours ago

Copilot Studio – Environment-level agent telemetry export to Azure Application Insights (Preview)

We are announcing the ability for administrators to export Copilot Studio agent telemetry at the environment level to Azure Application Insigh...

1 day ago

Dynamics 365 Business Central: Formatting Boolean Values (Yes/No, true/false, and 1/0)

Hi, Readers.Today I would like to share another mini tip about Business Central, formatting Boolean Values (Yes/No, true/false, and 1/0). In D...

1 day ago

See our new Azure Cosmos DB Design Patterns

Design patterns are where good data modeling lives or dies. In a NoSQL database like Azure Cosmos DB, the difference between a schema that sca...

1 day ago

Need a different partition key in Azure Cosmos DB? Pick the right approach

Once you create a container, its partition key is fixed at creation, and you can’t change it in place. However, if your original key starts ca...

1 day ago

Azure SDK Release (June 2026)

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

2 days ago

Cumulative Update Summary for Microsoft Dynamics 365 Business Central (July, 2026)

Cumulative Update (July, 2026) for Microsoft Dynamics 365 Business Central is now released. BC28: CU03 Cloud (SaaS): Managing Production and S...

2 days ago

Dynamics 365 Business Central: How to add Filter by item attributes to the Item Ledger Entries page

Hi, Readers.Today I would like to talk about how to add Filter by item attributes to the Item Ledger Entries page. Let’s take a look at item a...

5 days ago

Fundamentals of Azure DevOps with SQL projects

Building automated pipelines with your SQL database projects enables you to build a rich CI/CD ecosystem to ensure that your application is be...

5 days ago

Dynamics 365 Business Central: How to add Item Attributes Factbox (9110, ListPart) to Item Ledger Entries page

Hi, Readers.Today I would like to talk about how to add Item Attributes Factbox (9110, ListPart) to Item Ledger Entries page (Displaying Item ...

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