Skip to content

Commit 5ff6682

Browse files
committed
quickstart updates
1 parent 925da02 commit 5ff6682

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: active-directory
1010
ms.subservice: develop
1111
ms.workload: identity
1212
ms.topic: quickstart
13-
ms.date: 02/05/2019
13+
ms.date: 03/12/2020
1414
ms.author: ryanwi
1515
ms.reviewer: jmprieur
1616
ms.custom: aaddev, identityplatformtop40, fasttrack-edit
@@ -69,6 +69,6 @@ To begin building apps that sign in social and local accounts, you'll need to cr
6969

7070
## Next steps
7171

72-
* Try a coding quickstart and begin authenticating users.
73-
* For more in-depth code samples, check out the **Tutorials** section of the documentation.
74-
* Want to deploy your app to the cloud? Check out [deploying containers to Azure](https://docs.microsoft.com/azure/index?pivot=products&panel=containers).
72+
* [Register an app](quickstart-register-app.md) and integrate with Microsoft identity platform.
73+
* Learn the [basics of authentication](authentication-scenarios.md).
74+
* See [How Azure subscriptions are associated with Azure Active Directory](../fundamentals/active-directory-how-subscriptions-associated-directory.md) for details on the relationship between subscriptions and an Azure AD tenant.

articles/active-directory/develop/quickstart-register-app.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.subservice: develop
1010
ms.topic: quickstart
1111
ms.workload: identity
12-
ms.date: 03/09/2020
12+
ms.date: 03/12/2020
1313
ms.author: ryanwi
1414
ms.custom: aaddev, identityplatformtop40
1515
ms.reviewer: aragra, lenalepa, sureshja
@@ -18,11 +18,14 @@ ms.reviewer: aragra, lenalepa, sureshja
1818

1919
# Quickstart: Register an application with the Microsoft identity platform
2020

21-
In this quickstart, you register an application using the **App registrations** experience in the Azure portal. Your app is integrated with the Microsoft identity platform. Enterprise developers and software-as-a-service (SaaS) providers can develop commercial cloud services or line-of-business applications that can be integrated with Microsoft identity platform. Integration provides secure sign-in and authorization for such services.
21+
In this quickstart, you register an application using the **App registrations** experience in the Azure portal.
22+
23+
Your app is integrated with the Microsoft identity platform by registering it with an Azure Active Directory tenant. Enterprise developers and software-as-a-service (SaaS) providers can develop commercial cloud services or line-of-business applications that can be integrated with Microsoft identity platform. Integration provides secure sign-in and authorization for such services.
2224

2325
## Prerequisites
2426

2527
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
28+
* An [Azure AD tentant](quickstart-create-new-tenant.md).
2629

2730
## Register a new application using the Azure portal
2831

@@ -56,9 +59,7 @@ Azure AD assigns a unique application, or client, ID to your app. The portal ope
5659

5760
## Next steps
5861

59-
Advance to the next article to learn how to access web APIs.
60-
> [!div class="nextstepaction"]
61-
> [Quickstart: Configure a client application to access web APIs](quickstart-configure-app-access-web-apis.md)
62+
* To access web APIs, see [Quickstart: Configure a client application to access web APIs](quickstart-configure-app-access-web-apis.md)
6263

6364
* To learn about the permissions, see [Permissions and consent in the Microsoft identity platform endpoint](v2-permissions-and-consent.md).
6465

0 commit comments

Comments
 (0)