Search
Contents
8. The Azure CLI
8. The Azure CLI
ΒΆ
8.1. Why Should We Use a CLI Instead of a Web Portal?
8.1.1. The Azure Brain
8.1.2. Access to Features
8.1.3. Workflow Efficiency
8.1.4. Automation Showdown
8.1.5. Next Step
8.2. Azure CLI Practical Fundamentals
8.2.1. Installation
8.2.1.1. Windows/PowerShell
8.2.1.2. Linux/Bash
8.2.1.3. macOS
8.2.2. The Pattern
8.2.3. Getting Help
8.2.4. Groups
8.2.5. Sub-Groups
8.2.6. Commands
8.2.7. Arguments
8.2.7.1. Query Filtering
8.2.8. Next Step
8.3. Walkthrough: Provisioning Resources Using the Azure CLI
8.3.1. Setup
8.3.1.1. Configuring Defaults
8.3.2. Resource Groups
8.3.2.1. Exploration
8.3.2.2. Planning
8.3.2.3. Provisioning
8.3.2.4. Configuring
8.3.3. Virtual Machines
8.3.3.1. Exploration
8.3.3.2. Planning
8.3.3.3. Provisioning
8.3.3.4. Configuring
8.3.4. Key Vault Secrets
8.3.4.1. Exploration
8.3.4.2. Planning
8.3.4.3. Provisioning
8.3.4.4. Configuring
8.3.5. Next Step
8.4. Exploration: an Automated Deployment Bash Script
8.4.1. Bash Scripts Breakdown
8.4.2. Provision Resources Script
8.4.2.1. Provision Resources Script Steps
8.4.2.2. Script Goal
8.4.2.3. Provision Resources Script
8.4.3. Provision Resources Script Sections
8.4.3.1. Declare Variables
8.4.3.2. Provision Resource Group
8.4.3.3. Provision Virtual Machine
8.4.3.4. Provision Key Vault
8.4.3.5. Send Bash Scripts to VM Via RunCommand
8.4.3.6. Print Public IP Address to STDOUT
8.4.3.7. VM RunCommand Scripts
8.4.4. Deliver & Deploy Script
8.4.5. Deploying
8.4.6. Conclusion
←
7.7. Studio Part 2: Explore Authorization With the Deployed API
8.1. Why Should We Use a CLI Instead of a Web Portal?
→