AZ-400 · Question #202
Hotspot Question You company uses Azure DevOps to deploy infrastructures to Azure. Pipelines are developed by using YAML. You execute a pipeline and receive the results in the web portal for Azure Pip
The correct answer is Branch lifetime is Short-lived = Yes; Branch type is Feature = Yes. Based on the Azure Pipelines exhibit, the branch shown is a short-lived feature branch. Feature branches in Azure DevOps/Git branching strategies (such as GitHub Flow or GitFlow) are by definition short-lived, as they are created for a specific feature or task and merged back int
Question
Exhibits
Answer Area
- Branch lifetime is Short-livedYes
- Branch type is FeatureYes
Explanation
Based on the Azure Pipelines exhibit, the branch shown is a short-lived feature branch. Feature branches in Azure DevOps/Git branching strategies (such as GitHub Flow or GitFlow) are by definition short-lived, as they are created for a specific feature or task and merged back into the main branch once complete. The pipeline results confirm this is a feature branch (typically prefixed with 'feature/'), which aligns with standard branching conventions where feature branches have a short lifetime compared to long-lived branches like main, develop, or release branches.
Topics
Community Discussion
No community discussion yet for this question.



