PL-400 · Question #192
Case Study 1 - Bellows Sports Background Bellows Sports is the region's newest, largest, and most complete sports complex. The company features baseball and soccer fields and two full-size hockey rink
The correct answer is C. Azure Function that uses a listener D. Power Automate flow. The correct answers are C (Azure Function with a listener) and D (Power Automate flow). The Bellows Sports scenario involves reacting to external events and automating business processes across systems. An Azure Function configured as a listener (via Azure Service Bus or Event Gr
Question
Options
- AAzure Function that uses the Discovery service
- Bworkflow extension
- CAzure Function that uses a listener
- DPower Automate flow
How the community answered
(23 responses)- A9% (2)
- B9% (2)
- C83% (19)
Explanation
The correct answers are C (Azure Function with a listener) and D (Power Automate flow). The Bellows Sports scenario involves reacting to external events and automating business processes across systems. An Azure Function configured as a listener (via Azure Service Bus or Event Grid) can receive and process real-time events from Dynamics 365 or external sources, making it ideal for complex or near-real-time integrations that require custom code. A Power Automate flow provides a low-code automation layer that can trigger on Dataverse record changes, send notifications, and orchestrate multi-step processes. Together, these two technologies cover both the event-driven integration and the workflow automation requirements. The Discovery Service (A) is used for organization URL lookup, not event processing. A workflow extension (B) is a synchronous plugin-based approach that is more limited and less appropriate for the cross-system event handling described.
Community Discussion
No community discussion yet for this question.