Azure serverless computing cookbook : solve problems at scale by leveraging Azure functions / Praveen Kumar Sreeram.
Over 50 recipes to help you build applications hosted on Serverless architecture using Azure Functions. About This Book Enhance Azure Functions with continuous deployment using Visual Studio Team Services Learn to deploy and manage cost-effective and highly available serverless applications using Az...
Saved in:
Online Access: |
Full Text (via O'Reilly/Safari) |
---|---|
Main Author: | |
Format: | eBook |
Language: | English |
Published: |
Birmingham, UK :
Packt Publishing,
2017.
|
Subjects: |
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | b10304728 | ||
006 | m o d | ||
007 | cr ||||||||||| | ||
008 | 170914s2017 enka o 000 0 eng d | ||
005 | 20240829145512.4 | ||
020 | |a 1788392590 | ||
020 | |a 9781788392594 |q (electronic bk.) | ||
020 | |z 9781788390828 | ||
029 | 1 | |a GBVCP |b 100486535X | |
035 | |a (OCoLC)safo1003645603 | ||
035 | |a (OCoLC)1003645603 | ||
037 | |a safo9781788390828 | ||
040 | |a UMI |b eng |e rda |e pn |c UMI |d IDEBK |d TOH |d STF |d OCLCF |d VT2 |d UOK |d CEF |d KSU |d WYU |d C6I |d UAB |d N$T |d OCLCQ |d DST |d OCLCO |d OCLCQ |d OCLCO |d OCLCL |d DXU | ||
049 | |a GWRE | ||
050 | 4 | |a QA76.585 | |
100 | 1 | |a Sreeram, Praveen Kumar, |e author. | |
245 | 1 | 0 | |a Azure serverless computing cookbook : |b solve problems at scale by leveraging Azure functions / |c Praveen Kumar Sreeram. |
264 | 1 | |a Birmingham, UK : |b Packt Publishing, |c 2017. | |
300 | |a 1 online resource (1 volume) : |b illustrations | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a volume |b nc |2 rdacarrier | ||
588 | 0 | |a Online resource; title from title page (Safari, viewed September 13, 2017). | |
520 | |a Over 50 recipes to help you build applications hosted on Serverless architecture using Azure Functions. About This Book Enhance Azure Functions with continuous deployment using Visual Studio Team Services Learn to deploy and manage cost-effective and highly available serverless applications using Azure Functions This recipe-based guide will teach you to build a robust serverless environment Who This Book Is For If you are a Cloud administrator, architect, or developer who wants to build scalable systems and deploy serverless applications with Azure functions, then this book is for you. Prior knowledge and hands-on experience with core services of Microsoft Azure is required. What You Will Learn Develop different event-based handlers supported by serverless architecture supported by Microsoft Cloud Platform ? Azure Integrate Azure Functions with different Azure Services to develop Enterprise-level applications Get to know the best practices in organizing and refactoring the code within the Azure functions Test, troubleshoot, and monitor the Azure functions to deliver high-quality, reliable, and robust cloud-centric applications Automate mundane tasks at various levels right from development to deployment and maintenance Learn how to develop statefulserverless applications and also self-healing jobs using DurableFunctions In Detail 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. The book starts with intermediate-level recipes on serverless computing along with some use cases on benefits and key features of Azure Functions. Then, we'll deep dive into the core aspects of Azure Functions such as the services it provides, how you can develop and write Azure functions, and how to monitor and troubleshoot them. Moving on, you'll get practical recipes on integrating DevOps with Azure functions, and providing continuous integration and continous deployment with Visual Studio Team Services. It also provides hands-on steps and tutorials based on real-world serverless use cases, to guide you through configuring and setting up your serverless environments with ease. Finally, you'll see how to manage Azure functions, providing enterprise-level security and compliance to your serverless code architecture. By the end of this book, you will have all the skills required to work with serverle... | ||
505 | 0 | |a Cover -- Copyright -- Credits -- Foreword -- About the Author -- About the Reviewer -- Acknowledgments -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Accelerate Your Cloud Application Development Using Azure 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 more about Storage Connection -- What is 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... -- There's more... -- See also -- Storing the image in Azure Blob storage -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also... -- Cropping an image using ImageResizer trigger -- Getting ready -- How to do it... -- How it works... -- See also -- Chapter 2: Working with Notifications Using SendGrid and Twilio Services -- Introduction -- Sending an email notification to the administrator of the website using the SendGrid service -- Getting ready -- Creating a SendGrid account -- Generating the SendGrid API key -- Configuring the SendGrid API key with the Azure Function app -- How to do it... -- How it works... -- See also -- Sending an email notification to the end user dynamically -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Implementing email logging in the Blob storage -- How to do it... -- How it works... -- Modifying the email content to include an attachment -- Getting ready -- How to do it... -- Customizing the log file name using IBinder interface -- Adding an attachment to the email. | |
505 | 8 | |a There's more... -- Sending 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 Other Azure Services -- Introduction -- Using Cognitive Services to locate faces from the images -- Getting ready -- Creating a new Computer Vision API account -- Configuring App 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... -- Processing a file stored in OneDrive using an external file trigger -- Getting ready -- How to do it... -- Monitoring tweets using Logic Apps and notifying when popular users tweet -- Getting ready -- How to do it... -- Create a new Logic App -- Designing the Logic App with Twitter and Gmail connectors -- Testing the Logic App functionality -- How it works... -- See also -- Integrating Logic Apps with Azure Functions -- Getting ready -- How to do it... -- There's more... -- See also -- Chapter 4: Understanding the Integrated Developer Experience of Visual Studio Tools for Azure Functions -- Introduction -- Creating the 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 Cloud storage from local Visual Studio environment -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Deploying the Azure Function app to Azure Cloud using Visual Studio -- How to do it... -- There's more... -- See also -- Debugging live C# Azure Function hosted on the Microsoft Azure Cloud environment using Visual Studio -- Getting ready. | |
505 | 8 | |a How to do it... -- See also -- 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 Blob trigger using the Microsoft Storage Explorer -- Testing 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 VSTS -- Getting ready -- How to do it... -- There's more... -- See also -- Creating and testing Azure Function locally using 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... -- Chapter 6: Monitoring and Troubleshooting Azure Serverless Services -- Introduction -- Monitoring your Azure Functions -- Getting ready -- How to do it... -- There's more... -- Monitoring Azure Functions using Application Insights -- Getting ready -- How to do it... -- How it works... -- There's more ... -- Pushing custom telemetry details to analytics of Application Insights -- Getting ready -- How to do it... -- Creating AI function -- Configuring access keys -- Integrating and testing AI query -- Configuring the custom derived metric report -- How it works... -- See also -- Sending application telemetry details via email -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Integrating real-time AI monitoring data with Power BI using Azure Functions -- Getting ready -- How to do it... -- Configuring Power BI with dashboard, dataset, and push URI -- Creating Azure AI real-time Power BI -- C# function -- How it works... -- There's more. | |
505 | 8 | |a Chapter 7: Code Reusability and Refactoring the Code in Azure Functions -- Introduction -- Creating a common code repository for better manageability within a function app -- How to do it... -- How it works... -- There's more... -- See also -- Shared code across Azure Functions using class libraries -- How to do it... -- How it works... -- There's more... -- See also -- Azure Functions and precompiled assemblies -- Getting ready... -- How to do it... -- Creating a class library using Visual Studio -- Creating a new HTTP trigger Azure Function -- How it works... -- There's more... -- See also -- Migrating legacy C# application classes to Azure Functions using PowerShell -- Getting ready -- How to do it... -- Creating an application using Visual Studio -- Creating a new PowerShell Azure Function -- How it works... -- See also -- Using strongly typed classes in Azure Functions -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 8: Developing Reliable and Durable Serverless Applications Using Durable Functions -- Introduction -- Configuring Durable Functions in the Azure Management portal -- Getting ready -- How to do it... -- There's more... -- See also -- Creating a hello world Durable Function app -- Getting ready -- How to do it... -- Creating HttpStart Function -- the Orchestrator client -- Creating Orchestrator function -- Creating Activity function -- How it works... -- There's more... -- See also -- Testing and troubleshooting Durable Functions -- Getting ready -- How to do it... -- See also -- Implementing multithreaded reliable applications using Durable Functions -- Getting ready -- How to do it... -- Creating Orchestrator function -- Creating Activity function GetAllCustomers -- Creating Activity function CreateQRCodeImagesPerCustomer -- How it works... -- There's more... -- See also. | |
505 | 8 | |a Chapter 9: Implement 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 Hub for IoT and similar scenarios -- Getting ready -- How to do it... -- Creating an Azure Function Event Hub triggeramp -- #160 -- Developing a Console Application that simulates IoT dataamp -- #160 -- Enabling authorization for function apps -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- 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... -- See also -- Chapter 10: Implement Continuous Integration and Deployment of Azure Functions Using Visual Studio Team Services -- Introduction -- Prerequisites -- Continuous integration -- creating a build definition -- How to do it... -- How it works... -- There's more... -- See also -- Continuous integration -- queuing the build and triggeramp -- #160 -- manually -- Getting ready -- How to do it... -- See also -- Configuring and triggering the automated build -- How to do it... -- How it works... -- There's more... -- See alsoamp -- #160 -- Creatingamp -- #160 -- a release definition -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Trigger the release automatically -- Getting ready -- How to do it. | |
650 | 0 | |a Microsoft Azure (Computing platform) | |
650 | 0 | |a Cloud computing. | |
650 | 0 | |a Application program interfaces (Computer software) | |
650 | 7 | |a Application program interfaces (Computer software) |2 fast | |
650 | 7 | |a Cloud computing |2 fast | |
650 | 7 | |a Microsoft Azure (Computing platform) |2 fast | |
758 | |i has work: |a Azure serverless computing cookbook (Text) |1 https://id.oclc.org/worldcat/entity/E39PCGvFw3cbjt43tRXD4WqTXm |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
856 | 4 | 0 | |u https://go.oreilly.com/UniOfColoradoBoulder/library/view/~/9781788390828/?ar |z Full Text (via O'Reilly/Safari) |
915 | |a - | ||
956 | |a O'Reilly-Safari eBooks | ||
956 | |b O'Reilly Online Learning: Academic/Public Library Edition | ||
994 | |a 92 |b COD | ||
998 | |b Subsequent record output | ||
999 | f | f | |i d2175f10-d3b1-5b38-896c-412936099cbf |s a573cd5a-63b1-58dd-b2f4-6e8b6d5a3f96 |
952 | f | f | |p Can circulate |a University of Colorado Boulder |b Online |c Online |d Online |e QA76.585 |h Library of Congress classification |i web |n 1 |