PL 400 : expose Azure Functions as custom connectors (Create custom connectors)

Azure Functions is the popular choice in the serverless platform where the developer concentrates on business solutions and develops the code rather than manage the instances, software, and hardware. The most interesting fact about the Azure function is that it is cost-effective as the bill pays as per the execution. Power Platform allows custom connectors to be integrated with Azure Functions.


Serverless architecture is event-driven, so all functions written in Azure Functions are triggered by events. Among those events, HTTP is one of the trigger events. This HTTP request and the trigger of the Web API work in exactly the same way. To create a custom connector, we must describe the API so that the connector can understand the API's operations and data structures. While creating Azure function for custom connector, we need to follow below steps repeatedly:

  • Create, test, and debug the Azure Function locally with Visual Studio Code.
  • Deploy Function App to Azure.
  • Update the Custom Connector configuration to reflect changes in Function App.

Comments

Popular posts from this blog

Powering Up Your Analytics: Exploring Power Query in Power BI

Power App Component Overview : Canvas App vs Model-Driven App

Exam PL-400: Microsoft Power Platform Developer