Changing Organization name in Azure DevOps - what happens to the URL?

Anders Honoré 1 Reputation point
2022-10-26T11:37:08.757+00:00

We've recently changed our company name. And would like to change it in DevOps to reflect this.

I am concerned however, that we have pipelines, connectors and code that references the existing https://OldCompanyName.visualstudio.com/ url.

What happens to this if I simply change the organization name in DevOps? Does it change to https://NewCompanyName.visualstudio.com/ ?

There is also the option of changing to https://dev.azure.com/NewCompanyName/

In either case, what happens to the legacy url that we've been using?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,149 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2022-10-26T12:56:44.823+00:00

    Devops / TFS is not currently supported here on Q&A. The product group for Azure DevOps / TFS actively monitors questions over at
    https://developercommunity.visualstudio.com/report?space=21&entry=problem
    https://developercommunity.visualstudio.com/report?space=22&entry=problem
    https://azure.microsoft.com/en-in/support/devops/

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    0 comments No comments

  2. Michael Taylor 54,316 Reputation points
    2022-10-26T14:49:37.087+00:00

    If you change the organization name then all the URLs will be broken that you coded to the old name. You have to fix them. Note that you should be using https://dev.azure.com/<org>/<project> already as a URL. The old URL was deprecated years ago and I'm surprised it is still working. You'll need to switch anyway.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.