ORPP logo

Azure Serverless Computing Cookbook : (Record no. 6974)

MARC details
000 -LEADER
fixed length control field 11568nam a22004933i 4500
001 - CONTROL NUMBER
control field EBC5609762
003 - CONTROL NUMBER IDENTIFIER
control field MiAaPQ
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20240724113456.0
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS
fixed length control field m o d |
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION
fixed length control field cr cnu||||||||
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 240724s2018 xx o ||||0 eng d
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781789617047
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
Canceled/invalid ISBN 9781789615265
035 ## - SYSTEM CONTROL NUMBER
System control number (MiAaPQ)EBC5609762
035 ## - SYSTEM CONTROL NUMBER
System control number (Au-PeEL)EBL5609762
035 ## - SYSTEM CONTROL NUMBER
System control number (OCoLC)1078996626
040 ## - CATALOGING SOURCE
Original cataloging agency MiAaPQ
Language of cataloging eng
Description conventions rda
-- pn
Transcribing agency MiAaPQ
Modifying agency MiAaPQ
050 #4 - LIBRARY OF CONGRESS CALL NUMBER
Classification number QA76.585 .S644 2018
082 0# - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number 004.6782
100 1# - MAIN ENTRY--PERSONAL NAME
Personal name Sreeram, Praveen Kumar.
245 10 - TITLE STATEMENT
Title Azure Serverless Computing Cookbook :
Remainder of title Build and Monitor Azure Applications Hosted on Serverless Architecture Using Azure Functions, 2nd Edition.
250 ## - EDITION STATEMENT
Edition statement 2nd ed.
264 #1 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE
Place of production, publication, distribution, manufacture Birmingham :
Name of producer, publisher, distributor, manufacturer Packt Publishing, Limited,
Date of production, publication, distribution, manufacture, or copyright notice 2018.
264 #4 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE
Date of production, publication, distribution, manufacture, or copyright notice ©2018.
300 ## - PHYSICAL DESCRIPTION
Extent 1 online resource (419 pages)
336 ## - CONTENT TYPE
Content type term text
Content type code txt
Source rdacontent
337 ## - MEDIA TYPE
Media type term computer
Media type code c
Source rdamedia
338 ## - CARRIER TYPE
Carrier type term online resource
Carrier type code cr
Source rdacarrier
505 0# - FORMATTED CONTENTS NOTE
Formatted contents note Cover -- Title Page -- Copyright and Credits -- Dedication -- About Packt -- Contributors -- Table of Contents -- Preface -- Chapter 1: Developing Cloud Applications Using Function Triggers and Bindings -- Introduction -- Building a backend Web API using HTTP triggers -- Getting ready -- How to do it… -- How it works… -- See also -- Persisting employee details using Azure Storage table output bindings -- Getting ready -- How to do it... -- How it works... -- Understanding storage connection -- What is the Azure Table storage service? -- Partition key and row key -- There's more... -- Saving the profile images to Queues using Queue output bindings -- Getting ready -- How to do it… -- How it works… -- Storing the image in Azure Blob Storage -- Getting ready -- How to do it... -- How it works... -- There's more... -- Chapter 2: Working with Notifications Using the SendGrid and Twilio Services -- Introduction -- Sending an email notification to the administrator of a website using the SendGrid service -- Getting ready -- Creating a SendGrid account -- Generating an API key from the SendGrid portal -- Configuring the SendGrid API key with the Azure Function app -- How to do it... -- Create Storage Queue binding to the HTTP Trigger -- Creating Queue Trigger to process the message of the HTTP Trigger -- Creating SendGrid output binding to the Queue Trigger -- How it works... -- There's more -- Sending an email notification dynamically to the end user -- Getting ready -- How to do it... -- Accepting the new email parameter in the RegisterUser function -- Retrieving the UserProfile information in the SendNotifications trigger -- How it works... -- There's more... -- Implementing email logging in Azure Blob Storage -- How to do it... -- How it works... -- Modifying the email content to include an attachment -- Getting ready -- How to do it.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Customizing the log file name using IBinder interface -- Adding an attachment to the email -- Sending an SMS notification to the end user using the Twilio service -- Getting ready -- How to do it... -- How it works... -- Chapter 3: Seamless Integration of Azure Functions with Azure Services -- Introduction -- Using Cognitive Services to locate faces in images -- Getting ready -- Creating a new Computer Vision API account -- Configuring application settings -- How to do it... -- How it works... -- There's more... -- Azure SQL Database interactions using Azure Functions -- Getting ready -- How to do it... -- How it works... -- Monitoring tweets using Logic Apps and notifying users when a popular user tweets -- Getting ready -- How to do it... -- Creating a new Logic App -- Designing the Logic App with Twitter and Gmail connectors -- Testing the Logic App functionality -- How it works... -- Integrating Logic Apps with serverless functions -- Getting ready -- How to do it... -- There's more... -- See also -- Auditing Cosmos DB data using change feed triggers -- Getting ready -- Creating a new Cosmos DB account -- Creating a new Cosmos DB collection -- How to do it... -- How it works... -- There's more... -- Chapter 4: Understanding the Integrated Developer Experience of Visual Studio Tools -- Introduction -- Creating a function app using Visual Studio 2017 -- Getting ready -- How to do it... -- How it works... -- There's more... -- Debugging C# Azure Functions on a local staged environment using Visual Studio 2017 -- Getting ready -- How to do it... -- How it works... -- There's more... -- Connecting to the Azure Storage cloud from the local Visual Studio environment -- Getting ready -- How to do it... -- How it works... -- There's more... -- Deploying the Azure Function app to Azure Cloud using Visual Studio -- How to do it... -- There's more.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Debugging a live C# Azure Function, hosted on the Microsoft Azure Cloud environment, using Visual Studio -- Getting ready -- How to do it... -- Deploying Azure Functions in a container -- Getting ready -- Creating an ACR -- How to do it... -- Creating a Docker image for the function app -- Pushing the Docker image to the ACR -- Creating a new function app with Docker -- How it works... -- Chapter 5: Exploring Testing Tools for the Validation of Azure Functions -- Introduction -- Testing Azure Functions -- Getting ready -- How to do it... -- Testing HTTP triggers using Postman -- Testing a Blob trigger using Microsoft Storage Explorer -- Testing the Queue trigger using the Azure Management portal -- There's more... -- Testing an Azure Function on a staged environment using deployment slots -- How to do it... -- There's more... -- Load testing Azure Functions using Azure DevOps -- Getting ready -- How to do it... -- There's more... -- See also -- Creating and testing Azure Functions locally using the Azure CLI tools -- Getting ready -- How to do it... -- Testing and validating Azure Function responsiveness using Application Insights -- Getting ready -- How to do it... -- How it works... -- There's more... -- Developing unit tests for Azure Functions with HTTP triggers -- Getting ready -- How to do it... -- Chapter 6: Monitoring and Troubleshooting Azure Serverless Services -- Introduction -- Troubleshooting your Azure Functions -- How to do it... -- Viewing real-time application logs -- Diagnosing the entire function app -- There's more... -- Integrating Azure Functions with Application Insights -- Getting ready -- How to do it... -- How it works... -- There's more... -- Monitoring your Azure Functions -- How to do it... -- How it works... -- Pushing custom telemetry details to Application Insights Analytics -- Getting ready -- How to do it.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Creating an Application Insights function -- Configuring access keys -- Integrating and testing an Application Insights query -- Configuring the custom derived metric report -- How it works... -- Sending application telemetry details via email -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Integrating real-time Application Insights monitoring data with Power BI using Azure Functions -- Getting ready -- How to do it... -- Configuring Power BI with a dashboard, a dataset, and the push URI -- Creating an Azure Application Insights real-time Power BI - C# function -- How it works... -- There's more... -- Chapter 7: Developing Reliable Serverless Applications Using Durable Functions -- Introduction -- Configuring Durable Functions in the Azure Management portal -- Getting ready -- How to do it... -- There's more... -- Creating a Durable Function hello world app -- Getting ready -- How to do it... -- Creating an HttpStart function in the Orchestrator client -- Creating the Orchestrator function -- Creating an activity function -- How it works... -- There's more... -- Testing and troubleshooting Durable Functions -- Getting ready -- How to do it... -- Implementing multithreaded reliable applications using Durable Functions -- Getting ready -- How to do it... -- Creating the Orchestrator function -- Creating a GetAllCustomers activity function -- Creating a CreateBARCodeImagesPerCustomer activity function -- How it works... -- There's more... -- Chapter 8: Bulk Import of Data Using Azure Durable Functions and Cosmos DB -- Introduction -- Business problem -- Durable serverless way of implementing an Excel import -- Uploading employee data into Blob Storage -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating a Blob trigger -- Getting ready -- How to do it... -- There's more.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Creating the Durable Orchestrator and triggering it for each Excel import -- How to do it... -- How it works... -- There's more... -- Reading Excel data using activity functions -- Getting ready -- How to do it... -- Reading data from Blob Storage -- Reading Excel data from the stream -- Creating the activity function -- There's more... -- Auto-scaling Cosmos DB throughput -- Getting ready -- How to do it... -- There's more... -- Bulk inserting data into Cosmos DB -- How to do it... -- There's more... -- Chapter 9: Implementing Best Practices for Azure Functions -- Adding multiple messages to a queue using the IAsyncCollector function -- Getting ready -- How to do it... -- How it works... -- There's more... -- Implementing defensive applications using Azure Functions and queue triggers -- Getting ready -- How to do it... -- CreateQueueMessage - C# console application -- Developing the Azure Function - queue trigger -- Running tests using the console application -- How it works... -- There's more... -- Handling massive ingress using Event Hubs for IoT and other similar scenarios -- Getting ready -- How to do it... -- Creating an Azure Function event hub trigger -- Developing a console application that simulates IoT data -- Avoiding cold starts by warming the app at regular intervals -- Getting ready -- How to do it... -- Creating an HTTP trigger -- Creating a timer trigger -- There's more... -- See also -- Enabling authorization for function apps -- Getting ready -- How to do it... -- How it works... -- There's more... -- Controlling access to Azure Functions using function keys -- How to do it... -- Configuring the function key for each application -- Configuring one host key for all the functions in a single function app -- There's more... -- Securing Azure Functions using Azure Active Directory -- Getting ready -- How to do it.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Configuring Azure AD to the function app.
520 ## - SUMMARY, ETC.
Summary, etc. Microsoft provides a solution to easily run small segment of code in the Cloud with Azure Functions. Azure Functions provides solutions for processing data, integrating systems, and building simple APIs and microservices. This recipe-based guide will help you gain all the skills required to work with serverless code architecture and providing.
588 ## - SOURCE OF DESCRIPTION NOTE
Source of description note Description based on publisher supplied metadata and other sources.
590 ## - LOCAL NOTE (RLIN)
Local note Electronic reproduction. Ann Arbor, Michigan : ProQuest Ebook Central, 2024. Available via World Wide Web. Access may be limited to ProQuest Ebook Central affiliated libraries.
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element Cloud computing.
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element Application program interfaces (Computer software).
655 #4 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
776 08 - ADDITIONAL PHYSICAL FORM ENTRY
Relationship information Print version:
Main entry heading Sreeram, Praveen Kumar
Title Azure Serverless Computing Cookbook
Place, publisher, and date of publication Birmingham : Packt Publishing, Limited,c2018
International Standard Book Number 9781789615265
797 2# - LOCAL ADDED ENTRY--CORPORATE NAME (RLIN)
Corporate name or jurisdiction name as entry element ProQuest (Firm)
856 40 - ELECTRONIC LOCATION AND ACCESS
Uniform Resource Identifier <a href="https://ebookcentral.proquest.com/lib/orpp/detail.action?docID=5609762">https://ebookcentral.proquest.com/lib/orpp/detail.action?docID=5609762</a>
Public note Click to View

No items available.

© 2024 Resource Centre. All rights reserved.