Skip to main content

Introduction to Team Foundation Service ( TFS build in the cloud!) Part 1

 

 

Team Foundation Service is a cloud offering of Team Foundation Server (TFS) by the Microsoft, now with the release of Team Foundation Service cloud offering, no need to worry about hosting and configuring your Team Foundation Server on your premises, it has all the capabilities which is provided by the TFS. ( Team foundation Service is free for some duration , please check Team Foundation Service link for more details)

 

This is really great for the teams which are working on multiple geo locations. Earlier setting up TFS for multiple geo location was very tedious and very time consuming. Those who are working in big companies knows the pain which they need to go through to get the approvals for opening port, setting up the environment, explanation which they need to provide if they want to have more number of server etc. etc.

 

Since this is completely cloud offering, all characteristics of cloud computing are applicable to the Team Foundation Service cloud offering such as ‘on demand’,’scalability’….

 

1. Login to https://tfs.visualstudio.com/ with your live id

2. Click on ‘Create a free account now’ hyperlink

image

3.Provide the Account URL information which will be used to connect to Team Foundation Service using Team Explorer using Visual Studio

image

4.You are done with creating your free Team Foundation Service account in the cloud and following is your Team Foundation Web Portal

image

5.Now lets connect to Team Foundation Service using Visual Studio. Go to Visual Studio, select Connect to Team Foundation Server from Team menu or from Team Explorer.

image

6. Click on ‘Servers’ button from the below window

image

7. Click on Add button which will open Add Team Foundation Server window, enter  the URL which you have created at step 3 and click on Ok button which will connect to Team Foundation Service on the cloud. ( for me its https://mycompany.visualstudio.com/)

image

8.First time user need to sign in with live id to connect with Team Foundation Service.

image

 

Now you are connected with Team Foundation Service.(I don’t want here to give user manual kind of details such as click on Ok button, use close button. The procedure to connect Team Foundation Service cloud offering is similar like TFS. I have skipped some of the screen shots to shorten this blog)

Comments

Popular posts from this blog

Team Foundation Server

Team Foundation Server Being in a software industry and specially those who are closely working with Microsoft technology no need to explain what is Team Foundation Sever (TFS). Let me explain in brief what is Team Foundation Server (TFS) and the advantages associated. Team Foundation Server is a source control, project management tool, bug tracking tool, change management, build automation and so on … TFS has number of inbuilt functionalities if used in a proper way leads to a project success. TFS enables organizations to manage applications throughout the IT lifecycle. Source Control Most of the organization uses Visual Source Safe (VSS) as a source control, TFS is an advanced source control which allows user to manage work items in a systematic way, and e.g., TFS administrator can set a policy while performing check-in and check-out operations. Following screen shot shows the policy warning if it’s not been satisfied. TFS can be integrated with Visual Studio;...

Installing Visual Studio 2012 with Update 2 CTP4

  Brian Harry has announced release of Visual Studio 2012 Update 2 CTP4 , this release contains significant improvements compared with other 3 releases and this is the final CTP release.  This weekend I have decided to refresh my environment with this latest Visual Studio 2012 Update 2 CTP4 release. Before I start, let me give some details on what’s new in Visual Studio 2012 Update 2 CTP4. Backup and restore Power Tool Preserve Configuration on Upgrade Servicing in High Availability SQL Environments (SQL Always On) Customizable kanban columns Visual Studio Git Extension You can complete details of new features here , you can download Visual Studio 2012 Update CTP4 from here http://go.microsoft.com/fwlink/?LinkId=273878 . My development environment setup (Note :this is my personal development environment setup and does not guarantee security or other features ) Application Tier : Windows Server 2012 Data Center Build 9200 Build Controller And Agent : Windows Serve...

Visual Studio 2010 and Dot Net Framework 4.0

Visual Studio 2010 and Dot Net Framework 4.0 This is continuation of my series on Dot Net Framework 4.0, Dublin, Visual Studio 2010… On 29th Sep 2008 Microsoft announced release of Visual Studio 2010 and the Framework 4.0, the main aim behind release of these products is to target new trends such as cloud computing , SOA, application life cycle management etc. The Visual Studio Team System 2010 is code named as “ Rosaria ”, complete details about the product is not yet released by the Microsoft, we can expect lots of new information about Visual Studio 2010 and Dot Net Framework 4.0 in coming days. One of the cool features of Visual Studio 2010 is the support for cloud development with Windows Azur tool for Visual Studio 2010. Windows Azur is the new cloud service, Windows Azur allows developer with on demand compute and storage to host web application on the internet through Microsoft data center. (I will explain Windows Azur in my forthcoming blog). There are lots of changes compare...