AZ-400 Exam Question 76

Which branching strategy should you recommend for the investment planning applications suite?
  • AZ-400 Exam Question 77

    You are designing a build pipeline in Azure Pipelines.
    The pipeline requires a self-hosted agent. The build pipeline will run once daily and will take 30 minutes to complete.
    You need to recommend a compute type for the agent. The solution must minimize costs.
    What should you recommend?
  • AZ-400 Exam Question 78

    You have a project in Azure DevOps that contains a release pipeline. The pipeline contains two stages named QA and Prod. QA deploys code to an Azure web app named webapp1. Prod deploys code to an Azure web app named webapp2.
    You need to ensure that code deployments to webapp2 are blocked if Azure Application Insights generates Failed requests alerts following the deployment of new code to webapp1.
    What should you do for each stage? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    AZ-400 Exam Question 79

    You are creating a container for an ASP.NET Core app.
    You need to create a Dockerfile file to build the image. The solution must ensure that the size of the image is minimized.
    How should you configure the file? To answer, drag the appropriate values to the correct targets. Each value must 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 80

    You have a GitHub organization that contains three users named User 1. User2. and User3. You have a project that contains a repository named repo1. You need to configure permissions for repo1. The solution must meet the following requirements:
    * Ensure that User 1 can actively push to repo1.
    * Ensure that Usef2 can manage issues and pull requests for repo1.
    * Ensure that User3 can manage repo1.
    * Prevent User3 from accessing sensitive data in repo1.
    Which role should you assign to each use?