AZ-400 Exam Question 161

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 162

    You have a private project in Azure DevOps.
    You need to ensure that a project manager can create custom work item queries to report on the project's progress. The solution must use the principle of least privilege.
    To which security group should you add the project manager?
  • AZ-400 Exam Question 163

    You have an Azure subscription that contains the resources shown in the following table.

    You plan to create a linked service in DF1. The linked service will connect to SQL1 by using Microsoft SQL Server authentication. The password for the SQL Server login will be stored in KV1.
    You need to configure DF1 to retrieve the password when the data factory connects to SQL1. The solution must use the principle of least privilege.
    How should you configure DF1? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    AZ-400 Exam Question 164

    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 Azure DevOps project.
    Your build process creates several artifacts.
    You need to deploy the artifacts to on-premises servers.
    Solution: You deploy a Kubernetes cluster on-premises. You deploy a Helm agent to the cluster. You add a Download Build Artifacts task to the deployment pipeline.
    Does this meet the goal?
  • AZ-400 Exam Question 165

    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?