Tag Archives: Azure function Configuration

Connecting Azure Functions with PostgreSQL

Introduction: In the world of cloud computing, Azure Functions have become a popular choice for developing serverless applications. These lightweight, event-driven functions offer scalability and cost-efficiency, making them an ideal solution for various use cases. Recently we got one such requirement where we need to read PostgreSQL database view and need to update data in Dynamics 365. We used Azure… Read more »

Moving Azure Function Configuration – Quick Tip

Requirement Sometimes we need to use same configuration to different Azure function app, specially while we are writing Azure Function for Dynamics 365 CE where we need similar kind of configuration details to connect to Dynamics 365 CE, let see how we can do that. If you are new Azure Function Configuratoin, please refer this first. Details If we have… Read more »