Welcome, Azure DevOps
Microsoft has changed the name of VSTS to Azure DevOps. Learn about the newest features and how to start using Azure DevOps.
Join the DZone community and get the full member experience.
Join For Freeyesterday, microsoft announced a change in naming for vsts, now branded as azure devops. you can read most of the details in this blog post and if you are using vsts right now you will not have a big impact in the future. even if this is just a rebranding of the service, there are a couple of suggestion i'd like to give you to have a smoother transition.
visual studio team services was rebranded in azure devops, this will not impact your existing vsts projects, but it is wise to start planning for a smooth transition.
first of all, if you still don't use the new navigation, i strongly suggest enabling it, because it will become the default navigation in the future, and it is best to gain familiarity with it before it becomes the only ui available.
enabling the new navigation for the account.
the nice aspect is that you can enable new navigation only for your account, then enable it for all accounts in the instance. this will make the transition smoother, as you can find key members of your teams who want to try new features, let them explore it, and after some time, let everyone use the new interface, knowing that at least some core members of the team are used to it. planning for a smooth transition instead of having big bang day when everyone can only use the new ui is a wise approach.
another suggestion is starting to use the new links right now. if your account is https://nablasoft.visualstudio.com , your new uri will be https://dev.azure.com/nablasoft and it is already available for all of your accounts. you can expect that the old uri will work for a really long time, but it is better starting to use the new uri as soon as possible, to avoid having the link in the old format that may cease to work some time from now.
changing the url of origin to adapt to the new uri of azure devops repositories.
another part of the service that is affected by the change of uri is the remote address of git repositories. microsoft assures that the old url will remain valid for a long time, but it is good to spend a minute updating remotes so you will never worry that someday in the future, the remotes' uri could break.
updating ggit remote address is a good practice to immediately start using the new and official link.
thanks to git, the only thing you need to do is grab the new link using the new ui, and use the command
git remote set-url origin newlink
to update the uri of the remote to the new one, and you can continue work as ever (the first time, you will be prompted by a login because you've never authenticated git to the dev.azure.com domain).
happy
vsts
azure devops!
Published at DZone with permission of Ricci Gian Maria, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments