QuestionQ171

Develop integrations

Teachers in a school district use Azure skill bots to teach particular classes. Students sign in to an online portal to submit completed homework to their teacher for review. Students use a Power Virtual Agents chatbot to ask teachers for help.

You need to incorporate the skill bot for every class into the homework bot.

Which three actions should you take in sequence?

Drag & Drop
Create a manifest for the skill bot.
Register the skill bot in Azure Active Directory.
Register the homework bot in Power Virtual Agents.
Register the homework bot in Azure Active Directory.
Create a manifest for the homework bot.
Register the skill bot in Power Virtual Agents.
Explanation

A skill used by a Power Virtual Agents (now Copilot Studio) bot must be a registered Microsoft Entra ID application. Its manifest exposes the skill’s actions and endpoint. The manifest is then used to register the skill in the Power Virtual Agents bot. The existing homework bot does not need its own skill manifest or Azure AD registration for this integration.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!