Building Zero Code Cosmos DB Proxy with Azure Functions
A tutorial on creating a serverless API proxy for Cosmos DB using Azure Functions without writing any code.
A tutorial on creating a serverless API proxy for Cosmos DB using Azure Functions without writing any code.
A technical guide on deploying compiled C# Azure Functions across multiple environments using Visual Studio Team Services (VSTS) Release Management.
A guide to building reactive microservices on Azure using Event Grid and Azure Functions, with a practical order processing example.
A guide to creating a GitHub webhook using Azure Functions to prevent merging pull requests with unsquashed fixup commits.
A technical tutorial on deploying and running a Durable Azure Function inside a Docker container, covering prerequisites and step-by-step setup.
A technical guide on running a precompiled .NET Core Azure Function inside a Docker container using the Azure Functions Runtime image.
A guide on setting up and running Kotlin-based Azure Functions, exploring JVM support and using IntelliJ IDEA with Maven.
A developer's year-long journey using Azure Functions, covering lessons learned, CI/CD integration, and performance considerations.
A tutorial on using Azure Functions with Braintree's API to build a secure payment processor for e-commerce applications.
Learn how to retrieve the unique invocation ID of an Azure Function using ExecutionContext.InvocationId for logging and debugging.
Learn how to reuse C# script (csx) code across multiple Azure Functions by sharing helper methods and classes.
A technical guide on configuring and using SendGrid to send emails from Azure Functions after the GA release, including code examples.
A technical guide on how to securely access Azure KeyVault secrets from an Azure Function using a certificate-secured Service Principal.
A tutorial on building a serverless Web API with Azure Functions to generate vCard QR codes from user-provided contact details.