You are planning a Teams-channel Copilot Studio agent that shows Adaptive Cards for order status and performs actions that call Dataverse as the signed-in user. Which TWO requirements are most important for this design? (Choose two.)
Select all correct answers, then click Submit.
Short Explanation and Infographic
Teams + cards + user-as Dataverse is a three-legged stool: identity (Entra), channel support for cards/actions, and a published agent. Desktop flows on every laptop are not part of that stool.
Full explanation below image
Full Explanation
Teams is a primary enterprise channel. Adaptive Cards provide rich UI, but makers must ensure channel capabilities and authentication align with data access needs.
Option A is correct for delegated user operations against Dataverse.
Option B is correct because card submit/execute behaviors can vary by host; validating Teams support avoids runtime surprises.
Option C is wrong; Power Automate Desktop is unrelated to rendering Adaptive Cards in Teams chat.
Option D is wrong; end users need a published agent on the Teams channel, not only Test pane drafts.
Exam tip: Channel capabilities + auth mode + publish state are a frequent combined scenario.