buchspektrum Internet-Buchhandlung

Neuerscheinungen 2019

Stand: 2020-02-01
Schnellsuche
ISBN/Stichwort/Autor
Herderstraße 10
10625 Berlin
Tel.: 030 315 714 16
Fax 030 315 714 14
info@buchspektrum.de

Rahul Sawhney

Beginning Azure Functions


Building Scalable and Serverless Apps
1st ed. 2019. xvi, 177 S. 133 SW-Abb. 235 mm
Verlag/Jahr: SPRINGER, BERLIN; APRESS 2019
ISBN: 1-484-24443-5 (1484244435)
Neue ISBN: 978-1-484-24443-2 (9781484244432)

Preis und Lieferzeit: Bitte klicken


Create highly scalable apps and monitor Azure functions in production using Azure Functions 2.0. This book takes you through durable functions for statefulness and covers not only the basics, but also how to create bindings in durable functions. It is a deep dive into the Azure Functions serverless API and will guide you through the process of converting monolithic applications to use Azure functions. The author starts by giving an overview of serverless architecture and Azure functions along with Azure App Services. You will then learn to create basic Azure functions using the Azure portal and Visual Studio. Next, you will create a serverless API using Azure Functions and migrate an existing application to Azure Functions. Finally, you will deploy an Azure function and monitor it in production. Here you will deploy the Azure function using ARM templates and secure and configure CORS for Azure functions.
After reading this book, you will be able to understand Azure functions and create them using the Azure portal and Visual Studio.
What You Will Learn

Understand and use triggers and bindings in an Azure function

Create a serverless API using Azure Functions and OpenAPI

Deploy an Azure function and monitor it in production

Understand durable Azure functions, including scalability, disaster recovery, and geo-distribution

Who This Book Is For Developers who want to get started with Azure Functions. DevOps will also find value in the guidance for deploying and monitoring functions.
Chapter 1: Introduction to Azure Functions
Chapter Goal: Introduction to book and topics to be covered

No of pages 5-10

Sub -Topics

1. Overview of serverless architecture

2. Overview of Azure Function

3. Azure Function Vs Azure Web Jobs.

4. Azure App Services & Azure App Functions Pricing
Chapter 2: Creating Azure Function
Chapter Goal: This chapter covers the basic of Azure Function and takes audience through creating their first Azure Function

No of pages : 10 - 20

Sub - Topics

1. Creating Azure Function Using Azure Portal

2. Creating Azure Function Using Visual Studio

3. Azure Function File Hierarchy, Configuration & Settings
Chapter 3: Understanding Azure Functions Triggers And Bindings
Chapter Goal: To understand triggers and bindings in Azure Function

No of pages : 15-20

Sub - Topics:

1. Overview of Trigger and Bindings

2. Creating a Blob Storage Triggered Azure Function

3. Creating a Azure Function Triggered by Timer
Chapter 4: Serverless API Using Azure Function
Chapter Goal: This chapter takes audience through creating Serverless API´s and also, migrating existing application to Azure Function

No of pages : 30-40

Sub - Topics:

1. How Azure Function Can Help You Convert Monolithic Applications to Highly Scalable API´s.

2. Creating Http Triggered Azure Function.

3. Overview of Proxies in Azure Function

4. Creating an OpenAPI definition for others to consume API
Chapter 5: Azure Durable Functions for statefulness
Chapter Goal: This chapter covers Durable Functions in Azure

No of pages : 40-50

Sub - Topics:

1. Overview Of Durable Function

2. Bindings for Durable Function

3. Managing Instances in Durable Functions

4. Error Handling in Durable Functions

5. Performance, Scalability & Versioning in Durable Functions

6. Disaster Recovery & Geo-Distribution of Durable Functions
Chapter 6: Deploying Azure Function
Chapter Goal: This chapter takes you through the deployment process of Azure Function

No of pages : 10-20

Sub - Topics:

1. Deploying Azure Function Using Continuous Deployment

2. Deploying Azure Function Using ARM Templates

3. Testing Azure Function.
Chapter 7: Monitoring Azure Function in Production
Chapter Goal: To understand how to monitor Azure Functions in Production

No of pages : 20-30

Sub - Topics:

1. How to Monitor Azure Function?

2. Remote Debugging Azure Function

3. Referencing Nuget Packages

4. Securing Azure Function

5. Configuring CORS for Azure Function