Command Line (AZD)
Article Audience
Cloud Architects: Working with Infrastructure and Software
Application Developer: Working with Services and Applications
DevOps Engineers: Automation and Deployment Customizations
The Azure Developer CLI (azd) simplifies deployment and management of Azure resources through intuitive commands and built-in best practices. The CLI enables rapid provisioning combined with management tasks via hook-executed scripts. Built-in environment management capabilities support isolated environments with automatic environment variable configuration.
Learning Opportunity
Learn more about the Azure Developer CLI (azd) and how to use it.
Supports Containers as an alternative for local workstation.
Instructions
-
Clone the repository to your file system.
-
Authenticate and select the subscription.
-
Enable required features.
-
Initialize the environment and enable any feature flags.
-
Deploy the solution.
Warning
Deployment can exceed 1 hour. For timeouts execute
azd provision
again to continue.