This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What technology does azd use to provision Azure resources?
azd
Azure PowerShell
Azure CLI
The Azure SDK
Infrastructure as Code (for example, Bicep, Terraform)
What is the purpose of the azure.yaml file?
azure.yaml
Defines the CI/CD pipeline for your azd template.
Defines and describes the apps that are included in your application and the Azure services they're deployed to.
Defines a Dev Container environment for the project.
Defines the infrastructure as code templates that create resources in Azure.
What happens when you run the azd up command?
azd up
The application is packaged and the necessary resources are provisioned and deployed to Azure.
The specified azd template is cloned from GitHub.
The CI/CD pipeline of the specified azd template is executed.
Monitoring resources are configured to provide live metrics for the app.
What is the purpose of the infra folder in an azd template?
infra
It stores the CI/CD pipeline definitions for the template.
It holds the source code for the deployed application.
It contains the files necessary to set up a local dev container infrastructure.
It contains the Bicep or Terraform files that define the infrastructure as-code templates.
You must answer all questions before checking your work.
Was this page helpful?