Tales and stories about Cloud-Native computing, Serverless, Containers, Azure and Kubernetes
Learn how to implement hot-reload for your configuration data in .NET by leveraging Kubernetes' ConfigMaps
Observability is a critical attribute that every cloud-native applications should address. This article explains how to implement observability in .NET applications with OpenTelemetry.
This article demonstrates how to build a scalable background worker for processing messages from Azure Service Bus and host it in Azure Container Apps
Learn how to deploy your code to Azure Container Apps using the new "az containerapp up" command.
See how to check if your application runs inside of a Docker container or not. This post shows how to do it with no 3rd party deps. Samples in Go and Rust
This tutorial guides you through the process of using user-assigned managed identities (MSI) with Azure Container Apps (ACA).
Use the PLG (Promtail, Loki, Grafana) log stack to discover, transform, index, query visualize logs from distributed applications in Kubernetes with ease
In this article you'll see how to configure custom health probes for your containers running in Azure Container Apps (ACA). Learn how to configure startup, readiness and liveness probes.
Do you want to expose gRPC services in the public cloud using Azure? With Azure Container Apps you can host public facing gRPC APIs in no time.
In this post, you will learn how to build a serverless automation for Azure using latest Azure SDK for Go and Azure Functions
This article demonstrates how to build a serverless image tagging solution using Azure Computer Vision and Azure Functions.
Azure Container Apps can do traffic split to route requests between multiple active revisions. This article guides you through configuring traffic split in Azure Container Apps.
This post guides you through deploying Azure Container Apps with all its downstream dependencies using Bicep
What is Azure Container Apps? How is it different from AKS? An introduction to Azure Container Apps. Microsoft's serverless runtime for containerized workloads.
This article demonstrates how to write a Web API with Go and Gin and run it serverless in Azure Functions