Skip to content

Commit 53f50b0

Browse files
Update inbound-provisioning-api-powershell.md
Added missing links.
1 parent fdd2f18 commit 53f50b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/app-provisioning/inbound-provisioning-api-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This document describes how to use PowerShell to configure the inbound provision
1919

2020
Using the steps in this guide, you'll convert a CSV file containing HR data into a SCIM bulk request payload and send it to the Azure AD inbound provisioning API endpoint.
2121

22-
To help you with this process, we provide a sample PowerShell script that you can customize with your requirements. You can download this script from the Inbound Provisioning Private Preview Teams folder(WHAT IS THE PUBLIC PREVIEW, OR GA, FOLDER?).
22+
To help you with this process, we provide a sample PowerShell script that you can customize with your requirements. You can download this script from the [Inbound Provisioning GitHub folder](https://github.com/AzureAD/entra-id-inbound-provisioning/tree/main/PowerShell/CSV2SCIM).
2323

2424
## Configure provisioning job for API-based data ingestion
2525

@@ -64,7 +64,7 @@ The following steps successfully configure out-of-the-box provisioning job with
6464
1. Click the hyperlink in the Mappings expansion panel to view the default attribute mappings.
6565

6666
>[!IMPORTANT]
67-
>The default configuration in the **Attribute Mappings** page maps SCIM Core User and Enterprise User attributes to Azure AD attributes. We recommend using the default mappings to get started and customizing these mappings later as you get more familiar with the overall data flow. For more information about customization, see [NEED UPDATED LINK](###).
67+
>The default configuration in the **Attribute Mappings** page maps SCIM Core User and Enterprise User attributes to Azure AD attributes. We recommend using the default mappings to get started and customizing these mappings later as you get more familiar with the overall data flow. For samples of Attribute Mappings, see the [Inbound Provisioning Attribute Mappings for Powershell sample folder](https://github.com/AzureAD/entra-id-inbound-provisioning/tree/main/PowerShell/CSV2SCIM).
6868
6969
:::image type="content" border="true" source="./media/inbound-provisioning-api-powershell/attribute-mapping.png" alt-text="Screenshot of how to set attribute mapping.":::
7070

0 commit comments

Comments
 (0)