Skip to Content
Learning Azure Functions
book

Learning Azure Functions

by Manisha Yadav, Mitesh Soni
September 2017
Beginner
240 pages
4h 23m
English
Packt Publishing
Content preview from Learning Azure Functions

Architecting the solution

The following diagram shows the solution's architecture:

As we discussed at the start of the chapter, the user will fill in the form and submit the data. Once the data gets submitted, the HTTP trigger of the Azure Function processes the request and puts the data in the database.

In the preceding architecture diagram, the user will fill all the details in the form. Once the user submits the form, HttpRequest will be sent to Azure Function and HttpTrigger gets fired. HttpTrigger executes the code, which stores user details in Cosmos DB.

Now, in the next section, we will start our project.

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Getting Started with Azure Functions

Getting Started with Azure Functions

Paul Oliver
Mastering Azure Serverless Computing

Mastering Azure Serverless Computing

Lorenzo Barbieri, Massimo Bonanni

Publisher Resources

ISBN: 9781787122932Supplemental Content