Mini Map
Search
⌘ K
Log In
Building and Deploying Azure Functions in .NET
0%
1.
Introduction
Getting Started
Introduction to Serverless Applications
Introduction to Azure Functions
Azure Function Types
Quiz: Introduction to Azure Functions
2.
Azure Functions Basics
Azure Function Anatomy
Building CSX Function Scripts
Building Compiled In-Process Functions
Building Compiled Isolated Process Azure Functions
Quiz: Azure Functions Basics
Challenge: Building a Reusable CSX Function
Solution Review: Building a Reusable CSX Function
3.
Azure Functions Triggers and Bindings
Using HTTP Triggers
Using Timer Triggers
Using Queue Triggers
Using Blob Triggers
Using SignalR Triggers
Using Service Bus Triggers
Using IoT Hub and Event Hubs Triggers
Using Event Grid Triggers
Using Cosmos DB Triggers
Using RabbitMQ Triggers
Quiz: Azure Functions Triggers and Bindings
Challenge: Applying a Queue Trigger
Solution Review: Applying a Queue Trigger
4.
Using Durable Functions For Long-Running Operations
Durable Functions Basics
Durable Functions Orchestration Basics
Activity Chaining in Durable Functions
Fan-In/Fan-Out Orchestration
Canceling a Durable Function
Quiz: Durable Azure Functions
Challenge: Applying Fan-Out and Fan-In Orchestration
Solution Review: Applying Fan-Out and Fan-In Orchestration
5.
Azure Functions Reliability and Availability
Azure Functions Reliability and Availability Basics
Monitoring Azure Functions
Error Handling in Azure Functions
Disaster Recovery in Azure Functions
Quiz: Azure Functions Reliability and Availability
Challenge: Applying Error Handling
Solution Review: Applying Error Handling
6.
Scaling Azure Functions
Manual Scaling of Azure Functions
Automatic Scaling of Azure Functions
Applying Throttling for Performance Improvement
Quiz: Scaling Azure Functions
Challenge: Increasing Concurrency in a Function App
Solution Review: Increasing Concurrency in a Function App
7.
Securing Azure Functions
Requiring HTTPS
Restricting CORS Access
Configuring Secrets and Keys
Applying Different Authorization Levels
Quiz: Securing Azure Functions
Challenge: Securing an Azure Function
Solution Review: Securing an Azure Function
8.
Conclusion
Wrapping Up
Closing Thoughts
9.
Appendix
Creating Functions Locally
Deploying Azure Functions in Azure
Supported Azure Functions Languages
Home
/
Courses
/
Building and Deploying Azure Functions in .NET
Challenge: Securing an Azure Function
Test yourself by increasing the security of a function app.
We'll cover the following...
Overview
Requirements
Overview
...