Integrate Dataverse and Azure Event Hubs Seamlessly

In Part 1 and Part 2, we explored foundational Azure integration with Dataverse and different ways to interact with Dataverse data within Azure. Now in Part 3, we dive into the event streaming side of integration specifically using Azure Event Hubs to stream Dataverse data in near real-time. This is ideal for scenarios where you … Continue reading Integrate Dataverse and Azure Event Hubs Seamlessly

Working with Dataverse Data in Azure – Practical Patterns & Considerations

In Part 1, we explored the why and how of Azure integration with Dataverse using Service Bus and Azure-aware plug-ins. Now in Part 2, we zoom into the real-world mechanics of working with Dataverse data inside Azure solutions. Whether you're building APIs, serverless workflows, or batch processes this post is your launchpad. Why Move Data … Continue reading Working with Dataverse Data in Azure – Practical Patterns & Considerations

Foundations of Azure Integration with Dataverse

In the modern enterprise, data no longer lives in silos. Organizations rely on a diverse mix of applications, services, and platforms and Microsoft Power Platform is no exception. For businesses running on Dynamics 365 or Dataverse, Azure integration unlocks seamless connections with the broader Microsoft cloud ecosystem, enabling high-scale processing, real-time communication, and extensibility through … Continue reading Foundations of Azure Integration with Dataverse

Deploy Azure resource/resource group using template deployment

Azure is the buzzword for any developer whether you are working on-premise or online systems. In recent time any project you are involved, you can't avoid seeing project artefacts hosted in Azure in some form, whether it is a storage, repository, api, batch jobs, virtual machines, etc. Develop using Azure makes life easy compared to … Continue reading Deploy Azure resource/resource group using template deployment

Accessing Azure Key vaults secret from Azure Function

configuration meme

Securing your confidential configurations while implementing cloud solution is vital, Key vaults service helps in securing those critical configurations that are used as part of the implementation. Key vaults secret are easy to consume from any compute service that you are used part of the implementation. In this article I am going to walk through … Continue reading Accessing Azure Key vaults secret from Azure Function

Access XML file in Azure SQL database where the file is stored in Azure BLOB storage

Accessing files that are stored in BLOB storage during the run-time is a common scenario in most of the implementation. This can be easily achieved when the BLOB container is public faced. In the case of the private containers Shared Access Signature (SAS) facilitate the need of both authenticate and authorization of the file. This … Continue reading Access XML file in Azure SQL database where the file is stored in Azure BLOB storage