AZ-400 Exam Question 61

You need to ensure that an Azure web app named az400-9940427-main supports rolling upgrades. The solution must ensure that only 10 percent of users who connect to az400-9940427-main use update versions of the app.
The solution must minimize administrative effort.
To complete this task, sign in to the Microsoft Azure portal.
  • AZ-400 Exam Question 62

    You are finalizing a release in GitHub.
    You need to apply the following labels to the release:
    Name
    Email
    Release v3.0
    Release date
    How should you complete the get command? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    AZ-400 Exam Question 63

    You have an Azure DevOps organization named Contoso and an Azure subscription. The subscription contains an Azure virtual machine scale set named VMSS1 and an Azure Standard Load Balancer named LB1. LB1 distributes incoming requests across VMSS1 instances.
    You use Azure DevOps to build a web app named Appl and deploy App1 to VMSS1. App1 is accessible via HTTPS only and configured to require mutual authentication by using a client certificate.
    You need to recommend a solution for implementing a health check of App1. The solution must meet the following requirements:
    * Identify whether individual instances of VMSSl are eligible for an upgrade operation.
    * Minimize administrative effort.
    What should you include in the recommendation?
  • AZ-400 Exam Question 64

    You have a protect in Azure DevOps.
    You need to associate an automated test to a test case.
    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 65

    You are using GitHub as a source code repository.
    You create a client-side Git hook on the commit-msg event. The hook requires that each commit message contain a custom work item tag.
    You need to make a commit that does not have a work item tag.
    Which git commit parameter should you use?