This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
When building your own new template, which azd command can be used to create a new starter template?
azd
azd template
azd new
azd up
azd init
What is the purpose of the .azure folder in an azd template?
It holds Azure environment variables and configuration files for the template.
It contains the Azure Pipelines CI/Cd workflow files.
It contains the Bicep files used to provision Azure resources.
It contains the azure.yaml service mapping file.
azure.yaml
What is the purpose of the azure.yaml file?
Defines the CI/CD pipeline for your azd template.
Defines and describes the hosted services that are included in your app 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.
Which 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 (IaC) templates.
You must answer all questions before checking your work.
Was this page helpful?