Dynamics 365 Customer Engagement
The below error occurs for the application registered with Azure AD (Delegated Permissions), which requires either user or an administrator’s consent for the permissions it needs. “Azure.Identity.AuthenticationFailedException: ‘UsernamePasswordCredential…
📅 1 December 2020
👁 33 views
Dynamics 365 Customer Engagement
Must read article on managing API limits Continue Reading Nishant Rana’s Article on their blog User multiplexing- SSIS (KingswaySoft) + Dynamics 365 CE / CDS / Dataverse Must…
📅 1 December 2020
👁 18 views
Dynamics 365 Customer Engagement
In the previous post, we used ClientSecretCredential Token Credential to read the secret from the Key Vault. In this post, we’d use UsernamePasswordCredential class instead. Login to Azure…
📅 1 December 2020
👁 19 views
Dynamics 365 Customer Engagement
Azure Key Vault can save 3 different types of information. Keys – Encryption keys (asymmetric – public/private), can be created in Key Vault or imported, stored in software…
📅 27 November 2020
👁 39 views
Dynamics 365 Customer Engagement
Originally posted on Temmy Wahyu Raharjo: When I was writing this post, I felt the environment that I set up did not enhance my ability to write code. The…
📅 25 November 2020
👁 24 views
Dynamics 365 Customer Engagement
AzCopy is a command-line utility that can be used for copying data to and from the storage accounts. Download the appropriate version of the tool – https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10#download-azcopy We’d…
📅 25 November 2020
👁 50 views
Dynamics 365 Customer Engagement
Similar to Premium File Transfer Task, The Azure Blog Upload Task component can be used to easily transfer files from local drive to Azure Blob storage. https://docs.microsoft.com/en-us/sql/integration-services/control-flow/azure-blob-upload-task Let…
📅 24 November 2020
👁 62 views
Dynamics 365 Customer Engagement
We got the below error while trying to transfer files to Azure Blob Storage using AzCopy INFO: Authentication failed, it is either not correct, or expired, or does…
📅 22 November 2020
👁 37 views
Dynamics 365 Customer Engagement
The Premium File Transfer Task component of KingswaySoft can be used to easily transfer files from local drive to Azure Blob storage. https://www.kingswaysoft.com/products/ssis-productivity-pack/help-manual/premium-file-pack/premium-file-transfer-task Let us take a simple…
📅 20 November 2020
👁 36 views
Dynamics 365 Customer Engagement
While writing a console application we realized that the the option to add app.config was missing in Visual Studio 2019 We tried couple of things as suggested over…
📅 19 November 2020
👁 12 views