A Serverless Email Validation Azure Function

This chapter will take us into the realm of serverless computing. Just what is serverless computing, I hear you ask? Well, the answer is really simple once you grasp the idea that the term serverless computing has nothing to do with the lack of a server. It is quite the opposite, in fact.

In this chapter, we will have a look at:

  • Creating an Azure Function
  • Testing your Azure Function in the browser
  • Calling an Azure Function from an ASP.NET Core MVC application

We will be creating a simple Azure Function that uses regular expressions to validate an email address. You need to keep in mind that Azure Functions are small pieces of code in the cloud. Do not think of them as large sections of complicated ...

Get C# 7 and .NET Core 2.0 Blueprints 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.