This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Which of the following statements is true?
Deployment scripts run on infrastructure that's automatically managed by Azure.
Deployment scripts automatically get access to your entire Azure environment.
Deployment scripts can't accept parameters.
You've created a workflow that deploys an Azure Cosmos DB account, database, and container. In your workflow's build job, you compile a small application that initializes the database with some reference data. You need to add the database initialization process to your workflow. Which of the following steps should you take?
Use a separate tool like Chef or Puppet.
Create a workflow artifact for the compiled initialization application.
Ensure that AzCopy is installed on your runner.
Your Bicep file includes a module that deploys an App Service app. You need to access the app's host name from your workflow but you can't currently do so. Which of the following reasons is most likely?
You need to use a self-hosted runner.
You need to use a deployment script.
You need to add an output to your Bicep template for the host name.
You must answer all questions before checking your work.
Was this page helpful?