Azure Analysis Services/Azure DevOps

James H. Robinson 161 Reputation points
2020-08-18T16:19:01.013+00:00

Does every new Azure Analysis Services model require a new Azure DevOps repo?

Also does every modification to an existing AAS model require a new branch to the ADO repo?

Azure Analysis Services
Azure Analysis Services
An Azure service that provides an enterprise-grade analytics engine.
442 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. HarithaMaddi-MSFT 10,136 Reputation points
    2020-08-19T07:10:10.88+00:00

    Hi @James H. Robinson ,

    Welcome to Microsoft Q&A Platform.

    Azure DevOps is not mandatory but is strongly recommended as it allows to automate deployments. Branching in Azure DevOps helps in better management and control of pushing all the changes to the final branch. Its not mandatory to create a new branch, Usually branching policy is followed to review changes (Once Dev branch is completely tested and approved, changes can be merged to Test Branch and to subsequent branches later). This also helps in isolating UAT code, Development Code and Production Code in separate branches. This documentation covers Azure Analysis services model creation and deployment for beginners.

    You can ask the experts in the dedicated Azure DevOps forum over here:
    https://developercommunity.visualstudio.com/spaces/21/index.html