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