Introduction We need to register Dynamics 365 app in Microsoft Entra ID to enable secure authentication and authorization when connecting Dynamics 365 with other applications or services.It allows the app to get a Client ID and Secret, which are used to securely access D365 APIs without using user credentials. Steps: Go to Microsoft Entra admin... Continue Reading →
Set Key Vault Reference to Azure Function
Problem Statement: We cannot store secure values like client ids/secrets, connection strings, references, credentials, etc. directly in Azure Function configuration or code. We can use Key Vault to store these values needed in Azure Function. Azure Key Vault is a cloud-based service provided by Microsoft Azure that allows users to securely store and manage cryptographic... Continue Reading →