Category Archives: Azure Functions

Simplify Audit Log Export from Dataverse for Compliance and Governance Using Azure Synapse Link and Power BI

Audit logs are essential for enhancing security, meeting regulatory requirements, and monitoring changes made to business data within Microsoft Dataverse. However, as organizations scale, managing and analyzing large volumes of audit data can become increasingly complex and costly. Azure Synapse Link for Dataverse offers a streamlined solution by enabling the seamless export of audit data… Read More »

Continuous Integration and Deployment for Dynamics 365 CRM with Azure DevOps Pipelines

In this blog, you’ll learn how to set up a streamlined CI/CD process for Dynamics 365 CRM using Azure DevOps Pipelines, automating solution exports, managing deployments across environments, In Dynamics 365 CRM, automating the export and import of CRM solutions is crucial for ensuring consistency and efficiency in deployment processes. By utilizing Azure DevOps Pipelines,… Read More »

Impersonation within Azure Function or Custom Connector when using AAD authentication

In the earlier blog posts, we discussed setting up an Azure function with AAD authentication and then creating a custom connector for the Azure function that also requires AAD authentication to make a connection to the connector. Given that the Azure function is configured for AAD authentication in the Authentication / Authorization section of the… Read More »

Building Custom Connectors for Power Apps and Power Automate Flows – Part 2

With our Azure function ready in the earlier post. We now look at the steps to create a custom connector for this Azure function. Do remember, we have enabled AAD authentication for our Azure function. The APP registration provided while enabling AAD authentication was set for multi-tenant authentication. While we have an easy way to… Read More »

Azure Functions, Web API, PowerApps and other tricks for Dynamics 365 CRM – Most Clicked Blogs of the Year!

Powered by passion – Inogic is a leading Microsoft ISV for Dynamics 365 CRM for over more than a decade. We brew innovative products and fuel Dynamics 365 with our range of solutions. Inogic also offers bespoke high-quality low-cost offshore development services for Microsoft products such as Power BI, Flow, PowerApps, Portals and others. Given… Read More »

Make Power BI report using data from Azure SQL server and view in Dynamics 365

Introduction: In this blog, we will see how to show data of SQL server into Dynamics CRM. For this first, you need to connect your Power BI Desktop with SQL server. After that, we can show Power BI report into Dynamics CRM. Step 1: Register with Microsoft Power BI and by Sign in with your… Read More »

Parse JSON string that represents the Dynamics 365 plugin execution context received in Azure Function

Introduction: In our previous blogs of this Integrating Dynamics 365 with Azure Functions series, we have gone through a walkthrough with an example of creating an Azure Function and call the same through the following, An example of directly calling an Azure function from traditional workflows. Register as a WebHook and invoke it from a… Read More »