What should you do?
HOTSPOT You have an Azure DevOps project that contains a build pipeline. The build pipeline uses approximately 50 open source libraries. You need to ensure that the project can be scanned for known security vulnerabilities in the open source libraries. What should you do? To answer, select the appropriate options...
What should you do first?
You need to implement Project4. What should you do first?A . Add the FROM instruction in the Dockerfile file. B. Add a Copy and Publish Build Artifacts task to the build pipeline. C. Add a Docker task to the build pipeline. D. Add the MAINTAINER instruction in the Dockerfile file.View...
CORRECT TEXT
CORRECT TEXT You have a web app that connects to an Azure SQL Database named db1. You need to configure db1 to send Query Store runtime statistics to Azure Log Analytics. To complete this task, sign in to the Microsoft Azure portal.View AnswerAnswer: To enable streaming of diagnostic telemetry for...
What should you do first?
You need to configure GitHub to use Azure Active Directory (Azure AD) for authentication. What should you do first?A . Create a conditional access policy in Azure AD. B. Modify the Security settings of the GitHub organization. C. Create an Azure Active Directory B2C (Azure AD B2C) tenant. D. Register...
Which three actions should you perform in sequence?
DRAG DROP You need to configure authentication for App1. The solution must support the planned changes. Which three actions should you perform in sequence? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order. View AnswerAnswer: Explanation: Graphical user...
What should you use?
You need to perform the GitHub code migration. The solution must support the planned changes for the DevOps environment. What should you use?A . git clone B. GitHub Importer C. Import repository in Azure Repos D. git-tfsView AnswerAnswer: A Explanation: Woodgrove Bank plans to implement the following changes to 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-AzureRmAutomationScheduledRunbook C. Add the AllowModuleOverwrite parameter. D. Add the DefaultProfile parameter.View AnswerAnswer: A Explanation: Change the ConfigurationMode parameter from ApplyOnly to ApplyAndAutocorrect....
In which order should you arrange the query statements?
DRAG DROP You have app named App1. You have a Log Analytics workspace named Workspace1 that contains two tables named Events and Logs. App1 manage events in multiple locations and writes logs to Workspace1. You need to query Workspace1 for all log entries related to Asia that occurred during the...
What should you implement?
You have Azure Pipelines and GitHub integrated as a source code repository. The build pipeline has continuous integration enabled. You plan to trigger an automated build whenever code changes are committed to the repository. You need to ensure that the system will wait until a build completes before queuing another...
What should you recommend?
You have a GitHub repository. You create a new repository in Azure DevOps. You need to recommend a procedure to clone the repository from GitHub to Azure DevOps. What should you recommend?A . Create a webhook. B. Create a service connection for GitHub. C. From Import a Git repository, click...