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 1
Get Started with Azure Functions
Content Locked
Section 4
Writing Your First Azure Function
You’d like to create more Azure Functions, but you want to do it inside your Azure subscription. How do you create an Azure Function app? - Log in to the Azure portal - Create a Function app - Create an HTTP Trigger/Webhook function in C# and modify it