Win IT Exam with Last Dumps 2025


Microsoft AZ-400 Exam

Page 43/54
Viewing Questions 421 430 out of 535 Questions
79.63%

Question 421
You have an Azure DevOps project that contains a release pipeline and a Git repository.
When a new code revision is committed to the repository, a build and release is triggered.
You need to ensure that release information for the pipeline is added automatically to the work items associated to the Git commit.
What should you do?



Configure your release definition to post deployment information to Work items.
1. Open Pipelines>Releases, choose to edit your release pipeline, then choose Options>Integrations.
AZ-400_421E.jpg related to the Microsoft AZ-400 Exam
Reference:
https://docs.microsoft.com/en-us/azure/devops/boards/work-items/work-item-deployments-control

Question 422
SIMULATION -
You plan to add a new web farm that will be published by using an IP address of 10.0.0.5.
You need to allow traffic from the web farm to an Azure Database for MySQL server named az400-123456789-mysql.
To complete this task, sign in to the Microsoft Azure portal.



Server-level firewall rules can be used to manage access to an Azure Database for MySQL Server from a specified IP address or a range of IP addresses.
Create a server-level firewall rule in the Azure portal
1. On the MySQL server page, under Settings heading, click Connection Security to open the Connection Security page for the Azure Database for MySQL.
AZ-400_422E_1.jpg related to the Microsoft AZ-400 Exam
2. In the firewall rules for the Azure Database for MySQL, you can specify a single IP address or a range of addresses. If you want to limit the rule to a single IP address, type the same address in the Start IP and End IP fields. Opening the firewall enables administrators, users, and application to access any database on the MySQL server to which they have valid credentials.
AZ-400_422E_2.jpg related to the Microsoft AZ-400 Exam
3. Click Save on the toolbar to save this server-level firewall rule. Wait for the confirmation that the update to the firewall rules is successful.
Reference:
https://docs.microsoft.com/en-us/azure/mysql/howto-manage-firewall-using-portal#create-a-server-level-firewall-rule-in-the-azure-portal

Question 423
DRAG DROP -
You need to implement Project6.
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.
Select and Place:
AZ-400_423Q.jpg related to the Microsoft AZ-400 Exam
Image AZ-400_423R.jpg related to the Microsoft AZ-400 Exam



Scenario: Implement Project3, Project5, Project6, and Project7 based on the planned changes
AZ-400_423E_1.png related to the Microsoft AZ-400 Exam
Step 1: Open the release pipeline editor.
In the Releases tab of Azure Pipelines, select your release pipeline and choose Edit to open the pipeline editor.
Step 2: Enable Gates.
Choose the pre-deployment conditions icon for the Production stage to open the conditions panel. Enable gates by using the switch control in the Gates section.
Step 3: Add Query Work items.
Choose + Add and select the Query Work Items gate.
Configure the gate by selecting an existing work item query.
AZ-400_423E_2.png related to the Microsoft AZ-400 Exam
Note: A case for release gate is:
Incident and issues management. Ensure the required status for work items, incidents, and issues. For example, ensure deployment occurs only if no priority zero bugs exist, and validation that there are no active incidents takes place after deployment.
References:
https://docs.microsoft.com/en-us/azure/devops/pipelines/release/deploy-using-approvals?view=azure-devops#configure-gate
Implement Dependency Management

Question 424
Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements.
You are in the process of configuring the settings of a new Git repository in Azure Repos.
You want to ensure that pull requests in a branch allows for committed code to be compiled successfully prior to being merged.
Solution: You configure a build policy.
Does the solution meet the goal?



Reference:
https://docs.microsoft.com/en-us/azure/devops/repos/tfvc/add-check-policies

Question 425
SIMULATION -
You plan to add a new web farm that will be published by using an IP address of 10.0.0.5.
You need to allow traffic from the web farm to an Azure Database for MySQL server named az400-11566895-mysql.
To complete this task, sign in to the Microsoft Azure portal.



Server-level firewall rules can be used to manage access to an Azure Database for MySQL Server from a specified IP address or a range of IP addresses.
Create a server-level firewall rule in the Azure portal
1. On the MySQL server page, under Settings heading, click Connection Security to open the Connection Security page for the Azure Database for MySQL.
AZ-400_425E_1.jpg related to the Microsoft AZ-400 Exam
2. In the firewall rules for the Azure Database for MySQL, you can specify a single IP address or a range of addresses. If you want to limit the rule to a single IP address, type the same address in the Start IP and End IP fields. Opening the firewall enables administrators, users, and application to access any database on the MySQL server to which they have valid credentials.
AZ-400_425E_2.jpg related to the Microsoft AZ-400 Exam
3. Click Save on the toolbar to save this server-level firewall rule. Wait for the confirmation that the update to the firewall rules is successful.
Reference:
https://docs.microsoft.com/en-us/azure/mysql/howto-manage-firewall-using-portal#create-a-server-level-firewall-rule-in-the-azure-portal


Question 426
Your company has a release pipeline in an Azure DevOps project.
You plan to deploy to an Azure Kubernetes Services (AKS) cluster by using the Helm package and deploy task.
You need to install a service in the AKS namespace for the planned deployment.
Which service should you install?



Before you can deploy Helm in an RBAC-enabled AKS cluster, you need a service account and role binding for the Tiller service.
Incorrect Answers:
C: Kubectl is a command line interface for running commands against Kubernetes clusters.
Reference:
https://docs.microsoft.com/en-us/azure/aks/kubernetes-helm

Question 427
SIMULATION -
You need to create a virtual machine template in an Azure DevTest Labs environment named az400-123456789-dtl1. The template must be based on Windows
Server 2019 Datacenter. Virtual machines created from the template must include the selenium tool and the Google Chrome browser.
To complete this task, sign in to the Microsoft Azure portal.



1. Open Microsoft Azure Portal
2. Select All Services, and then select DevTest Labs in the DEVOPS section.
AZ-400_427E.jpg related to the Microsoft AZ-400 Exam
3. From the list of labs, select the az400-123456789-dtl1 lab.
4. On the home page for your lab, select + Add on the toolbar.
5. Select the Windows Server 2019 Datacenter base image for the VM.
6. Select automation options at the bottom of the page above the Submit button.
7. You see the Azure Resource Manager template for creating the virtual machine.
8. The JSON segment in the resources section has the definition for the image type you selected earlier.
Reference:
https://docs.microsoft.com/bs-cyrl-ba/azure//lab-services/devtest-lab-vm-powershell

Question 428
Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements.
You are in the process of configuring the settings of a new Git repository in Azure Repos.
You want to ensure that pull requests in a branch allows for committed code to be compiled successfully prior to being merged.
Solution: You configure a status policy.
Does the solution meet the goal?



Reference:
https://docs.microsoft.com/en-us/azure/devops/repos/tfvc/add-check-policies

Question 429
HOTSPOT -
You are configuring a release pipeline in Azure DevOps as shown in the exhibit.
AZ-400_429Q_1.jpg related to the Microsoft AZ-400 Exam
Use the drop-down menus to select the answer choice that answers each question based on the information presented in the graphic.
NOTE: Each correct selection is worth one point.
Hot Area:
AZ-400_429Q_2.png related to the Microsoft AZ-400 Exam
Image AZ-400_429R.png related to the Microsoft AZ-400 Exam



Box 1: 5 -
There are five stages: Development, QA, Pre-production, Load Test and Production. They all have triggers.
Box 2: The Internal Review stage
Reference:
https://docs.microsoft.com/en-us/azure/devops/pipelines/release/triggers

Question 430
Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements.
You are in the process of configuring the settings of a new Git repository in Azure Repos.
You want to ensure that pull requests in a branch allows for committed code to be compiled successfully prior to being merged.
Solution: You configure a check-in policy.
Does the solution meet the goal?



Reference:
https://docs.microsoft.com/en-us/azure/devops/repos/tfvc/add-check-policies