Jaquez
Jaquez

Reputation: 920

Set/Change Default Organization in Azure DevOps

I had an existing organization on Azure DevOps (say, org1) to host my main projects and I recently added another organization (say, org2) to host projects I work on for a non-profit where I volunteer.

After creating org2, whenever I log into Azure DevOps or access https://dev.azure.com, it redirects me to https://dev.azure.com/org2 instead of https://dev.azure.com/org1 as it did before I created the new organization. Unfortunately, I access org1 much more frequently so this is a silly inconvenience.

How can I set or change the default organization so that my default page is https://dev.azure.com/org1 again?

Upvotes: 5

Views: 1387

Answers (2)

BernieD
BernieD

Reputation: 11

You can put the the name of the organization on the end of the URL and it will take you straight to the desired organization. You can then save it as a shortcut. E.g.,

https://dev.azure.com/org1 

Upvotes: 1

Janusz Nowak
Janusz Nowak

Reputation: 2848

There is not setting for that at this time. You can work around this issue by installing browser extension that will all way's redirect you to https://dev.azure.com/org1 if you type only https://dev.azure.com

Like this was suggested here to have allways MSDN in eng How to set MSDN to be always in English

Upvotes: 4

Related Questions