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

Extending Common Data Service using Azure Function - Part 1

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 the name of the solution. If you want to add more than one function to your project, do not put the solution and project in the same directory. 3. Choose the right trigger and be sure to use the Anonymous authorization level. 4. Once the...