更新时间:2021-06-24 12:37:43
coverpage
Title Page
Copyright and Credits
Mastering Azure Serverless Computing
Dedication
About Packt
Why subscribe?
Contributors
About the authors
About the reviewer
Packt is searching for authors like you
Preface
Who this book is for
What this book covers
To get the most out of this book
Download the example code files
Download the color images
Conventions used
Get in touch
Reviews
Section 1: Azure Functions 2.0 Fundamentals
Developing and Running Azure Functions
Technical requirements
Introduction to Azure Functions
Azure Functions Core Tools
Developing Azure Functions with Visual Studio
Visual Studio Code
The OpenAPI Specification in Azure Functions
Exposing your Azure Functions on the internet with ngrok
Debugging an Azure Function
Debugging your function locally
Debug your function remotely
Summary
Questions
Further reading
Customizing Your Azure Functions
Discovering Azure Functions extensions
Creating a custom trigger
Creating a custom binding
Programming Languages Supported in Azure Functions
Azure Functions and JavaScript
Azure Functions and Java
Azure Functions and Python
Azure Functions and PowerShell
Language extensibility
Section 2: Azure Functions 2.0 Deployment and Automation
Deploying and Configuring Your Azure Functions
Creating the Azure function app
Deploying the Azure function app
Using the deployment slots
Kudu – the Azure Function deployment service
Configuring your Azure Functions
Reading the app settings in your Azure Function
Leverage the Power of DevOps with Azure Functions
Understanding Azure DevOps
Azure Pipelines and Azure Functions
Creating your first build pipeline
The Variables tab
The Triggers tab
The Options tab
The History tab
The Tasks tab
Using YAML definition
Creating the release pipeline
CI/CD at a glance
Testing and Monitoring
Testing your Azure Functions
Dependency injection in Azure Functions
Monitoring Azure Functions
Serverless and Containers
Linux-based Azure Functions
Creating an Azure Functions project with support to create a custom Docker image
Creating a custom Docker image that contains an Azure Function
Publishing the custom Docker image to Docker Hub
Publishing the custom Docker image to an ACR
Creating a function app based on a custom Docker image
Updating the Docker image
Pointing the function app to a new tag and enabling continuous deployment
Hosting Azure Functions containers in Kubernetes with KEDA