Skip to content

Commit cbd3f36

Browse files
authored
Merge pull request #99176 from jelledruyts/jelledruyts-31827
Removed requirement to be global admin to create new AAD tenants
2 parents c58482a + da1afcb commit cbd3f36

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

articles/active-directory/develop/quickstart-create-new-tenant.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ ms.date: 02/05/2019
1414
ms.author: ryanwi
1515
ms.reviewer: jmprieur
1616
ms.custom: aaddev, identityplatformtop40
17+
ms.custom: fasttrack-edit
1718
#Customer intent: As an application developer, I need to create an Microsoft identity environment so I can use it to register applications.
1819
---
1920

@@ -54,7 +55,7 @@ If you don't have an existing tenant associated with your account, you'll see a
5455

5556
### Create a new Azure AD tenant
5657

57-
If you don't already have an Azure AD tenant or want to create a new one for development, follow the [directory creation experience](https://portal.azure.com/#create/Microsoft.AzureActiveDirectory). You will have to provide the following info to create your new tenant:
58+
If you don't already have an Azure AD tenant or want to create a new one for development, see the [quickstart](../fundamentals/active-directory-access-create-new-tenant.md) or simply follow the [directory creation experience](https://portal.azure.com/#create/Microsoft.AzureActiveDirectory). You will have to provide the following info to create your new tenant:
5859

5960
- **Organization name**
6061
- **Initial domain** - this will be part of *.onmicrosoft.com. You can customize the domain more later.

articles/active-directory/fundamentals/active-directory-access-create-new-tenant.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ms.date: 09/10/2018
1313
ms.author: ajburnle
1414
ms.custom: "it-pro, seodec18"
1515
ms.collection: M365-identity-device-management
16+
ms.custom: fasttrack-edit
1617
---
1718

1819
# Quickstart: Create a new tenant in Azure Active Directory
@@ -27,7 +28,7 @@ After you sign in to the Azure portal, you can create a new tenant for your orga
2728

2829
### To create a new tenant
2930

30-
1. Sign in to your organization's [Azure portal](https://portal.azure.com/) using a Global administrator account.
31+
1. Sign in to your organization's [Azure portal](https://portal.azure.com/).
3132

3233
1. From the Azure portal menu, select **Create a resource**.
3334

@@ -54,6 +55,7 @@ Your new tenant is created with the domain contoso.onmicrosoft.com.
5455
## Clean up resources
5556
If you’re not going to continue to use this application, you can delete the tenant using the following steps:
5657

58+
- Ensure that you are signed in to the directory that you want to delete through the **Directory + subscription** filter in the Azure Portal, and switching to the target directory if needed.
5759
- Select **Azure Active Directory**, and then on the **Contoso - Overview** page, select **Delete directory**.
5860

5961
The tenant and its associated information is deleted.

0 commit comments

Comments
 (0)