Generate a PowerPoint file using Azure Functions and Python
Automate creating monthly Azure update PowerPoint presentations using an Azure Function written in Python and the python-pptx library.
Automate creating monthly Azure update PowerPoint presentations using an Azure Function written in Python and the python-pptx library.
Explores building custom bindings for Azure Functions .NET Isolated Worker to reduce boilerplate code and focus on core function logic.
A guide to securing Azure Functions using API keys, covering different authorization levels and practical verification with Postman.
A technical guide on creating YAML-based CI/CD pipelines in Azure DevOps for a serverless application, focusing on initial build stage setup.
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.
Using Azure Application Insights and KQL queries to discover performance issues in Azure Functions and App Services.
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.