Skip to content
StackPractices

Tag: azure

Browse 4 practical software engineering resources tagged with "azure". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving azure. Each resource is written for engineers who ship real systems, with copy-paste examples and practical trade-offs.

Microsoft Azure

Azure is the cloud platform of choice for many enterprises. Production Azure requires understanding Active Directory, networking, compute, storage, and managed databases.

The resources below cover Azure Functions, Blob Storage, Azure SQL, AKS, and security best practices. Each recipe focuses on building reliable workloads on Azure.

Every resource includes clear explanations, copy-paste code, and practical warnings. Use them to make informed decisions, avoid production pitfalls, and speed up your delivery. If you are just getting started, read the beginner-friendly articles first; if you are experienced, jump straight to the advanced patterns and architecture guides. New resources are added regularly, so bookmark this page and check back for the latest patterns.

Build HTTP-Triggered Azure Functions with Python

Create HTTP-triggered Azure Functions in Python with binding configuration, async handlers,...

Claim Check Pattern

Store large payloads in external storage and pass only a lightweight reference token through the...

Blob Storage: S3, GCS, and Azure Blob Patterns for Engineers

A practical guide to cloud blob storage: bucket design, access control, lifecycle policies,...

Azure Basics — Core Services for Developers

A practical guide to Microsoft Azure core services for developers: compute, storage, databases,...