If you have already configured the Portal to use Azure AD B2C but still getting error; something like shown below then follow along to know how to debug and resolve it. There could be several reasons and lets understand what happens behind the scene that will help debug the problem. When a new user signs…
Tag: Azure
Configuring D365 Portal Authentication using Azure AD B2C
Well most of us have been configuring or rather not doing any configuration with authentication and have been using local authentication. But believe me if we spend more time configuring the Portal Authentication to use Azure AD B2C you will get more secure and more user management capabilities. First thing you will need is Azure…
Azure AD Authentication with Dynamics CRM
People have been asking me on how to setup Azure Active Directory Authentication in order to authenticate D365 without using username and password; especially when you want to write the authentication in a sandbox mode. Let's take a look at it. First you would need to register your App in Azure Active Directory. App Registration…
How to create SAS Key for Azure Storage
Navigate to your Azure Storage account Click on "Shared access signature" Select your date range (on the end date SAS Key will expire) Click "Generate SAS and connection string" You can now see three things created Connection string SAS Token Blob service SAS Url
Automatically move Attachments from CRM to Azure Blob
Once you setup "Azure Attachment Storage" application in CRM; you can use the "Report and Admin" link to move the existing attachments from CRM to Azure Blob. But the drawback of that is after every few minutes it stops - due to the plugin limitations. And if you have lot of attachments it may take…