MSDN Tutorials

Master the art of Azure Functions

Build Event-Driven Applications with Azure Functions

Explore a comprehensive collection of tutorials to learn how to create, deploy, and manage serverless code with Azure Functions.

Getting Started with Azure Functions

Getting Started with Azure Functions

Your first serverless function: learn the basics of creating and deploying your initial Azure Function.

Beginner C# JavaScript
Azure Functions Triggers and Bindings

Triggers and Bindings Explained

Understand how to connect your functions to other Azure services using triggers and bindings.

Intermediate Azure Storage Event Hubs
Building Workflows with Durable Functions

Building Workflows with Durable Functions

Create stateful serverless workflows and orchestrations using Durable Functions.

Advanced Orchestration State Management
Creating HTTP APIs with Azure Functions

Creating HTTP APIs with Azure Functions

Build robust and scalable HTTP-triggered APIs using Azure Functions and integrate with API Management.

Intermediate HTTP Trigger REST API
Monitoring and Debugging Azure Functions

Monitoring and Debugging Azure Functions

Learn best practices for monitoring function performance, diagnosing issues, and debugging efficiently.

Intermediate Application Insights Logging
CI/CD for Azure Functions

Implementing CI/CD for Azure Functions

Automate your build and deployment pipelines for Azure Functions using Azure DevOps and GitHub Actions.

Advanced DevOps Automation