Azure CLI
RAPR CLI connectorCloud, DevOps & InfrastructureAzure services via az CLI — App Service, Functions, Storage, CosmosDB, AKS, and more.
Azure CLI package details
RAPR CLI connector scope
This is RAPR-authored connector guidance for a command-line tool the user installs locally. The upstream CLI remains governed by its own license and terms. This package contains RAPR-authored CLI usage guidance, install commands, and agent instructions. It does not bundle the upstream CLI binary. Users can also go directly to the public upstream source linked on this page.
How to get started
Install RAPR AI
Download and install RAPR AI on your computer
Find in Marketplace
Open RAPR AI, go to Packages, and browse the marketplace
Install from Marketplace
Click Install. RAPR sets up the wrapper package, connector guidance, or skill instructions for this listing.
Authenticate
Interactive browser login to your Azure account and subscription.
Azure CLI
Manage Azure cloud resources from the command line — faster and more scriptable than the Azure portal.
What you can do
- App Service: Deploy and manage web apps
- Functions: Create and deploy serverless functions
- Storage: Manage blobs, queues, tables, and file shares
- CosmosDB: Create databases, collections, and query data
- AKS: Manage Kubernetes clusters
- VMs: Launch and manage virtual machines
Prerequisites
# Install Azure CLI
winget install Microsoft.AzureCLI # Windows
brew install azure-cli # macOS
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash # Linux
# Login
az login
Example Commands
- "Create an Azure Function app"
- "Deploy my web app to App Service"
- "List all storage accounts"
- "Scale my AKS cluster to 3 nodes"
Ready to try Azure CLI?
Download RAPR AI and connect Azure CLI in seconds.