AZ-400 Exam Question 71

You have an Azure subscription that contains a storage account named storage1.
You are building an app named App1 that will read blobs stored in storage1 and perform actions based on the contents of the blobs. App1 must be triggered each time a new blob is written to storage.
You need to recommend a container solution for App1. The solution must minimize administrative effort.
What should you include in the recommendation?
  • AZ-400 Exam Question 72

    Drag and Drop Question
    You have an Azure Kubernetes Service (AKS) cluster.
    You need to deploy an application to the cluster by using Azure DevOps.
    Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

    AZ-400 Exam Question 73

    Drag and Drop Question
    You have a GitHub repository.
    You need to configure Dependabot dependency scanning. The solution must meet the following requirements:
    - Automatically open a pull request to resolve an alert.
    - Automatically open a pull request when a dependency is updated.
    What should you enable for each requirement? To answer, drag the appropriate features to the correct requirements. Each feature 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 74

    Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
    After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
    You have an Azure DevOps project.
    Your build process creates several artifacts.
    You need to deploy the artifacts to on-premises servers.
    Solution: You deploy a Kubernetes cluster on-premises. You deploy a Helm agent to the cluster.
    You add a Download Build Artifacts task to the deployment pipeline.
    Does this meet the goal?
  • AZ-400 Exam Question 75

    You have an infrastructure as code (IaC) solution that is managed by using Bicep files and Azure Pipelines.
    You need to ensure that pipeline actions that significantly affect the existing infrastructure are reviewed before they are run.
    What should you configure?