Book Image

Getting Started with Azure Functions [Video]

By : Paul Oliver
Book Image

Getting Started with Azure Functions [Video]

By: Paul Oliver

Overview of this book

With Azure Functions, you can easily run small pieces of code in the cloud without worrying about a whole application or the infrastructure to run it. Azure Functions, can be used with triggers to execute your code and bindings to simplify the input and output of your code. This tutorial starts with the basics of Azure Functions and then shows you how to create functions such as WebHooks, Azure Connected, and event processing. Moving ahead, the course demonstrates how to develop, manage, deploy, and monitor your Azure functions in almost any language such as C#, F#, Node.js, Python, PHP, as well as scripting options such as Bash, Batch, and PowerShell. Next, you'll see how to scale your functions and use them to process data, integrate systems, and build simple APIs and microservices. Finally, we'll cover some diagnostic techniques with Azure App Services and the best practices of working with Azure Functions. By the end of this tutorial, you will be well-versed with the techniques of scaling your Azure Functions and making the most of the serverless architecture. All the resource files are added to the GitHub repository at: https://github.com/packtpublishing/getting-started-with-azure-functions
Table of Contents (7 chapters)
Chapter 4
Architecting with Azure Functions
Content Locked
Section 2
Choosing a Hosting Plan
We’ve seen the Hosting Plan dropdown. It seems important but you may not know what it means. Should you use a consumption plan or an App Service plan? - Introduce the consumption Plan and its strengths/weaknesses - Introduce the App Service Plan and its strengths/weaknesses - Compare the consumption plan and app service plan side by side and give examples for when you should choose one over the other