🚀 1. Problem Context When integrating Microsoft Dataverse with Azure services
(e.g., Azure Service Bus, Azure Functions, Logic Apps, Azure SQL, or Data Lake)
under high transaction volumes, transient errors, throttling, and message
delivery failu...
🚀 1. Scenario Overview In modern enterprise environments, a single business
event in Microsoft Dataverse (CRM) can trigger workflows across multiple systems
— ERP, marketing automation, data lakes, or custom line-of-business (LOB) apps.
To avoid ...
🧩 1. Overview Event-driven architecture (EDA) transforms how systems
communicate.Instead of traditional request–response or batch integrations, it
enables real-time reactions to business changes — making systems more scalable,
decoupled, and reac...
Here’s a detailed technical breakdown of designing a real-time bi-directional
sync between Dataverse and Azure SQL for multi-region deployments: 1. Overview
Real-time bi-directional sync ensures that changes in Dataverse (Dynamics 365)
reflect in ...
Contoso Motors is a large automotive service company.They have built a Power
Pages customer portal for their external partners and customers to: Currently,
Contoso’s portal uses basic authentication. Customers have to create separate
portal creden...
It is important to configure external tenants for different scenarios. In this
post we can see how to create a tenant step by step so that it can be used as an
example creation of external Entra ID in Power Pages integration instead of
Azure B2C f...
Another common scenario is to work on multiple tables using web api . In this
post , we will see how to work with contact and incident(case) table to create a
case Step 1 : Create a webpage from power pages studio Step 2: For the 2 tables
contact ...
One common requirement in any website was to show some message like greeting or
welcome one particular logged in user with his name and email id. It is not a
good idea to always write code in every page which will be redundant while
development of...