How to Use Different Python Versions with Virtualenv Learn how you can use Python Virtual Environments (venv) to easily use different python versions
Mounting Azure Files on AKS (Kubernetes) A common scenario is to have a shared storage that all your pods can access and write to, but how can we accomplish this in Kubernetes? Prerequisites A Kubernetes cluster accessible through kubectl Getting Started Azure has a few storage solutions we can use for this: Files or Disks. In
Putting Docusaurus behind authentication through Azure Static Web Apps Provide authentication for your Azure Static Web App (SWA) to protect your Docusaurus powered documentation
Sinking Events from MQTT to Timescale with Dapr and Rust Learn how to forward events from MQTT to TimescaleDB (Postgres) at high-speed and low latencies with Dapr and Rust
Sinking events from Event Hub to CosmosDB with Dapr Learn how to quickly store events from Event Hub into CosmosDB with Dapr
Unleashing Cloud Potential: Embracing Agile Innovation for Enterprise Success Discover how to drive innovation, enhance performance, and stay competitive by embracing an agile mindset and leveraging cloud technology's full potential.
Creating a Kubernetes cluster in Azure with Pulumi (and add Spot Instances) Learn how you can use Pulumi to automatically deploy your Kubernetes cluster on Azure with Spot Instances!