Resource Management
📋
List Subscriptions, Resource Groups & Resources
List subscriptions, resource groups, and everything inside a group.
🔍SKU & Region Search
Find VM sizes, disk SKUs, regions, availability, and compute details.
🔒
Lock Resource Group from Deletion
Apply a delete lock to prevent accidental removal.
🔑
Create Azure Key Vault
Create a Key Vault and store a secret via PowerShell.
Virtual Machines
🖥️
Create a Windows VM
Full Windows VM deployment from scratch via PowerShell.
🐧Create a Linux VM
Full Linux VM deployment from scratch via PowerShell.
Networking (AZ-700)
🌐
Create VNet with Subnets
Create a VNet and configure multiple subnets.
🛡️Create NSG with Rules
Create a Network Security Group and define allow/deny rules.
🔗
⚖️Create Site-to-Site VPN Gateway
Deploy and configure a S2S VPN Gateway connection.
Create Azure Load Balancer
Deploy a public or internal load balancer with health probes.
🚪
Create Application Gateway
Deploy an Application Gateway with routing rules.
🧱
Create Web Application Firewall
Deploy a WAF policy and attach to Application Gateway.
Storage
🗄️
Create a Storage Account
Create, configure, inspect, rotate keys, and delete a storage account.
📁
Create Azure File Share
Create a file share, upload files, generate SAS tokens, and map as a drive.
🪣
Blob Containers & Blob Operations
Create containers, upload/download blobs, set access tiers, SAS tokens, and copy.
🔄
Configure Replication (LRS → GRS)
Change redundancy settings between LRS, ZRS, GRS, and GZRS.
📸
File Share Snapshots
Create and restore point-in-time snapshots of a file share.
♻️
Blob Lifecycle Management Policy
Auto-move blobs to Cool/Archive or delete after X days.
🔒
Blob Soft Delete & Versioning
Enable soft delete and versioning to protect against accidental deletion.
App Services
🌐
Create App Service & Web App
App Service Plans, deploy a web app, set env vars, scale up/out, and ZIP deploy.
🔀
Deployment Slots (Staging → Prod)
Create staging slots and swap to production with zero downtime.
📏
Autoscale Rules
Define CPU/memory-based autoscale rules on a Standard or Premium plan.
🌍
Custom Domain & Managed SSL
Bind a custom domain and provision a free managed TLS certificate.
ARM & Bicep Templates
📄
Deploy ARM Template
Deploy resources from a local or linked ARM JSON template via PowerShell.
🦾Deploy Bicep Template
Compile and deploy a .bicep file to a resource group or subscription.
🔍
📤What-If Deployment
Preview ARM/Bicep changes before deploying with New-AzDeployment -WhatIf.
Export Resource as ARM Template
Export an existing resource or resource group as a reusable ARM template.