Installing Intune Portal on Ubuntu
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 β
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 β
Skip the portal and use Azure CLI to SSH or forward ports through Bastion directly from your terminal.
read more β
A bash pattern to run any Azure CLI command across all your subscriptions in one go.
read more β
A quick way to find the largest files in your git history when your repo has grown out of control.
read more β
Get started with NVIDIA NemoClaw β install, onboard an OpenClaw agent, and chat with it in a hardened sandbox.
read more β
Use endpoint filters in .NET minimal APIs to add logging, validation, or auth logic without middleware.
read more β
Use ACR tasks to automatically purge untagged and old container images.
read more β
Use Azure CLI to quickly find all resources matching a specific tag, across resource groups or even subscriptions.
read more β
A quick one-liner to decode Kubernetes secrets without copying values around.
read more β
Use SSH config to create aliases, set jump hosts, and avoid typing long connection strings.
read more β
Speed up PowerShell scripts by running loop iterations in parallel with ForEach-Object -Parallel.
read more β
Understanding Private Endpoint DNS is the key to making private connectivity work in Azure.
read more β
Use du and ncdu to hunt down what's consuming all the disk space.
read more β
Add /health and /ready endpoints to your .NET API for Kubernetes probes and load balancer checks.
read more β
Quickly switch kubectl context between multiple AKS clusters using az aks get-credentials.
read more β
Git worktrees let you have multiple branches checked out in separate directories without stashing or cloning.
read more β
DefaultAzureCredential lets you use your Azure CLI login locally and managed identity in production β zero code changes.
read more β
Learn how to use lookbehind patterns with grep (or ggrep on macOS) to extract specific fields from JSON or log files.
read more β
Learn how to stop multiple pipeline runs in Azure DevOps using REST API when the CLI doesn't provide a bulk option.
read more β
Use xargs with the -P flag to run shell commands in parallel and speed up batch tasks.
read more β
A PowerShell script to efficiently copy secrets between Azure Key Vaults, even across different subscriptions.
read more β
This is an example pipeline to use with Azure DevOps
read more β
Use az containerapp exec to get a shell inside your running Container App for debugging.
read more β
Learn how to configure CPU-based scaling rules for Azure Container Apps using Bicep infrastructure as code.
read more β
This script removes Activity Logs diagnostic settings from a filtered set of Azure subscriptions using Azure CLI.
read more β
Use terraform state mv to rename or reorganize resources without recreating them.
read more β
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 β
This PowerShell script helps you move Azure resources between resource groups and different subscriptions. Resources will stay online during the operation.
read more β
Quick kubectl commands to inspect logs, exec into pods, and debug crashed containers.
read more β
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 β
Use interactive rebase to squash messy commits into clean, logical units before pushing.
read more β
Always preview infrastructure changes before deploying with az deployment what-if.
read more β
Quick commands to reclaim disk space from unused Docker images, containers, and volumes.
read more β
Common jq patterns for filtering, transforming, and reshaping JSON data.
read more β
The most useful curl flags and patterns for quick API testing from the terminal.
read more β