Integrating serverless architecture : using Azure functions, Cosmos DB, and SignalR service

Book Cover
Average Rating
Published
[New York, NY] : APRESS, [2019].
Status
Available Online

Description

Loading Description...

More Details

Format
Language
English
ISBN
9781484244890, 1484244893
UPC
10.1007/978-1-4842-4

Notes

Bibliography
Includes bibliographical references and index.
Description
Design, develop, build, and deliver an end-to-end serverless architecture by leveraging Azure services, frameworks, and tools. This book offers a holistic approach, guiding you through the design and development of a Twitter Bot application, while leveraging Azure Functions. Integrating Serverless Architecture begins with an overview of serverless computing and getting started with Azure Functions. Here, you will create a Twitter bot function which scans Twitter for the latest tweets and makes use of dependency injection. Further, you will learn about Azure Cosmos DB where you will cover its change feed mechanism and the repository pattern. You will create a Cosmos DB trigger-based tweet notifier function, which will broadcast the latest tweets to connected clients. You will explore the basics of Azure Service Bus and create a tweet scheduler function, which will prioritize different keywords for the Twitter bot function. Along the way, you will debug, deliver, and test the functions in the Azure environment. This book shows you how to secure your Azure Function secrets with the help of Azure Key Vault. To further your understanding of the technology, you will learn logging and exception handling in Azure Functions. Later in the book, you will build a Twitter bot web application by using ASP.NET Core and Materialize CSS, which will interact with several HTTP-based Azure Functions. The Twitter bot web application allows users to log in through the Twitter Identity Provider, subscribe to different keywords/hashtags, and browse the latest tweets based on subscriptions. You will get started with SignalR Service and integrate it with Azure Functions and web applications. Towards the end you will go through app service authentication on Azure Functions and discover how to configure continuous integration and delivery to Azure Functions. After reading this book, you will be able to understand the steps involved in design, development, and delivery of a workflow using Azure Functions. You will: Design and develop a Twitter bot application using Azure Functions with Azure Web App Service as the front end Leverage Azure Cosmos DB as data storage and trigger notifications using its change feed mechanism Store and retrieve secrets from Azure Key Vault Integrate Azure Functions with Azure SignalR Service to broadcast real-time messages Secure Azure Functions by enabling Twitter identity authentication using built-in App Service authentication Build a continuous integration and continuous delivery pipeline for Azure Functions using Visual Studio Team Services (VSTS).
Local note
O'Reilly,O'Reilly Online Learning: Academic/Public Library Edition

Discover More

Also in this Series

Checking series information...

More Like This

Loading more titles like this title...

Reviews from GoodReads

Loading GoodReads Reviews.

Citations

APA Citation, 7th Edition (style guide)

Vemula, R. (2019). Integrating serverless architecture: using Azure functions, Cosmos DB, and SignalR service . APRESS.

Chicago / Turabian - Author Date Citation, 17th Edition (style guide)

Vemula, Rami. 2019. Integrating Serverless Architecture: Using Azure Functions, Cosmos DB, and SignalR Service. [New York, NY]: APRESS.

Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)

Vemula, Rami. Integrating Serverless Architecture: Using Azure Functions, Cosmos DB, and SignalR Service [New York, NY]: APRESS, 2019.

Harvard Citation (style guide)

Vemula, R. (2019). Integrating serverless architecture: using azure functions, cosmos DB, and signalr service. [New York, NY]: APRESS.

MLA Citation, 9th Edition (style guide)

Vemula, Rami. Integrating Serverless Architecture: Using Azure Functions, Cosmos DB, and SignalR Service APRESS, 2019.

Note! Citations contain only title, author, edition, publisher, and year published. Citations should be used as a guideline and should be double checked for accuracy. Citation formats are based on standards as of August 2021.

Staff View

Grouped Work ID
10edc3d9-a380-c092-736f-9183a11fd26c-eng
Go To Grouped Work View in Staff Client

Grouping Information

Grouped Work ID10edc3d9-a380-c092-736f-9183a11fd26c-eng
Full titleintegrating serverless architecture using azure functions cosmos db and signalr service
Authorvemula rami
Grouping Categorybook
Last Update2025-01-24 12:33:29PM
Last Indexed2025-02-07 03:02:43AM

Book Cover Information

Image SourcecontentCafe
First LoadedAug 23, 2023
Last UsedOct 23, 2024

Marc Record

First DetectedMar 21, 2023 12:10:55 PM
Last File Modification TimeDec 17, 2024 08:09:15 AM
SuppressedRecord had no items

MARC Record

LEADER05640cam a2200529 i 4500
001on1103503031
003OCoLC
00520241217080713.0
006m     o  d        
007cr cnu---unuuu
008190606s2019    nyu     ob    001 0 eng d
015 |a GBB9C3187|2 bnb
0167 |a 019421922|2 Uk
019 |a 1103218589|a 1105193146|a 1107052583|a 1111258123|a 1118514063|a 1204076107
020 |a 9781484244890|q (electronic book)
020 |a 1484244893|q (electronic book)
0248 |a 10.1007/978-1-4842-4
035 |a (OCoLC)1103503031|z (OCoLC)1103218589|z (OCoLC)1105193146|z (OCoLC)1107052583|z (OCoLC)1111258123|z (OCoLC)1118514063|z (OCoLC)1204076107
037 |a CL0501000057|b Safari Books Online
040 |a YDX|b eng|e rda|e pn|c YDX|d EBLCP|d LQU|d GW5XE|d YDXIT|d UMI|d UKMGB|d OCLCF|d TOH|d OCLCQ|d UKAHL|d BRF|d OCLCQ|d OCLCO|d COM|d OCLCQ|d AUD|d OCLCQ|d OCLCO|d OCLCQ|d OCLCL|d LVT|d SFB|d SNK|d DCT|d OCLCO
049 |a MAIN
050 4|a QA76.9.C55|b V46 2019
08204|a 004/.36|2 23
1001 |a Vemula, Rami,|e author.
24510|a Integrating serverless architecture :|b using Azure functions, Cosmos DB, and SignalR service /|c Rami Vemula.
264 1|a [New York, NY] :|b APRESS,|c [2019]
300 |a 1 online resource
336 |a text|b txt|2 rdacontent
337 |a computer|b c|2 rdamedia
338 |a online resource|b cr|2 rdacarrier
347 |a text file|b PDF|2 rda
504 |a Includes bibliographical references and index.
5050 |a Ch 1: New Era of Serverless Computing -- Ch 2: Getting Started with Azure Functions. -- Ch 3: Explore Azure Cosmos DB and its Change feed mechanism -- Ch 4:Design Tweet Scheduler Function with Service Bus integration -- Ch 5: Handling Secrets and Exceptions in Azure Functions -- Ch 6: Design and Develop Twitter Bot Web Application -- Ch 7: Getting Started with Azure SignalR Service -- Ch 8: Manage App Settings and implement Authentication in Azure Functions -- Ch 9: Setup Continuous Integration and Continuous Delivery pipeline for Azure Functions.
520 |a Design, develop, build, and deliver an end-to-end serverless architecture by leveraging Azure services, frameworks, and tools. This book offers a holistic approach, guiding you through the design and development of a Twitter Bot application, while leveraging Azure Functions. Integrating Serverless Architecture begins with an overview of serverless computing and getting started with Azure Functions. Here, you will create a Twitter bot function which scans Twitter for the latest tweets and makes use of dependency injection. Further, you will learn about Azure Cosmos DB where you will cover its change feed mechanism and the repository pattern. You will create a Cosmos DB trigger-based tweet notifier function, which will broadcast the latest tweets to connected clients. You will explore the basics of Azure Service Bus and create a tweet scheduler function, which will prioritize different keywords for the Twitter bot function. Along the way, you will debug, deliver, and test the functions in the Azure environment. This book shows you how to secure your Azure Function secrets with the help of Azure Key Vault. To further your understanding of the technology, you will learn logging and exception handling in Azure Functions. Later in the book, you will build a Twitter bot web application by using ASP.NET Core and Materialize CSS, which will interact with several HTTP-based Azure Functions. The Twitter bot web application allows users to log in through the Twitter Identity Provider, subscribe to different keywords/hashtags, and browse the latest tweets based on subscriptions. You will get started with SignalR Service and integrate it with Azure Functions and web applications. Towards the end you will go through app service authentication on Azure Functions and discover how to configure continuous integration and delivery to Azure Functions. After reading this book, you will be able to understand the steps involved in design, development, and delivery of a workflow using Azure Functions. You will: Design and develop a Twitter bot application using Azure Functions with Azure Web App Service as the front end Leverage Azure Cosmos DB as data storage and trigger notifications using its change feed mechanism Store and retrieve secrets from Azure Key Vault Integrate Azure Functions with Azure SignalR Service to broadcast real-time messages Secure Azure Functions by enabling Twitter identity authentication using built-in App Service authentication Build a continuous integration and continuous delivery pipeline for Azure Functions using Visual Studio Team Services (VSTS).
5880 |a Online resource; title from digital title page (viewed on July 08, 2019).
590 |a O'Reilly|b O'Reilly Online Learning: Academic/Public Library Edition
650 0|a Client/server computing.|9 67679
650 0|a Web applications.|9 403889
758 |i has work:|a Integrating serverless architecture (Text)|1 https://id.oclc.org/worldcat/entity/E39PCGKF4bhRt9j3jkQXcwJQRq|4 https://id.oclc.org/worldcat/ontology/hasWork
7730 |t Springer eBooks
77608|i Print version:|a Vemula, Rami.|t Integrating serverless architecture.|d [New York, NY] : APRESS, [2019]|z 1484244885|z 9781484244883|w (OCoLC)1083463329
85640|u https://library.access.arlingtonva.us/login?url=https://learning.oreilly.com/library/view/~/9781484244890/?ar|x O'Reilly|z eBook
938 |a Askews and Holts Library Services|b ASKH|n AH36504087
938 |a ProQuest Ebook Central|b EBLB|n EBL5780748
938 |a YBP Library Services|b YANK|n 16251469
994 |a 92|b VIA
999 |c 288508|d 288508