Skip to main content
This page explains the steps you need to take before you can start using your Microsoft Dataverse connector.

Prerequisites

Before you begin, make sure that the following requirements are met:

Configure the microsoft Dataverse connector

To configure your connector, follow these steps:
  1. Set your APIM subscription key in the header as follows:
    • Key: api-key
    • Value: <your subscription key>
  2. Request the Grand Central team to set up a connection with Dataverse.
  3. Configure the Dataverse base URL in the gc-applications-live repository in the connector’s values.yaml file:
    serviceUri: "<your_dataverse_service_uri>"        # The base URL to access the Dataverse API.
    resourcePath: "<your_dataverse_resource_path>"    # The resource path for the Dataverse API.
      # Add any other configuration here
    
    An example of the connector’s values.yaml file location:
    ├── iPaaS
    └── azure/runtimes
        ├── dev
        |    └── values
        |       └── gc-dataverse
        |            └── values.yaml
        └── test
             └── values
                 └── gc-dataverse
                     └── values.yaml