QuestionQ29
Secure, monitor, troubleshoot Azure solutionsYou are designing an Azure Function app that exposes a public API.
The solution must:
- Validate incoming request data and return results immediately to the caller.
- Support Microsoft Entra ID authentication.
- Guarantee idempotent processing when the same request is retried.
- Scale automatically under variable load.
- Avoid duplicate processing.
You need to implement a trigger. Which trigger should you use?
- A Service Bus topic
- B HTTP
- C Azure Event Grid
- D Azure Queue storage
Community Discussion