AZ-400 Exam Question 31

You are creating a build pipeline in Azure Pipelines.
You define several tests that might fail due to third-party applications.
You need to ensure that the build pipeline completes successfully if the third-party applications are unavailable.
What should you do?
  • AZ-400 Exam Question 32

    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 manage a project in Azure DevOps.
    You need to prevent the configuration of the project from changing over time.
    Solution: Implement Continuous Assurance for the project.
    Does this meet the goal?
  • AZ-400 Exam Question 33

    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 34

    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 35

    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 have an approval process that contains a condition. The condition requires that releases be approved by a team leader before they are deployed.
    You haw a pokey stating that approvals must occur within eight hours.
    You discover that deployments only if the approvals take longer than two hours.
    You need to ensure that the deployments only fail if the approvals take longer than hours.
    Solution From Post -deployment conditions, you modify the Timeout setting for post-deployment approvals.
    Does this meet the goal?