You are developing a serverless AI notification workflow. When an AI model finishes training, it publishes an event to an Azure Event Grid topic. You want to trigger an Azure Logic App when this event occurs. Which Event Grid subscription event delivery schema and endpoint type should you select?
Logic Apps can receive Event Grid events using a Request trigger configured as a Webhook endpoint.
Why this answer
Azure Logic Apps provides a native Event Grid trigger endpoint, allowing seamless event ingestion directly into the workflow.