AZ-400 Exam Question 106

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 will deploy the resources in one resource group and a nested template that will deploy the resources in the other resource group.
Does this meet the goal?
  • AZ-400 Exam Question 107

    You have an Azure Kubernetes Service (AKSJ pod that hosts an app named App1.
    You need to configure the AKS container to restart automatically if the container stops responding. The solution must check the status of App1 once every three seconds.
    How should you complete the deployment? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content NOTE: Each correct selection is worth one point.

    AZ-400 Exam Question 108

    You have 50 Node.js-based projects that you scan by using WhiteSource. Each project includes Package.json, Package-lock.json, and Npm-shrinkwrap.json files.
    You need to minimize the number of libraries reports by WhiteSource to only the libraries that you explicitly reference.
    What should you do?
  • AZ-400 Exam Question 109

    Your company develops an app for OS. All users of the app have devices that are members of a private distribution group in Microsoft Visual Studio App Center.
    You plan to distribute a new release of the app.
    You need to identify which certificate file you require to distribute the new release from App Center.
    Which file type should you upload to App Center?
  • AZ-400 Exam Question 110

    You have a build pipeline in Azure Pipelines that occasionally fails.
    You discover that a test measuring the response time of an API endpoint causes the failures.
    You need to prevent the build pipeline from failing due to The test.
    Which two actions should you perform? Each correct answer presents part of the solution.
    NOTE: Each correct selection is worth one point