Skip to content

Commit 4064e54

Browse files
authored
Merge pull request #203690 from MicrosoftDocs/main
Merge default branch to live Sunday 4:00 PM
2 parents b30b343 + 467ad7e commit 4064e54

9 files changed

+304
-241
lines changed

articles/active-directory/verifiable-credentials/credential-design.md

Lines changed: 46 additions & 44 deletions
Large diffs are not rendered by default.
Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: How to create a free Azure Active Directory developer tenant
3-
description: This article shows you how to create a developer account
2+
title: Create a free Azure Active Directory developer tenant
3+
description: This article shows you how to create a developer account.
44
services: active-directory
55
author: barclayn
66
manager: rkarlin
@@ -9,45 +9,46 @@ ms.subservice: verifiable-credentials
99
ms.topic: how-to
1010
ms.date: 04/01/2021
1111
ms.author: barclayn
12-
# Customer intent: As a developer I am looking to create a developer Azure Active Directory account so I can participate in the Preview with a P2 license.
12+
# Customer intent: As a developer, I want to learn how to create a developer Azure Active Directory account so I can participate in the preview with a P2 license.
1313
---
1414

1515
# Microsoft Entra Verified ID developer information
1616

1717
[!INCLUDE [Verifiable Credentials announcement](../../../includes/verifiable-credentials-brand.md)]
1818

1919
> [!IMPORTANT]
20-
> Microsoft Entra verified ID is currently in public preview.
21-
> This preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
20+
> Microsoft Entra Verified ID is currently in preview. This preview version is provided without a service-level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
2221
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
2322
2423
> [!NOTE]
25-
> The requirement of an Azure AD P2 license was removed in early May 2002. Azure AD Free tier is now supported.
24+
> The requirement of an Azure Active Directory (Azure AD) P2 license was removed in early May 2001. The Azure AD Free tier is now supported.
2625
27-
## Creating an Azure AD tenant for development
26+
## Create an Azure AD tenant for development
2827

29-
There are two easy ways to create a free Azure Active Directory so you can onboard the Verifiable Credential service and test issuing and verifying Verifiable Credentials:
28+
With a free Azure Active Directory account, you can onboard the verifiable credential service and test issuing and verifying verifiable credentials. Create a free account in either of two ways:
3029

31-
- [Join](https://aka.ms/o365devprogram) the free Microsoft 365 Developer Program and get a free sandbox, tools, and other resources like an Azure Active Directory with P2 licenses. Configured Users, Groups, mailboxes etc.
32-
- Create a new [tenant](../develop/quickstart-create-new-tenant.md) and activate a [free trial](https://azure.microsoft.com/trial/get-started-active-directory/) of Azure AD Premium P1 or P2 in your new tenant.
30+
- [Join the free Microsoft 365 Developer Program](https://aka.ms/o365devprogram), and get a free sandbox, tools, and other resources (for example, an Azure AD account with P2 licenses, configured users, groups, and mailboxes).
31+
- [Create a new tenant](../develop/quickstart-create-new-tenant.md) and [activate a free trial of Azure AD Premium P1 or P2](https://azure.microsoft.com/trial/get-started-active-directory/) in your new tenant.
3332

3433
If you decide to sign up for the free Microsoft 365 developer program, you need to follow a few easy steps:
3534

36-
1. Click on the **Join Now** button on the screen.
35+
1. On the [Join the free Microsoft 365 Developer Program](https://aka.ms/o365devprogram) page, select **Join now**.
3736

38-
2. Sign in with a new Microsoft Account or use an existing (work) account you already have.
37+
1. Sign in with a new Microsoft account or use an existing (work) account.
3938

40-
3. On the sign-up page select your region, enter a company name and accept the terms and conditions of the program before you click **Next**.
39+
1. On the sign-up page, select your region, enter a company name, and accept the terms and conditions of the program.
4140

42-
4. Click on **set up subscription**. Specify the region where you want to create your new tenant, create a username, domain, and enter a password. This will create a new tenant and the first administrator of the tenant.
41+
1. Select **Next**.
4342

44-
5. Enter the security information needed to protect the administrator account of your new tenant. This will setup MFA authentication for the account.
43+
1. Select **Set up subscription**. Specify the region where you want to create your new tenant, create a username, domain, and enter a password. This creates a new tenant and the first administrator of the tenant.
4544

45+
1. Enter the security information needed to protect the administrator account of your new tenant. This sets up multifactor authentication for the account.
4646

47-
At this point, you have created a tenant with 25 E5 user licenses. The E5 licenses include Azure AD P2 licenses. Optionally, you can add sample data packs with users, groups, mail, and SharePoint to help you test in your development environment. For the Verifiable Credential Issuing service, they are not required.
4847

49-
For your convenience, you could add your own work account as [guest](../external-identities/b2b-quickstart-add-guest-users-portal.md) in the newly created tenant and use that account to administer the tenant. If you want the guest account to be able to manage the Verifiable Credential Service you need to assign the role 'Global Administrator' to that user.
48+
At this point, you've created a tenant with 25 E5 user licenses. The E5 licenses include Azure AD P2 licenses. Optionally, you can add sample data packs with users, groups, mail, and SharePoint to help you test in your development environment. For the verifiable credential issuing service, they're not required.
49+
50+
For your convenience, you could add your own work account as [guest](../external-identities/b2b-quickstart-add-guest-users-portal.md) in the newly created tenant and use that account to administer the tenant. If you want the guest account to be able to manage the verifiable credential service, you need to assign the *Global Administrator* role to that user.
5051

5152
## Next steps
5253

53-
Now that you have a developer account you can try our [first tutorial](get-started-verifiable-credentials.md) to learn more about verifiable credentials.
54+
Now that you have a developer account, try our [first tutorial](get-started-verifiable-credentials.md) to learn more about verifiable credentials.

0 commit comments

Comments
 (0)