Acloud Guru - Azure Functions 深度探究
Acloud Guru - Azure Functions Deep Dive
- 01 Introduction
- 001 Course Overview
- 02 Getting to Know Azure Functions
- 001 Getting to Know Azure Functions
- 002 Introducing Azure Functions
- 003 App Service Plan Pricing Models
- 004 Introducing Serverless
- 005 What Are Azure Functions Good For
- 006 Choosing a Language and Programming Model
- 007 Getting to Know Azure Functions Summary
- 03 Working with HTTP Triggered Functions
- 001 Getting Set Up to Develop Azure Functions
- 003 Demo Create an Azure Functions Project in VS Code
- 004 Introducing HTTP Triggers
- 005 Demo Create an HTTP Triggered Function Using VS Code
- 006 Demo Testing Your HTTP Triggered Function Locally
- 007 Demo Accessing the HTTP Request Body and Headers
- 008 Securing HTTP Triggered Functions
- 009 Working with HTTP Triggered Functions Summary
- 04 Exploring Azure Functions Triggers
- 001 Triggers Overview
- 003 Demo Create a Scheduled Function in VS Code
- 004 Queue-Triggered Functions
- 005 Connecting to Storage Accounts
- 006 Demo Creating a Queue-Triggered Function
- 007 Blob-Triggered Functions
- 008 Exploring Azure Functions Triggers Summary
- 05 Connecting to Services with Azure Functions Bindings
- 001 Bindings Overview
- 003 Demo Post a Message to a Queue
- 004 Writing a Blob
- 005 Demo Reading a Blob
- 006 Database Bindings and Dependency Injection
- 007 Demo Writing a Cosmos DB Document
- 008 Connecting to Services with Azure Functions Bindings Summary
- 06 Deploying to Azure
- 001 Deployment Overview
- 003 Azure Functions Hosting Options
- 004 Demo Creating a Function App Using the Azure CLI
- 005 Demo Publishing a Function Application to Azure
- 006 Deployment in Production
- 007 Deploying to Azure Summary
- 07 Creating Workflows with Durable Functions
- 001 Workflows Overview
- 002 Workflow Patterns
- 003 Orchestrator and Activity Functions
- 004 Demo Chaining Functions
- 005 Demo Fan-Out and Fan-In
- 006 Demo Wait for External Event
- 007 Sub-orchestrations
- 008 Monitoring Orchestrations
- 010 Creating Workflows with Durable Functions Summary
- 08 Working in Production
- 001 Production Challenges
- 002 Static Web Apps
- 003 Improving Security
- 004 Viewing Logs with Azure Monitor
- 006 KEDA and Kubernetes
- 007 Working in Production Summary
- 09 Conclusion
- 001 Course Summary
- 002 Learning More