1

As the title says I have created the skill using the virtual assistant template and deployed it in Azure. The skill bot works as expected when tested as a standalone bot with an emulator. When I tried to add the skill to the Power Virtual Agent bot it fails with an error - "This skill has not allow listed your bot".

I have already added the PVA bot's app Id to the skill bot's appSettings.json as below and tried with the wild card as "*" still not able to add the skill. Any help?

 "allowedCallers": ["5a089b57-xxx-4a2c-xxx-xxxxde5ddd"]

Both PVA root bot and Skill bot are in same tenant.

Kumar
  • 41
  • 4

1 Answers1

0

Refer to this table. The error you are getting is at the last with the validation step and the mitigation details.

You will need to check if your bot has been added to the skill's allow list. To configure a skill for use in Power Virtual Agent, follow this documentation.

ranusharao
  • 1,826
  • 1
  • 8
  • 17
  • As I mentioned already the skill bot's appSettings.json has been updated with a wild card and also tried with the PVA root bot's ID. – Kumar Apr 01 '21 at 01:36