Copilot Integration of an Azure Bot as Skill

In this section we will integrate the RheinInsights Retrieval Suite as a Copilot skill. This way, you can easily and securely chat with your data. This means that as with the search experiences we use security trimming for making sure that no knowledge is exposed, the user does not have access to.

When using skills in Copilot, users always need to be quite precise in querying the skill. Similar to searching for Graph connected knowledge, Copilot needs to be pushed a bit in using a skill. Like “use a skill to search for <questing to be answered>”.

Prerequisites

  1. Please make sure that you configured an Azure Bot in the same tenant, your Teams belongs to, following the documentation at Azure Bot Configuration .

  2. Please make sure that no self-signed certificates are used by the Suite

Downloading the Skill Manifest

  1. Open the RheinInsights Retrieval Suite Admin UI

  2. Go to Search UX > Bot Integrations

    image-20250901-085554.png
  3. In the links section below find your bot, you want to integrate into Copilot. Click on Copilot Skill Manifest and make a note of the URL.

Configure the Entra Id App

Behind your bot is an Entra Id app (see Teams App (Bot) Registration ). The Home page URL must match the skill endpoint. Therefore

  1. Open https://portal.azure.com

  2. Open Entra Id > App Registrations > Click on your Bot app

  3. Click on Branding & properties

  4. Add as Homepage URL the URL from Step 3 (or the publicly available version of this URL)

  5. Click on save

Configuring the Skill

  1. Go to Copilot Studio

  2. Open an existing or create a new agent

  3. Click on Settings

    image-20250901-085858.png
  4. Click on Skills

  5. Click on Add a skill

    image-20250901-085930.png

  6. Choose the correct URL to the skill manifest. See step 3 in the RheinInsights Configuration above. Here the URL must be accessible from the Microsoft Cloud. This URL must match the one in the Entra app, as described in Entra Id section above

    1. If the validation runs into issues then please refer to the Microsoft documentation.

    2. A successful outcome is

      image-20250901-094458.png
  7. Click on save and after saving close the dialog by clicking on close

  8. Close the settings by clicking on the X in the right hand side upper corner

  9. Click on topics

  10. Add a topic

    image-20250901-094827.png
  11. Choose from blank

  12. Click on the plus at the arrow

  13. Choose add a tool

  14. And in the dropdown the Research tool from RheinInsights is listed now

    image-20250901-095013.png

  15. Click on save

  16. As a topic use a reasonable keyword. This will be used to trigger the search.

  17. Save the topic

  18. Then you can test search for instance via the Test your agent dialog on the right hand side:
    ”Use organizational search to find an answer to <your question>”