Fri, September 20, 2024 1 min read Container Apps Bicep Scaling Rules Example #Azure #ACA #Bicep Learn how to configure CPU-based scaling rules for Azure Container Apps using Bicep infrastructure as code. read more β
Mon, March 24, 2025 1 min read Purge old images from Azure Container Registry #Azure #Docker #CLI Use ACR tasks to automatically purge untagged and old container images. read more β
Sun, December 8, 2024 1 min read Switch between AKS clusters quickly #Azure #Kubernetes #CLI Quickly switch kubectl context between multiple AKS clusters using az aks get-credentials. read more β
Mon, August 5, 2024 1 min read Preview Azure deployments with Bicep what-if #Azure #Bicep #IaC Always preview infrastructure changes before deploying with az deployment what-if. read more β
Sat, September 28, 2024 1 min read Exec into an Azure Container App #Azure #Container Apps #CLI Use az containerapp exec to get a shell inside your running Container App for debugging. read more β
Mon, February 3, 2025 1 min read Azure Private Endpoints and DNS β the essentials #Azure #Networking #Tutorial Understanding Private Endpoint DNS is the key to making private connectivity work in Azure. read more β
Mon, April 14, 2025 1 min read Run Azure CLI commands across multiple subscriptions #Azure #CLI #bash A bash pattern to run any Azure CLI command across all your subscriptions in one go. read more β
Sun, November 10, 2024 1 min read Use Azure Managed Identity locally during development #Azure #Security #dotnet DefaultAzureCredential lets you use your Azure CLI login locally and managed identity in production β zero code changes. read more β
Thu, August 29, 2024 3 min read Cloud is equally about efficiency like it is for scale #Azure #FinOps #Azure SQL Azure (and cloud in general) can be expensive, but smart choices like selecting the correct performance SKUs and leveraging features like auto-pause on SQL servers can lead to significant savings β potentially millions for a large business. Common mistakes include overprovisioning resources to βbe on the safe sideβ and migrating databases to the cloud with excessive capacity, often due to lack of cost optimization focus. To avoid these pitfalls, regularly measure database efficiency, use auto-pause features in non-production environments, build a culture of cost-efficiency, set budget alerts, and ensure infrastructure as code (IAC) pipelines support different parameters for various environments. Remember, cloud is not just about scaling; itβs about efficiency too. read more β
Tue, October 1, 2024 1 min read Script to copy Key Vault secrets between Key Vaults #Azure #PowerShell #Key Vault #Utility Scripts A PowerShell script to efficiently copy secrets between Azure Key Vaults, even across different subscriptions. read more β
Mon, September 2, 2024 2 min read Enabling application insights with containerized dotnet applications #Azure #Application Insights #Tutorial This is a guide to enable the application map, smart detection, Failures and Performance telemetry in Application insights using a DotNet application running in Azure Container Apps (ACA) to get the most out of Azures monitoring tool. read more β
Tue, January 6, 2026 2 min read Installing Intune Portal on Ubuntu #Azure #Intune #Linux #Ubuntu #Tutorial Learn how to install the Intune Portal on Ubuntu to manage and enroll Linux devices in Microsoft Intune, including the required roles and permissions for device enrollment. read more β
Mon, March 24, 2025 1 min read List all Azure resources with a specific tag #Azure #CLI #bash Use Azure CLI to quickly find all resources matching a specific tag, across resource groups or even subscriptions. read more β
Mon, September 2, 2024 2 min read PowerShell - Move Azure resources between resource groups in bulk #Azure #PowerShell #Resource Management This PowerShell script helps you move Azure resources between resource groups and different subscriptions. Resources will stay online during the operation. read more β
Fri, September 20, 2024 1 min read Remove Activity Logs Diagnostic Settings using Azure CLI #Azure #Shell #Azure CLI This script removes Activity Logs diagnostic settings from a filtered set of Azure subscriptions using Azure CLI. read more β
Mon, April 21, 2025 1 min read SSH and port forward through Azure Bastion from the CLI #Azure #CLI #Bastion #bash Skip the portal and use Azure CLI to SSH or forward ports through Bastion directly from your terminal. read more β