Install and configure the Experience Edge Connector
This topic shows how you install and perform basic post-installation configuration of the Experience Edge Connector module.
To install and use this module, you must meet the following pre-requisites:
-
Sitecore Experience Management 10.1, or later
-
An active Sitecore Experience Edge subscription
You can also use SIF to install the module.
Install the Experience Edge Connector
To install the Sitecore Experience Edge connector:
-
Go to the Downloads page for Sitecore Headless Rendering, and choose the link for the package that is compatible with your version of XP.
-
Download the installation package for the Experience Edge Connector module.
-
In the Sitecore Launchpad, open the Control Panel, and in the Administration section, select Install a package.
-
Follow the steps in the installation wizard.
-
Before you close the wizard, select Restart the Sitecore Client and Restart the Sitecore Server.
Do not connect more than one Sitecore instance to an Edge instance.
Configure the Experience Edge Connector
Before you can use the connector module, you must first configure the authorization credentials, the delivery and CDN settings, create the publishing target for Edge, check the Solr index prerequisites and validate the configuration.
To configure the Experience Edge Connector:
-
In the
Websiteroot folder, open theApp_Config\ConnectionStrings.configfile. -
Add a new connection string with the name
experienceedge.authorityand set the value to the Experience Edge authorization credentials you have been provided with when you signed up:NoteReplace the placeholders (
AUTHORITY_URL_HERE, and so on) with the correct values for your subscription.
To configure the delivery and CDN settings:
-
Set the delivery API endpoint and CDN settings as Sitecore settings (patched), not as connection strings. The target file (the file you are patching) is the
App_Config\Modules\ExperienceEdgeConnector\ExperienceEdgeConnector.configfile. Create a patch file, for example:App_Config/Include/zzz/ExperienceEdge.Settings.config:
In the 10.1 connector, these three values must be supplied as Sitecore configuration entries
To create the publishing target for Edge:
-
In Content Editor, navigate to
/sitecore/system/Publishing targets. -
Create a new item (for example,
Edge). -
Set
Target databasetoexperienceedge.
This connects the publish UI to the Edge target used by the connector.
To check the Solr index prerequisites:
-
The connector uses a custom Solr index to track dynamic dependencies (standard values, template inheritance, rendering datasources) during publish. Ensure Solr is healthy and the connector’s core(s) exist.
If your solution relies on language fallback and you want it applied during Edge publishes, enable it explicitly:
Use as needed and validate against your content model.
To validate the configuration:
-
Perform a Smart publish to the Edge target.
-
Open the GraphQL IDE for your region/tenant and run a simple item query to confirm that your content is available at the Delivery endpoint. (Use the token/authorization flow associated with your subscription.)