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.
- 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
Post a Comment