Tag: Azure Function

Home / Azure Function
Custom Connector Extending your Power Apps using Azure Function and OpenAPI Part One
Post

Custom Connector: Extending your Power Apps using Azure Function and OpenAPI – Part One

As I am a big fan of Azure services and in particular Azure Functions, I recently focused my attention on the possibility to create a custom connector from an Azure service. Indeed, the field of possibilities becomes unlimited once you are able to add an abstraction layer between two services with a custom connector to...

Extending Common Data Service using Azure Function - Part 1
Post

Extending Common Data Service using Azure Function – Part 1: Introduction

What is an Azure Function? Serverless Azure Function Benefits When to use an Azure Function ? Creating an Azure Function from Azure Portal Configure your Visual Studio based on your previously created Azure Function 1. Create a new project from Visual Studio by selecting Azure Function template. 2. Specify the name of the project and...