Muokkaa

Jaa


Launch Visual Studio via Azure DevOps Services

Azure DevOps Services

When you first open Visual Studio 2022, you can sign in and connect to Azure DevOps Services.

If you're already signed in to Visual Studio 2019, see connect to Azure DevOps Services.

Once connected, you can store and share code in free, unlimited, private, cloud-based Git repositories or Team Foundation Version Control (TFVC). Use Agile tools for DevOps, continuous integration, and continuous delivery to organize and manage your work, which helps your team build frequently, test early, and ship faster.

To set up Visual Studio without Azure DevOps Services, see Install Visual Studio. To host your own server, install and set up Azure DevOps Server.

You can also use Azure DevOps Services with any IDE or code editor, like the following examples:

Prerequisites

Tools: Download and install Visual Studio. If you have a Visual Studio subscription that includes the Visual Studio IDE, get the version that's available with your subscription.

Set up Visual Studio 2022 for Azure DevOps Services

  1. Start Visual Studio, and then sign in to create your profile.

    This profile saves your settings and roams with you when you sign in to Visual Studio on any computer. Why else should I sign in? If you're a Visual Studio subscriber, use the sign in address for your subscription.

    Screenshot shows Visual Studio sign in prompt.

    Can't sign in?

  2. Enter your credentials.

  3. Add your Visual Studio profile details. You only need to do this action once.

    Screenshot shows Create your profile screen.

  4. Name your organization and confirm its location.

    Screenshot shows naming your organization and confirming its location.

    How can I create an organization later or change its location?

  5. Create your first project to store your code, work items, backlog, builds, tests, and other assets. Name your project, select a process to organize your work, and choose a version control to manage your code.

    Screenshot shows creating new project.

    Not sure which to choose? Learn which process and version control, Git or TFVC, work best for you.

  6. If you're a new Visual Studio user, you can change your settings anytime in Visual Studio options.

    Screenshot shows option to change settings.

    These changes get saved with your profile and your settings roam with you wherever you sign in.

  7. To view your new organization, sign in to https://dev.azure.com/{Your_Organization}.

Next steps