Depicting chemicals with Azure Functions
A guide to deploying an Azure Function that uses a Docker container to generate images of chemical structures from SMILES strings.
A guide to deploying an Azure Function that uses a Docker container to generate images of chemical structures from SMILES strings.
A tutorial on deploying an Azure Function from a Docker container image to the Azure cloud platform, covering configuration and testing.
A technical guide on containerizing Azure Functions using Docker, covering setup for .NET Core v2 and v3 with Dockerfile examples.
A guide to creating a serverless visitor counter badge using Azure Functions, including setup, code, and deployment.
A tutorial on generating Azure Functions directly from an OpenAPI/Swagger specification using VS Code or the AutoRest tool.
A guide on using Python in Azure Functions to process binary files, focusing on reading and writing with Blob triggers and output bindings.
Announcing Azureish Live! show and building a Git commit watcher using Azure Functions and GitHub webhooks in a live coding session.
A guide to managing and cleaning up execution history data in Azure Durable Functions to control storage costs and maintain performance.
A guide to integrating Swagger UI for documenting REST APIs in Azure Function v2 and v3, covering setup, configuration, and code examples.
A tutorial on using Azure Functions and Puppeteer to generate dynamic Open Graph images for social media sharing.
A guide to securing HTTP-triggered Azure Functions on Kubernetes with TLS/SSL using KEDA and the NGINX Ingress Controller.
Explains how to implement custom admission webhooks in Azure Kubernetes Service using Azure Functions for dynamic resource control.
A technical guide on using C# and Azure Functions to programmatically set tags on Azure subscriptions via the ARM API.
A guide to programmatically list all Azure subscriptions with tags using C#, Azure Functions, and the Azure Resource Graph SDK for efficient queries.
A tutorial on building a scalable, low-latency custom URL shortener service using Azure Functions and Cosmos DB.
A tutorial on integrating Azure Key Vault with Azure Functions using PowerShell, covering setup, configuration, and credential management.
Explores a predictive strategy to eliminate cold starts in serverless functions by pre-warming instances based on invocation patterns.
A tutorial on building a serverless FAQ app using Blazor WebAssembly, Azure Functions, and Cosmos DB.
Explains how Azure Durable Functions scale, detailing the differences between stateless activity functions and stateful orchestrators/entities.
A step-by-step guide to deploying an Angular application with optional Azure Functions backend to Azure Static Web Apps using GitHub integration.