Skip to content

Commit 5d5ebd1

Browse files
Update export-import-provisioning-configuration.md
1 parent fc0ddba commit 5d5ebd1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/active-directory/app-provisioning/export-import-provisioning-configuration.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 'Export your provisioning configuration and roll back to a known good state for disaster recovery.| Microsoft Docs'
3-
description: Learn how to export your provisioning configuration and roll back to a known good state for disaster recovery.
2+
title: 'Export or import your provisioning configuration by using the Microsoft Graph API | Microsoft Docs'
3+
description: Learn how to export and import provisioning configuration using the Microsoft Graph API.
44
services: active-directory
55
author: cmmdesai
66
documentationcenter: na
@@ -13,7 +13,7 @@ ms.devlang: na
1313
ms.topic: article
1414
ms.tgt_pltfrm: na
1515
ms.workload: identity
16-
ms.date: 03/19/2020
16+
ms.date: 09/09/2019
1717
ms.author: chmutali
1818

1919
ms.collection: M365-identity-device-management
@@ -22,14 +22,14 @@ ms.collection: M365-identity-device-management
2222

2323
## Export and import your provisioning configuration from the Azure portal
2424

25-
### Step 1: Retrieve your Provisioning App Service Principal ID (Object ID)
25+
## Step 1: Retrieve your Provisioning App Service Principal ID (Object ID)
2626

27-
1. Launch the [Azure portal](https://portal.azure.com), and navigate to the Properties section of your provisioning application. For example, if you want to export your *Workday to AD User Provisioning application* mapping navigate to the Properties section of that app.
27+
1. Launch the [Azure portal](https://portal.azure.com), and navigate to the Properties section of your provisioning application. For e.g. if you want to export your *Workday to AD User Provisioning application* mapping navigate to the Properties section of that app.
2828
1. In the Properties section of your provisioning app, copy the GUID value associated with the *Object ID* field. This value is also called the **ServicePrincipalId** of your App and it will be used in Microsoft Graph Explorer operations.
2929

3030
![Workday App Service Principal ID](./media/export-import-provisioning-configuration/wd_export_01.png)
3131

32-
### Step 2: Sign into Microsoft Graph Explorer
32+
## Step 2: Sign into Microsoft Graph Explorer
3333

3434
1. Launch [Microsoft Graph Explorer](https://developer.microsoft.com/graph/graph-explorer)
3535
1. Click on the "Sign-In with Microsoft" button and sign-in using Azure AD Global Admin or App Admin credentials.
@@ -38,7 +38,7 @@ ms.collection: M365-identity-device-management
3838

3939
1. Upon successful sign-in, you will see the user account details in the left-hand pane.
4040

41-
### Step 3: Retrieve the Provisioning Job ID of the Provisioning App
41+
## Step 3: Retrieve the Provisioning Job ID of the Provisioning App
4242

4343
In the Microsoft Graph Explorer, run the following GET query replacing [servicePrincipalId] with the **ServicePrincipalId** extracted from the [Step 1](#step-1-retrieve-your-provisioning-app-service-principal-id-object-id).
4444

@@ -50,7 +50,7 @@ You will get a response as shown below. Copy the "id attribute" present in the r
5050

5151
[![Provisioning Job ID](./media/export-import-provisioning-configuration/wd_export_03.png)](./media/export-import-provisioning-configuration/wd_export_03.png#lightbox)
5252

53-
### Step 4: Download the Provisioning Schema
53+
## Step 4: Download the Provisioning Schema
5454

5555
In the Microsoft Graph Explorer, run the following GET query, replacing [servicePrincipalId] and [ProvisioningJobId] with the ServicePrincipalId and the ProvisioningJobId retrieved in the previous steps.
5656

@@ -60,7 +60,7 @@ In the Microsoft Graph Explorer, run the following GET query, replacing [service
6060

6161
Copy the JSON object from the response and save it to a file to create a backup of the schema.
6262

63-
### Step 5: Import the Provisioning Schema
63+
## Step 5: Import the Provisioning Schema
6464

6565
> [!CAUTION]
6666
> Perform this step only if you need to modify the schema for configuration that cannot be changed using the Azure portal or if you need to restore the configuration from a previously backed up file with valid and working schema.

0 commit comments

Comments
 (0)