Book Image

Serverless App Development with Node.js and Azure Functions [Video]

By : Eman Hassan
Book Image

Serverless App Development with Node.js and Azure Functions [Video]

By: Eman Hassan

Overview of this book

<p>Serverless computing is a cloud computing execution model in which the cloud provider dynamically manages the allocation of machine resources. Azure Functions are Microsoft's answer to Serverless computing, and help you run code easily in the cloud; you can write code and not worry about the infrastructure required to run it.</p> <p>This course will show you how to build a serverless app with Node.js and Azure Functions. Using Functions, you will easily build the apps you need using simple, serverless functions that scale to meet demand. Build an ecommerce application from creation to deployment and practice saving data to Azure Cosmos DB, which prompts Azure Functions output and input integration. You will see how to integrate Azure functions with SendGrid and process notification emails and also see how to integrate Stripe JS payment portal to our application. Finally you will handle continuous deployment using Azure App Services.</p> <p>By the end of the course, you will have built your own serverless application with Node.js and Azure Functions using simple, serverless functions that scale to meet demand.</p> <p>The code files for this course are available at - https://github.com/PacktPublishing/Serverless-App-Development-with-Node.js-and-Azure-Functions</p> <h1>Style and Approach</h1> <p>This comprehensive course is packed with step-by-step instructions and helpful advice on building your applications using Azure Functions. This course is divided into clear chunks so you can learn at your own pace and focus on your own areas of interest.</p>
Table of Contents (6 chapters)
Chapter 3
Building Your Application Using Azure Function
Content Locked
Section 2
Build Signup/Login Feature
Learn how to apply signup and login functionality to the applications using Azure Functions. - Create HTTP triggers for the features of signup and login - Explore different responses of the Azure functions - Bind the functions through AJAX calls to the application