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
## Export and import your provisioning configuration from the Azure portal
24
24
25
-
###Step 1: Retrieve your Provisioning App Service Principal ID (Object ID)
25
+
## Step 1: Retrieve your Provisioning App Service Principal ID (Object ID)
26
26
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.
28
28
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.
29
29
30
30

1. Upon successful sign-in, you will see the user account details in the left-hand pane.
40
40
41
-
###Step 3: Retrieve the Provisioning Job ID of the Provisioning App
41
+
## Step 3: Retrieve the Provisioning Job ID of the Provisioning App
42
42
43
43
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).
44
44
@@ -50,7 +50,7 @@ You will get a response as shown below. Copy the "id attribute" present in the r
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.
56
56
@@ -60,7 +60,7 @@ In the Microsoft Graph Explorer, run the following GET query, replacing [service
60
60
61
61
Copy the JSON object from the response and save it to a file to create a backup of the schema.
62
62
63
-
###Step 5: Import the Provisioning Schema
63
+
## Step 5: Import the Provisioning Schema
64
64
65
65
> [!CAUTION]
66
66
> 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