首頁(yè) > 計(jì)算機(jī)網(wǎng)絡(luò) >
編程語(yǔ)言與程序設(shè)計(jì)
> Azure Serverless Computing Cookbook最新章節(jié)目錄
舉報(bào)

會(huì)員
Azure Serverless Computing Cookbook
最新章節(jié):
See also
IfyouareaCloudadministrator,architect,ordeveloperwhowantstobuildscalablesystemsanddeployserverlessapplicationswithAzurefunctions,thenthisbookisforyou.Priorknowledgeandhands-onexperiencewithcoreservicesofMicrosoftAzureisrequired.
目錄(326章)
倒序
- cover
- Title Page
- Copyright
- Azure Serverless Computing Cookbook
- Credits
- Foreword
- About the Author
- About the Reviewer
- Acknowledgments
- www.PacktPub.com
- Why subscribe?
- Customer Feedback
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Sections
- Getting ready
- How to do it…
- How it works…
- There's more…
- See also
- Conventions
- Reader feedback
- Customer support
- Downloading the example code
- Downloading the color images of this book
- Errata
- Piracy
- Questions
- 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
- 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
- There's more...
- Sending SMS notification to the end user using the Twilio service
- Getting ready
- How to do it...
- How it works...
- 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
- 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
- How to do it...
- See also
- 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...
- 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...
- 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
- 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
- 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 trigger
- Developing a Console Application that simulates IoT data
- 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
- 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 trigger 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 also
- Creating 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...
- How it works...
- There's more...
- See also 更新時(shí)間:2021-07-02 20:23:56
推薦閱讀
- C語(yǔ)言程序設(shè)計(jì)教程(第2版)
- Java Web基礎(chǔ)與實(shí)例教程
- PLC編程及應(yīng)用實(shí)戰(zhàn)
- Building Minecraft Server Modifications
- 精通網(wǎng)絡(luò)視頻核心開發(fā)技術(shù)
- Apache Mahout Clustering Designs
- 學(xué)習(xí)正則表達(dá)式
- 運(yùn)用后端技術(shù)處理業(yè)務(wù)邏輯(藍(lán)橋杯軟件大賽培訓(xùn)教材-Java方向)
- Building Android UIs with Custom Views
- Machine Learning in Java
- 運(yùn)維前線:一線運(yùn)維專家的運(yùn)維方法、技巧與實(shí)踐
- Arduino可穿戴設(shè)備開發(fā)
- Android Development Tools for Eclipse
- Flink技術(shù)內(nèi)幕:架構(gòu)設(shè)計(jì)與實(shí)現(xiàn)原理
- 現(xiàn)代C:概念剖析和編程實(shí)踐
- Oracle Database XE 11gR2 Jump Start Guide
- Internet of Things with Arduino Cookbook
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)
- TensorFlow.NET實(shí)戰(zhàn)
- 陪孩子像搭積木一樣學(xué)編程:Python真好玩+Scratch趣味編程(全2冊(cè))
- 新手學(xué)Visual C
- Hadoop實(shí)戰(zhàn)
- 計(jì)算機(jī)網(wǎng)絡(luò)基礎(chǔ)
- Kivy Blueprints
- Magento PHP Developer's Guide(Second Edition)
- ReactJS by Example:Building Modern Web Applications with React
- Mastering OpenCV 3(Second Edition)
- Oracle 12c數(shù)據(jù)庫(kù)應(yīng)用與開發(fā)
- Windows PowerShell 4.0 for .NET Developers
- Scratch3.0少兒編程·創(chuàng)客意識(shí)啟蒙