Developing an Azure function with Visual Studio

To create an Azure function with Visual Studio, you need to have the Azure SDK tools installed. These tools can be installed directly when installing Visual Studio or later, by going to https://azure.microsoft.com/en-us/downloads/.

Now, follow these steps to learn how to develop an Azure function:

  1. With Visual Studio (I'm using the 2019 version), create a new project and select the Azure Functions template:
  1. Choose a name for your project (here, I'm using EmailValidator), choose a location to save the project files in, and click Create:
  1. Next, you have to select the runtime version of your ...

Get Mastering Microsoft Dynamics 365 Business Central now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.