December 2019
Beginner to intermediate
770 pages
16h 14m
English
Visual Studio provides an emulator that we can use to test and debug our Azure function before deploying it to Azure. If you run the project, the emulator starts and you have a local URL to use for testing your function:

We can test our function by opening a browser and calling a URL, such as http://localhost:7071/api/EmailValidator?email=masteringd365bc@packt.com.
When invoked, the emulator shows the request details:

We can see the JSON response in the browser. The previous call gives us the following response ...
Read now
Unlock full access