AZ-500 · Question #92
You have an Azure web app named webapp1. You need to configure continuous deployment for webapp1 by using an Azure Repo. What should you create first?
The correct answer is B. an Azure DevOps organizations. Explanation To configure continuous deployment for an Azure web app using an Azure Repo, you must first create an Azure DevOps organization, as Azure Repos is a source control service that lives within Azure DevOps - you cannot create or use an Azure Repo without an Azure…
Question
Options
- Aan Azure Application Insights service
- Ban Azure DevOps organizations
- Can Azure Storage account
- Dan Azure DevTest Labs lab
How the community answered
(30 responses)- B90% (27)
- C3% (1)
- D7% (2)
Explanation
Explanation
To configure continuous deployment for an Azure web app using an Azure Repo, you must first create an Azure DevOps organization, as Azure Repos is a source control service that lives within Azure DevOps - you cannot create or use an Azure Repo without an Azure DevOps organization to house it. Once the organization exists, you can create a project, set up the Repo, and then link it to webapp1 for continuous deployment through deployment pipelines.
Why the distractors are wrong:
- A (Application Insights) is a monitoring and telemetry service - it has no role in source control or deployment pipeline setup.
- C (Storage Account) is used for storing data/blobs/files and is unrelated to CI/CD configuration.
- D (DevTest Labs) is a service for managing development/test environments, not for setting up deployment pipelines.
Memory Tip: Think of Azure DevOps as the "container" - Azure Repos, Pipelines, and Boards all live inside it. You always build the container before putting anything inside it. No organization = No Repo = No deployment!
Topics
Community Discussion
No community discussion yet for this question.