As I am a big fan of Azure services and in particular Azure Functions, I recently focused my attention on the possibility to create a custom connector from an Azure service. Indeed, the field of possibilities becomes unlimited once you are able to add an abstraction layer between two services with a custom connector to...
Category: Azure
Write custom telemetry to Application Insights from Dataverse plug-in
What is the difference compared to the standard integration? Why implementing custom telemetry? How to write custom telemetry? Microsoft.Xrm.Sdk.PluginTelemetry namespace Add telemetry traces from your plug-ins
Analyzing your Dataverse environment using Application Insights
Why monitoring is important for your environnement? What is included in this telemetry? Application Insight basics What about Dataverse analytics data? Telemetry type Application insight table name Unified Interface page loads pageViews Unified Interface outbound network requests Dependency Dataverse API incoming calls Request Plug-in executions Dependency SDK executions (Retrieve, RetrieveMultiple, FetchXML transformation, and so on) Dependency Exceptions during...
Extending Common Data Service using Azure Function – Part 2: Outgoing scenario
Scenario Outgoing Scenario Call using CDS plugin Call using Webhook registration
Extending Common Data Service using Azure Function – Part 1: Introduction
What is an Azure Function? Serverless Azure Function Benefits When to use an Azure Function ? Creating an Azure Function from Azure Portal Configure your Visual Studio based on your previously created Azure Function 1. Create a new project from Visual Studio by selecting Azure Function template. 2. Specify the name of the project and...