microsoft / BotBuilder-Samples

Welcome to the Bot Framework samples repository. Here you will find task-focused samples in C#, JavaScript/TypeScript, and Python to help you get started with the Bot Framework SDK!
https://github.com/Microsoft/botframework
MIT License
4.37k stars 4.87k forks source link

Can't access skill manifest from Azure Bot #3926

Closed Brunhoso closed 9 months ago

Brunhoso commented 11 months ago

I created a bot and deployed it to Azure Bot as Web App. I want to get the skill manifest to connect the bot to Power Virtual Agents, but I'm unable to access it. I was trying to get the manifest by deploying my app with manifest as well as the sample from BotBuilder-Samples repo (https://github.com/microsoft/BotBuilder-Samples/tree/main/samples/python/80.skills-simple-bot-to-bot/echo-skill-bot).

I tried following this issue from Microsoft Github: https://github.com/microsoft/BotFramework-Composer/issues/5350. Although I can see the manifest file in a file like this (inside developer tools for my app): https://composer-skill.scm.azurewebsites.net/dev/wwwroot/wwwroot/manifests/echo-remote-Skill-2-1-preview-1-manifest.json, I can't open the manifest using this link: https://composer-skill.azurewebsites.net/manifests/echo-remote-Skill-2-1-preview-1-manifest.json

stevkan commented 10 months ago

@Brunhoso - Is this still an issue for you? If so, can you verify that you have the appropriate permissions to allow you to access the file? You can also copy the generated link from within Composer by following the directions in Step 8, section e of this doc - useful in avoiding any human error in generating the link.

stevkan commented 9 months ago

Closing due to inactivity. Please feel free to reopen if the issue persists or you have new details to share.