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 Azure automatically manages.
Deployment scripts automatically get access to your entire Azure environment.
Deployment scripts can't accept parameters.
You created a multistage pipeline that deploys an Azure Cosmos DB account, database, and container. In the build stage of your pipeline, you compile a small application that initializes the database with some reference data. You need to add the database initialization process to your pipeline. Which of the following steps should you take?
Use a separate tool, such as Chef or Puppet.
Create a pipeline artifact for the compiled initialization application.
Ensure that AzCopy is installed on your pipeline agent.
Your Bicep file includes a module that deploys an App Service app. You need to access the app's host name from your pipeline, but you can't currently do so. Which of the following reasons is most likely?
You need to use a self-hosted agent.
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?