Skip to content

Commit 2611b2f

Browse files
Update export-import-provisioning-configuration.md
1 parent 25db178 commit 2611b2f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,15 @@ ms.collection: M365-identity-device-management
2121
# Export your provisioning configuration and roll back to a known good state
2222

2323
## Export and import your provisioning configuration from the Azure portal
24-
24+
### How can I export my provisioning configuration?
25+
To export your configuration:
26+
1. In the [Azure portal](https://portal.azure.com/), on the left navigation panel, select **Azure Active Directory**.
27+
2. In the **Azure Active Directory** pane, select **Enterprise applications** and choose your application.
28+
3. In the left navigation pane, select **provisioning**. From the provisioning configuration page, click on **attribute mappings**, then **show advanced options**, and finally **review your schema**. This will take you to the schema editor.
29+
5. Click on download in the command bar at the top of the page to download your schema.
30+
31+
### Disaster recovery - roll back to a known good state
32+
Exporting and saving your configuration allows you to roll back to a previous version of your configuration. We recommend exporting your provisioning configuration and saving it for later use anytime you make a change to your attribute mappings or scoping filters. All you need to do is open up the JSON file that you downloaded in the steps above, copy the entire contents of the JSON file, replace the entire contents of the JSON payload in the schema editor, and then save. If there is an active provisioning cycle, it will complete and the next cycle will use the updated schema. The next cycle will also be an initial cycle, which reevaluates every user and group based on the new configuration.
2533
## Step 1: Retrieve your Provisioning App Service Principal ID (Object ID)
2634

2735
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.

0 commit comments

Comments
 (0)