Page History
...
In Azure, go to the App Service main screen > App Service Editor > webopen Web.config and update the following keys:
<add key="EventCollectorPath" value="http://[CardioLog server name]:[CardioLog port, default is 29999]/EventCollector/monitor.aspx"/>
<add key="CardioLogRoot" value="http://[CardioLog server name]:[CardioLog port, default is 29999]"/>
<add key="overwriteConnectedUser" value="true" />
<add key="UseSPAuth" value="true" />
<add key="CardioLogAgentRoot" value="[app service URL]" />
Note: The app service URL can be found in the App Service > Overview > URL
Remove the following from <httpRuntime> tag if exists: requestValidationMode="2.0"
Step 4 – Configure the hybrid connection endpoint
...