AZ-400 Exam Question 191

You have an Azure subscription.
You use Bicep templates to deploy websites and Azure SQL infrastructure.
You need to automate the deployments by using Azure Pipelines and a self-hosted agent that runs on two virtual machines. The solution must minimize administrative effort.
What should you do first?
  • AZ-400 Exam Question 192

    Task 9
    In Project1, you need to create a variable group named varGroup1 that will contain the following variables:
    serverNane: server1 dbName: db1

    AZ-400 Exam Question 193

    You are developing a multi-tier application. The application will use Azure App Service web apps as the front end and an Azure SQL database as the back end. The application will use Azure functions to write some data to Azure Storage.
    You need to send the Azure DevOps team an email message when the front end fails to return a status code of
    200.
    Which feature should you use?
  • AZ-400 Exam Question 194

    You have a tendril in Microsoft Azure Active Directory (Azure AD), part of Microsoft Entra. The tenant contains three groups namedGroup1. Group2, and Group3.
    You create a new project in Azure DevOps named Project1.
    You need to secure the service connections for Project1. The solution must meet the following requirements:
    * The members of Group1 must be able to share and unshare aservice connection with other projects.
    * The members of Group2 must be able to rename a service connection and update the description.
    * The members of Group3 must be able to use the service connection within build or release pipelines.
    * The principle of least privilege must be followed.
    Which permission should you grant to each group? To answer, drag the appropriate permissions to the correct groups. Each permission may be used once, more than once, or not at all. You may need to dragthe split bar between panes or scroll to view content.
    NOTE: Each correct selection is worth one point.

    AZ-400 Exam Question 195

    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.
    Your company has a project in Azure DevOps for a new web application.
    You need to ensure that when code is checked in, a build runs automatically.
    Solution: From the Pre-deployment conditions settings of the release pipeline, you select After stage.
    Does this meet the goal?