This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
You made changes to your azd template, but you only want to redeploy the application code without provisioning any changes made to the infrastructure as code files. Which command should you run?
azd
azd provision
azd publish
azd up
azd deploy
Suppose you configured a CI/CD pipeline for your template through GitHub Actions. How do you provision and deploy azd template updates to Azure using the CI/CD pipeline?
Run the azd pipeline command locally.
azd pipeline
Run the azd up command locally.
Commit and push your changes to the remote GitHub repository.
Run the CI/CD workflow from the Azure portal.
Which one of the following commands is used to launch Application Insights dashboards in Azure to view live metrics and logging?
azd insights
azd monitor
azd logging
azd pipeline config
The infrastructure as code definition files used by the Azure Developer CLI are idempotent. What does this mean?
The definition files can be applied multiple times but always produce the same end state.
The definition files are written using a declarative syntax such as yaml.
yaml
The definition files will create and update resources, but not delete them.
The definition files are platform agnostic.
You must answer all questions before checking your work.
Was this page helpful?