How should you complete the command?
HOTSPOT You have an Azure virtual machine named VM1 that runs Linux. You plan to deploy the Desired State Configuration (DSC) extension to VM1. You need to grant the Log Analytics agent the appropriate directory permissions. How should you complete the command? To answer, select the appropriate options in the...
To resolve the current technical issue, what should you do to the Register-AzureRmAutomationDscNode command?
To resolve the current technical issue, what should you do to the Register-AzureRmAutomationDscNode command?A . Change the value of the ConfigurationMode parameter.B . Replace the Register-AzureRmAutomationDscNode cmdlet with Register-AzureRmAutomationScheduledRunbookC . Add the AllowModuleOverwrite parameter.D . Add the DefaultProfile parameter.View AnswerAnswer: A Explanation: Change the ConfigurationMode parameter from ApplyOnly to ApplyAndAutocorrect....
What should you recommend?
During a code review, you discover many quality issues. Many modules contain unused variables and empty catch Modes. You need to recommend a solution to improve the quality o' the code . What should you recommend?A . In a Gradle build task, select Run Checkstyle.B . In an Xcode build...
Which git commit parameter should you use?
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...
• Enable Team 2 to work independently on changes to a copy of Project?
Topic 2, Contoso Case Study: 2 Overview Existing Environment Contoso, Ltd. is a manufacturing company that has a main office in Chicago. Contoso plans to improve its IT development and operations processes by implementing Azure DevOps principles. Contoso has an Azure subscription and creates an Azure DevOps organization. The Azure...
How should you configure the filters for the Project5 trigger?
HOTSPOT How should you configure the filters for the Project5 trigger? To answer, select the appropriate option in the answer area. NOTE: Each correct selection is worth one point. View AnswerAnswer: Explanation: Scenario: References: https://docs.microsoft.com/en-us/azure/devops/pipelines/build/triggers
What should you use?
You are designing the security validation strategy for a project in Azure DevOps. You need to identify package dependencies that have known security issues and can be resolved by an update. What should you use?A . Octopus DeployB . JenkinsC . GradleD . SonarQubeView AnswerAnswer: D Explanation: With enterprise level...
CORRECT TEXT
CORRECT TEXT You plane to store signed images in an Azure Container Registry instance named az4009940427acr1. You need to modify the SKU for az4009940427acr1 to support the planned images. The solution must minimize costs. To complete this task, sign in to the Microsoft Azure portal.View AnswerAnswer:
Which policy type should you configure for each requirement?
DRAG DROP You are configuring the settings of a new Git repository in Azure Repos. You need to ensure that pull requests in a branch meet the following criteria before they are merged: ✑ Committed code must compile successfully. ✑ Pull requests must have a Quality Gate status of Passed...
What should you do first?
You have a private GitHub repository. You need to display the commit status of the repository on Azure Boards. What should you do first?A . Create a GitHub action in GitHub.B . Add the Azure Pipelines app to the GitHub repository.C . Configure multi-factor authentication (MFA) for your GitHub account.D...