semantic-kernel icon indicating copy to clipboard operation
semantic-kernel copied to clipboard

Python: Bug: [copilot_studio_skill demo] Unable to add a skill in Copilot Studio

Open arfontai opened this issue 10 months ago • 2 comments

I followed all the steps described in the README.

Step 4 completed without any error In step 5, I've updated the home page URL of my app registration

Image

When I try to add the skill in Copilot Studio I have these errors

Image

Is there a step that is missing in the installation script?

arfontai avatar Apr 16 '25 08:04 arfontai

Also got a problem at this step with no error details. (Copilot agent, App Registration and Container App are in the same tenant, no changes to the default deployment plan)

UPD: fixed by setting in App Registration - Manage - Branding & properties - Home page URL = Container App - Application Url. This was mentioned in the README, but I didn't understand it:

  1. Ensure the App Registration homeUrl is set to the URL of the deployed API. This is required for the bot to be able to respond to requests from Copilot Studio.

Image

sergey124 avatar Apr 16 '25 10:04 sergey124

@unsafecode could you have a look please?

moonbox3 avatar Apr 17 '25 01:04 moonbox3

@arfontai did you check homeUrl in app registration is matching the skill endpoint? Additionally, does your Copilot Studio tenant enforce any restriction?

Linked to https://github.com/Azure-Samples/semantic-kernel-advanced-usage/issues/11

unsafecode avatar Apr 29 '25 14:04 unsafecode