0

My Dev team has created an Azure DevOPS on their own personal account and want to move it to our centralized Azure Tenant. I have access to the the Azure Tenant where I wish to host the devops. note I have visualstudio.com and dev.azure.com and not sure which one to use. currently there are no DEVOPS showing in our Azure Portal and this is where I would like to move everything to to have centralized controls. any help would be appreciated.

1 Answers1

1

Azure DevOps and Azure are two separate products, you don't manage Azure Devops through the Azure portal. You can link your Azure DevOps organisation to your Azure AD for authentication however.

To create an Azure DevOps organisation you can follow this article.

Once you have an organisation, unfortunately moving a project from one organisation to another is not an easy thing. There is not a simple migration tool, you would need to look at importing any Git Repos and then migrating any working items using something like this.

Sam Cogan
  • 38,158
  • 6
  • 77
  • 113
  • Just to add, it is always possible to change Azure DevOps organization's AAD tenant and remap users for the new federation: https://docs.microsoft.com/en-us/azure/devops/organizations/accounts/change-azure-ad-connection?view=azure-devops – Ivan Ignatiev Jun 19 '20 at 14:18