Programming in Dynamics 365, CDS and Power Platform. Discover all our articles

Dataverse Plugin telemetry with Azure Application Insights

Dataverse Plugin telemetry with Azure Application Insights

Thu, 10/28/2021 - 16:44 By Danny Rodrigue…
2 comments
You must surely know the possibilities of tracing in D365 with the TracingService, but did you know that it is now possible to use Azure tracing? Here is an article on the subject: Dataverse Plugin telemetry with Azure Application Insights

Dataverse : How to make the right choices for Plugins Development

Mon, 10/04/2021 - 06:32 By Nguyen Thanh Khoi

Dataverse : How to make the right choices for Plugins Development

Plugins is an important part of development in Dynamics 365 and I would like to share a basic knowledge about choosing plugin in various case.

Which stage should we choose?

Here I have examples of scenario:

When a Contact is created, perform the following actions (using plugins)

Dataverse and Azure Service Bus integration with C# Plugins

Dataverse and Azure Service Bus integration with C# Plugins

Mon, 07/12/2021 - 15:11 By Sergio Ferraresi
2 comments
Dataverse and Azure Service Bus integration with C# Plugins : ASB is a very powerful component proposed on the Azure Integration Services. This article will show how to integrate it with Dataverse thanks to event driven plugins.