AZ-400 Exam Question 126

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You plan to create a release pipeline that will deploy Azure resources by using Azure Resource Manager templates. The release pipeline will create the following resources:
Two resource groups
Four Azure virtual machines in one resource group
Two Azure SQL databases in other resource group
You need to recommend a solution to deploy the resources.
Solution: Create a main template that has two linked templates, each of which will deploy the resource in its respective group.
Does this meet the goal?
  • AZ-400 Exam Question 127

    You have a project in Azure DevOps named Project1 that contains two Azure DevOps pipelines named Pipeline1 and Pipeline2.
    You need to ensure that Pipeline1 can deploy code successfully to an Azure web app named webapp1. The solution must ensure that Pipeline2 does not have permission to webapp1.
    Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

    AZ-400 Exam Question 128

    Your company has an Azure DevOps project that produces Node Package Manager (npm) packages. Multiple projects consume the packages.
    You need to minimize the amount of disk space used by older packages in Azure Artifacts.
    What should you modify?
  • AZ-400 Exam Question 129

    You have an Azure Automation account that contains a webbook. The webbook is used to configure the application infrastructure of an Azure subscription.
    You have a project in Azure DevOps named Project). Project1 contains a repository that stores code for the webbook.
    You need to ensure that every committed change to the code will update automatically and publish the webbook to Azure Automation.
    What should you configure?
  • AZ-400 Exam Question 130

    You plan to publish build artifacts by using an Azure pipeline.
    You need to create an. artifactignore file that meets the following requirements:
    * Includes all files in the build output folder and all subfolders
    * Excludes files that have the .dll extension
    What should you include in the file?