Introduction Dynamics 365 Online exposes Web API endpoints, making integration simple. The most difficult part, though, is authenticating since Dynamics 365 Online uses OAuth2.0. Every HTTP request to the Web API requires a valid access bearer token that is issued by Microsoft Azure Active Directory. In this blog, I will talk about how to use … Continue reading Microsoft Dynamics 365 API Access token in Postman
Tag: Azure
What is Microsoft Fabric?
Introduction Microsoft Fabric is a complete analytics and data platform for businesses needing a single, integrated solution. It includes report creation, real-time event routing, data transportation, processing, ingestion, and transformation. It provides a full range of services, including databases, data warehouses, data science, data engineering, data factories, and real-time analytics. Microsoft Fabric integrates separate components into … Continue reading What is Microsoft Fabric?
Power Apps Wrap – Azure Key Vault
Introduction The wrap feature in Power Apps lets you create native mobile versions of your canvas apps as custom-branded Android and iOS mobile apps. You can distribute such wrapped native mobile apps to the end users through Microsoft Intune, Microsoft App Center, Google Play Apple Business Manager, or other native distribution methods.
Static AD Group Membership to Dynamic in Azure Active Directory
Introduction Azure Active Directory (Azure AD)security group's membership change from Static to Dynamic (or vice-versa) in Microsoft Entra. Azure AD keeps the same group name and ID in the system, so all existing references to the group are still valid. If you create a new group instead, you would need to update those references. Dynamic … Continue reading Static AD Group Membership to Dynamic in Azure Active Directory
Dynamic AD User Group adding User
Introduction Azure Active Directory (Azure AD) group membership based on user or device properties with rules. Dynamic membership is supported for security groups and Microsoft 365 Groups. The Group membership rule is applied user and device attributes are evaluated for matches with the membership rule. When an attribute changes for a user or device, all dynamic … Continue reading Dynamic AD User Group adding User
Dynamic Group in Azure Active Directory
Introduction Azure Active Directory (Azure AD) group membership based on user or device properties with rules. Dynamic membership is supported for security groups and Microsoft 365 Groups. The Group membership rule is applied user and device attributes are evaluated for matches with the membership rule. When an attribute changes for a user or device, all dynamic … Continue reading Dynamic Group in Azure Active Directory
Azure Service Account Creation for Azure DevOps & Dynamics 365(Single Tenant ) by Srinath Pega
Dynamics 365 has the ability to create 5 non-interactive user accounts per instance with Multi-Factor Authentication (MFA). These accounts are used for programmatic access to and from Dynamics 365 for Customer Engagement apps between applications. The advantage of using these accounts is that they do not need any license. The Service Account can now be used … Continue reading Azure Service Account Creation for Azure DevOps & Dynamics 365(Single Tenant ) by Srinath Pega
Add and Create Data to an Entity use dataflows in Power Apps
Data preparation available in Power Apps, you can create a collection of data called a dataflow, which you can then use to connect with business data from various sources, clean the data, transform it, and then load it to Common Data Service or your organization’s Azure Data Lake Gen2 storage account. A dataflow is a … Continue reading Add and Create Data to an Entity use dataflows in Power Apps