Azure CLI Recipes
View CommandsManage Microsoft Azure resources from the command line. VMs, storage, networking, and cloud service deployments.
8 recipes
Create and Manage an AKS Kubernetes Cluster
Provision a fully managed Kubernetes cluster on Azure Kubernetes Service, connect kubectl, and deploy a workload.
Deploy Containerized Apps to Azure Container Apps
Deploy and scale container images on Azure Container Apps with built-in ingress, scaling rules, and revision management.
Monitor and Optimize Azure Spending
Query current costs, set budgets with alerts, and identify cost-saving opportunities using Azure CLI cost management commands.
Deploy Azure Functions from the CLI
Create a serverless function app and deploy functions using Azure CLI and Azure Functions Core Tools.
Managed Identity and RBAC Setup
Configure managed identities for Azure resources and assign role-based access control to eliminate credential management.
Resource Group Lifecycle Management
Create, list, tag, and delete Azure resource groups to organize and manage cloud resources effectively.
Blob Storage Operations from the CLI
Create storage accounts, manage blob containers, upload and download files, and set access tiers using the Azure CLI.
Deploy a Web App from the CLI
Create and deploy a web application to Azure App Service directly from the command line using az webapp.