Skip to content

Latest commit

 

History

History
70 lines (46 loc) · 3.22 KB

File metadata and controls

70 lines (46 loc) · 3.22 KB
title Create an organization
titleSuffix Azure DevOps
description Learn how to create an organization or project collection with a personal Microsoft account, GitHub account, or work or school account.
ms.subservice azure-devops-organizations
ms.assetid e2eacd25-e6be-4294-b1da-5529195f30d0
ms.topic how-to
ms.author chcomley
author chcomley
ms.date 10/23/2024
monikerRange <= azure-devops

Create an organization

[!INCLUDE version-lt-eq-azure-devops]

Use an organization to connect groups of related projects and help scale up your enterprise. You can use a personal Microsoft account, GitHub account, or a work or school account. Using your work or school account automatically connects your organization to your Microsoft Entra ID.

Note

All organizations must be manually created via the web portal. Automated creation of organizations is not supported. However, we do support automated organization configuration, project creation, and resource provisioning via the REST API.

Prerequisites

Category Requirements
Authentication Determine whether you want to use only Microsoft accounts or authenticate users with Microsoft Entra ID. For more information, see Choosing your organization administrator account type.
Planning Understand how to plan your organizational structure.

Create an organization

  1. Sign in to Azure DevOps.

  2. Select New organization.

    :::image type="content" source="../../media/select-new-organization.png" alt-text="Screenshot shows New organization button for selection.":::

  3. Enter the name for your organization, select its hosting geography, and then select Continue.

    [!INCLUDE organization-name-limitation]

    :::image type="content" source="../../media/name-your-organization.png" alt-text="Screenshot shows Creating an organization in Azure DevOps, highlighted Continue button.":::

    :::image type="content" source="../../media/taking-you-to-your-azure-devops-organization.png" alt-text="Screenshot shows temporary screen taking you to your organization notification.":::

    Congratulations, you're an organization owner!

Sign in to your organization at any time, https://dev.azure.com/{yourorganization}.

With your organization, the following aspects are included in the free tier:

[!INCLUDE free-tier]

Next steps

[!div class="nextstepaction"] Create a project

Related articles