nerdexam
Microsoft

AZ-800 · Question #154

You have an Azure subscription. The subscription contains a virtual machine named VM1 that runs Windows Server. You build an app named App1. You need to configure continuous integration and…

The correct answer is B. an Azure DevOps organization. Azure DevOps is Microsoft's platform for CI/CD pipelines. Before you can create any pipelines, agents, or deployment targets, you must first create an Azure DevOps organization - it is the top-level container for projects, repos, pipelines, and artifacts. Once the organization…

Manage Windows Servers and workloads in a hybrid environment

Question

You have an Azure subscription. The subscription contains a virtual machine named VM1 that runs Windows Server. You build an app named App1. You need to configure continuous integration and continuous deployment (CI/CD) of App1 to VM1. What should you create first?

Options

  • Aan App Service Environment
  • Ban Azure DevOps organization
  • Ca managed identity
  • Dan Azure Automation account

How the community answered

(31 responses)
  • A
    3% (1)
  • B
    90% (28)
  • C
    6% (2)

Explanation

Azure DevOps is Microsoft's platform for CI/CD pipelines. Before you can create any pipelines, agents, or deployment targets, you must first create an Azure DevOps organization - it is the top-level container for projects, repos, pipelines, and artifacts. Once the organization exists, you create a project, then a pipeline that deploys App1 to VM1 (typically using a self-hosted agent installed on VM1 or deployment groups). An App Service Environment is for hosting App Service apps, not VMs. A managed identity is an authentication mechanism, not a CI/CD prerequisite. An Azure Automation account is for runbooks and DSC, not application deployment pipelines.

Topics

#CI/CD#Azure DevOps#Application Deployment#Windows Server

Community Discussion

No community discussion yet for this question.

Full AZ-800 Practice