AZ-400 Exam Question 241

SIMULATION
You need to ensure that Microsoft Visual Studio 2017 can remotely attach to an Azure Function named fa- 11566895.
To complete this task, sign in to the Microsoft Azure portal.

AZ-400 Exam Question 242

Hotspot Question
You have an Azure web app named Webapp1.
You need to use an Azure Monitor query to create a report that details the top 10 pages of Webapp1 that failed.
How should you complete the query? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

AZ-400 Exam Question 243

Drag and Drop Question
You need to deploy a new project in Azure DevOps that has the following requirements:
- The lead developer must be able to create repositories, manage permissions, manage policies, and contribute to the repository.
- Developers must be able to contribute to the repository and create branches, but NOT bypass policies when pushing builds.
- Project managers must only be able to view the repository.
- The principle of least privilege must be used.
You create a new Azure DevOps project team for each role.
To which Azure DevOps groups should you add each team? To answer, drag the appropriate groups to the correct teams. Each group may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

AZ-400 Exam Question 244

Drag and Drop Question
You have a GitHub repository named repo1 that stores the code of an app named App1.
You need deploy a workflow for repo1 by using GitHub Actions. The solution must meet the following requirements:
- Scan on pushes to the main branch.
- Scan on pull requests to the main branch.
- Scan on pull requests to any branch that has a prefix of releases/.
- Scan all the files in the subdirectories of the src directory.
- Exclude scanning of markdown files.
How should you complete the code? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

AZ-400 Exam Question 245

You plan to create a GitHub workflow that will use GitHub Actions. The actions will require a 256- KB secret.
You need to recommend a solution to store and encrypt the secret. The secret value must be accessible only to the workflow. The solution must minimize administrative effort What should you recommend?