Log in to Visual Studio with an organization account instead of a Microsoft account

Currently, you can use Team Visual Studio Services from Microsoft Azure with an organization account without having to have a Microsoft account. This is a nice feature and we use it in our organization. However, it seems that we cannot activate / use the "Login" button to the visual studio button and enter the "Organization" account, since only the invitation to the Microsoft account is displayed.

Is it possible, and if so, how to log in / log in / activate the working program of Visual Studio 2013 with an Azure organization account instead of a Microsoft account?

+1
source share
3 answers

Now you can log into the Visual Studio client / environment with Microsoft accounts or work / school accounts (formerly organization accounts). Previously, you could only log in to the Visual Studio client with a Microsoft account.

Setting up Visual Studio with Team Services

+1
source

Visual Studio Team Services is a great service from the VIsual Studio desktop.

From today I do not know about the possibility of logging on to Visual Studio Desktop with OrgID. However, you will absolutely have no problem logging into your Team Services using OrgID and using Team services from the Visual Studio Desktop IDE.

And last but not least: Logging into the Visual Studio IDE provides a service that is completely different and has nothing to do with Team Services.

Only one of all the features that Visual Studio Login provides is to automatically subscribe to your Team Services account. But if your Team Services account is OrgId, you will have to use OrgId when accessing Team projects. It. There are no restrictions on access to team projects.

UPDATE

Almost two years after the initial response, you can now log in to Visual Studio Team Services using organizational accounts. Check out more here .

+2
source

I have not tested it myself, but you must do it. You just need to slip through a few hoops to do this.

Here is an excerpt from the MSDN FAQ :

Q. Can I use an organizational account with an MSDN subscription?
You must use a Microsoft account to activate your MSDN subscription, but then you can associate your benefits with your organization account through the My Account portal. In this way, you can take advantage of Visual Studio Team Services accounts that have been created or configured using Azure Active Directory to support organizational accounts. You get the same level of benefits if you use an organizational account or a Microsoft account.

Frequently asked questions also explain that this is actually useful as it reduces the risk to the business. The reason is that the business controls the assets created by the organizational account, and as I understand it, it’s easier for the business to transfer the benefits of MSDN to another account when using company accounts.

+1
source

Source: https://habr.com/ru/post/1206567/


All Articles