| Exam Name: | Microsoft Azure DevOps Solutions | ||
| Exam Code: | AZ-400 Dumps | ||
| Vendor: | Microsoft | Certification: | Microsoft Azure |
| Questions: | 628 Q&A's | Shared By: | jensen |
You have several apps that use an Azure SQLDatabase named db1.
You need to ensure that queries to db1 are tuned by Azure over time. The solution must only apply to db1.
To complete this task, sign in to the Microsoft Azure portal.
You have a project in Azure DevOps that contains a pipeline named Pipeline1 and two teams named Team! and Team2.
You need to ensure that only the members of Team1 can update the passwords used in Pipeline1. The solution must meet the following requirements:
• Prevent the members of Team2 from viewing the passwords.
• Minimize administrative effort.
What should you use to store the passwords?
You have an Azure DevOps project named Project1 that uses an Azure Pipelines pipeline to build, test, and deploy an app named Appl.
You have a credential named credl.
You need to ensure that credl can be used to deploy builds of Appl to production The solution must ensure that credl is available for use only by specific users and pipelines in Project 1.
What should you do?
You use GitHub Enterprise to manage source code and deployments.
From GitHub Actions, you create a reusable workflow named workflow 1.
You need to ensure that the secrets defined in the calling workflow are passed to workflow1.
What should you include in the YAML file for the calling workflow?