Category: Azure

How to configure Azure B2C authentication for Event Management

azure-active-directory1In this article, I would like to give you an overview of how to use Azure B2C authentication in Event Management portals as well as how to fix most of the issues and problems you might face during the configuration. Event management portals configuration is a bit different from power portals as you also need to configure angular frontend. I will also provide information on which angular modules are responsible for implementing b2c authentication as well as how backend process the requests..

Continue reading “How to configure Azure B2C authentication for Event Management”

How to use S2S Authentication to connect with Dynamics CE using Azure Functions?

1_IegFtGg3n6FiCeik2PDuhAOne of my customers requested to implement APIs which should execute some connected business logic using Dynamics CE and other Azure and non-Microsoft services. The APIs had to be publically available to access from other cloud services my customer had. To implement these requirements, we decided to use Azure Functions together with S2S Authentication. In this article, I would like to give you some examples of how to connect to Dynamics CE from Azure Functions using S2S authentication. Continue reading “How to use S2S Authentication to connect with Dynamics CE using Azure Functions?”

Moving Dynamics 365 attachments to Azure blob storage.

shutterstock_528925720

Everyone knows that storage space in Dynamics 365 is expensive, so normally if our customers need to store large amounts of unstructured data in Dynamics 365, we highly recommend to use SharePoint Online or Azure Blob Storage which is, even more, cheaper than SharePoint Online. In this article, I will tell you how to store all your unstructured data in the Azure blob with one simple Dynamics 365 plugin.

Continue reading “Moving Dynamics 365 attachments to Azure blob storage.”