10 KiB
10 KiB
Awesome Azure Functions & Serverless
New to serverless or Azure Functions? We have you covered. Here are a few resources for self-directed learning.
Table of Contents
Learning Paths - Serverless
Modules - Azure Functions
- Create serverless logic with Azure Functions
- Monitor GitHub events by using a webhook with Azure Functions
- Develop, test and deploy an Azure Function with Visual Studio
- Execute an Azure Function with triggers
- Chain Azure Functions together using input and output bindings
- Publish an API to Azure Static Web Apps
- Publish an Angular, React, Svelte, or Vue JavaScript app with Azure Static Web Apps
- Publish a Blazor WebAssembly app and .NET API with Azure Static Web Apps
- Create and publish a static web app with Gatsby and Azure Static Web Apps
- Enable automatic updates in a web application using Azure Functions and SignalR Service
- Develop, test and publish Azure Functions by using Azure Functions Core Tools
- Share your location as a text message using Azure Functions and Twilio
- Expose multiple Azure Functions apps as a consistent API by using Azure API Management
Talks - Microsoft Ignite 2019
- AFUN95 Figuring Out Azure Functions by Frank Boucher
- BRK3063 Building enteprise capable serverless applications by Eduardo Laureano and Matthew Henderson
Docs
Collections
Overview
- Azure Functions Documentation
- Azure SDK for JavaScript Documentation
- Azure Functions Code Samples
- Azure CLI Code Samples
Quickstarts
- Create your first function using Visual Studio Code (JavaScript)
- Create your first function using Visual Studio (C#)
- Use Java and Maven to create and publish a function to Azure
- Create your first PowerShell function in Azure
- Create an HTTP triggered Python function in Azure
Triggers & Bindings
- About Triggers and Bindings
- Trigger Azure Functions using webhooks in Azure IoT Central
- Twilio Binding for Azure Functions
- Azure Functions HTTP triggers and bindings
- SignalR Service bindings for Azure Functions
For Databases
- Azure Cosmos DB
- Azure Cosmos DB bindings for Azure Functions 1.x
- Azure Cosmos DB bindings for Azure Functions 2.x
- Azure Blob Storage
- Create a function triggered by Azure Blob storage
For IoT
Durable Functions
- About Durable Functions
- Create your first durable function in JavaScript
- Create your first durable function in C#
- Durable Functions Samples
- Durable Functions Documntation
Deployment - CI/CD
- Continuous deployment for Azure Functions
- Continuous delivery by using Azure DevOps
- Continuous delivery by using GitHub Action
- Azure Functions on Kubernetes with KEDA