To get the Connectivity studio history data exported to the Dataverse database that is used by the Connectivity monitor, you need a special Connectivity studio project: BisHistoryExport. This project exports the Connectivity studio history data using a web service.

Set up the used web service application on the project to connect to the earlier registered Azure Active Directory app. For more information, refer to Set up web service application for project.

For the web service application, use these settings:

Field Description
Base URL

The Service Root URL of your Connectivity monitor app instance extended with 'tibis_createrecords'. For example: https://[Dataverse database].api.crm4.dynamics.com/api/data/v9.2/tibis_createrecords

To find the Service Root URL:

  1. In the Power Apps, open the Connectivity Monitor app.
  2. Click Settings -> Advanced settings.
  3. On the Business management page, expand settings, and click Customizations.
  4. On the Customization page, click Developer resources.
Authentication OAuth2
Grand type Client credentials
Client ID The Application (client) ID of the Azure Active Directory application that you registered to access Dataverse from Connectivity studio.
Resource The root of the Service Root URL of your Connectivity monitor app instance. For example: https://[Dataverse database].api.crm4.dynamics.com/
Token authentication endpoint

Use this URL: https://login.microsoftonline.com/[your-tenant]/oauth2/token

Replace '[your-tenant]' with the Directory (tenant) ID of the Azure Active Directory application that you registered to access Dataverse from Connectivity studio.


Provide feedback