Power Platform Dataflow Tutorial Deep Dive
Power Platform Dataflow Tutorial Deep Dive
Power Platform Dataflow Tutorial Deep Dive
Azure Peering Service for Dataverse:
Requirements for Enterprise cloud services access are constantly evolving in terms of number of connections/users, data payload, multi-region/multi-continent access, ....
To overcome this different types of Enterprise architectures are often used : Geo-Partitioned/Hybrid-Cloud/Global load balancing/CDN architectures.
Dynamics 365 Dataverse TDS endpoint Control Access and rights
Following up on the previous two articles regarding subjects How to access the Dynamics 365 online SQL Server database and Dynamics 365 / Dataverse access SQL Server database from C#, here's a third one that will illustrate how to control access to this endpoint.
Streamlining Development in Dynamics 365 F&O with Unified Developer Environments
Filtering Dynamics 365 Finance and Operations Dataverse Virtual Entities in Customer Portal
PowerApps portal helps you exposing CRM data to your customer through a web application. It works pretty well when the data are persisted in CRM, then we can use all the power of the dataverse platform to propose forms, views and processes to the end customer.
The CRM Portal Management application proposes a full set of tools to manage the customer access: Table permission, Web Roles, Content access level, Web Page Access etc... but there are some limitations to it.
The User Name in D365 CRM is different from that in Office 365
Table of Contents
Today, I'd like to show a note about the User Name sync mechanism from AAD(Azure Active Directory ) to Dynamics 365 CRM.
Scale Power Automate Desktop (PAD) using multiple Machines
How to use Azure Table Storage with C#
Azure Table Storage is a very useful solution present in the Azure Storage Account component. The service is a NoSQL datastore which accepts authenticated calls from inside and outside the Azure cloud. While remaining scalable and maintained by the Azure Cloud.
It is therefore a real accelerator for projects that need to store unstructured data.
You can obviously manipulate the data manually from the Azure portal, however, here I will show you that you can mainly use the API to manipulate the data from your C# code.