Linked service for Dataverse REST API
Identify the underlying storage account of the Dataverse Azure SQL database from which you want to discover the sensitive data.
- To set up a linked service for the Dataverse REST API, click + New linked service and search for REST in the search bar.
- Select REST and click Continue.
-
Fill in the required details:
- Name: Enter a descriptive name to identify this linked service. You can also provide an optional description.
- Base URL:
https://@{linkedService().LS_ORG_NAME}.api.crm.dynamics.com/api/data/v9.0
- Authentication Type: Select Service Principal.
- Provide the following values:
- Service Principal ID
- Service Principal Key
- Tenant ID
- Microsoft Entra ID resource: Provide the App ID URI as the Microsoft Entra ID resource, or use
https://@{linkedService().LS_ORG_NAME}.api.crm.dynamics.com/
if there is no App ID URI for the app registration.
- Create a parameter named
LS_ORG_NAME
. -
Click Create. The newly created linked service will appear in the list.