You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/app-provisioning/export-import-provisioning-configuration.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,6 @@ ms.author: chmutali
19
19
ms.collection: M365-identity-device-management
20
20
---
21
21
# Export your provisioning configuration and roll back to a known good state
22
-
23
22
## Export and import your provisioning configuration from the Azure portal
24
23
25
24
### How can I export my provisioning configuration?
@@ -38,14 +37,14 @@ Exporting and saving your configuration allows you to roll back to a previous ve
38
37
## Export and import your provisioning configuration by using the Microsoft Graph API
39
38
You can use the Microsoft Graph API and the Microsoft Graph Explorer to export your User Provisioning attribute mappings and schema to a JSON file and import it back into Azure AD. You can also use the steps captured here to create a backup of your provisioning configuration.
40
39
41
-
###Step 1: Retrieve your Provisioning App Service Principal ID (Object ID)
40
+
## Step 1: Retrieve your Provisioning App Service Principal ID (Object ID)
42
41
43
-
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.
42
+
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.
44
43
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.
45
44
46
45

1. Click on the "Sign-In with Microsoft" button and sign-in using Azure AD Global Admin or App Admin credentials.
@@ -54,7 +53,7 @@ You can use the Microsoft Graph API and the Microsoft Graph Explorer to export y
54
53
55
54
1. Upon successful sign-in, you will see the user account details in the left-hand pane.
56
55
57
-
###Step 3: Retrieve the Provisioning Job ID of the Provisioning App
56
+
## Step 3: Retrieve the Provisioning Job ID of the Provisioning App
58
57
59
58
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).
60
59
@@ -76,7 +75,7 @@ In the Microsoft Graph Explorer, run the following GET query, replacing [service
76
75
77
76
Copy the JSON object from the response and save it to a file to create a backup of the schema.
78
77
79
-
###Step 5: Import the Provisioning Schema
78
+
## Step 5: Import the Provisioning Schema
80
79
81
80
> [!CAUTION]
82
81
> 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