You are architecting an asynchronous machine learning inference pipeline. Which TWO Azure services allow you to decouple event publishers from event consumers using a publish-subscribe (pub/sub) pattern? Each correct answer represents a valid pub/sub architecture service.
Event Grid provides native pub/sub routing for discrete events.
Why this answer
Azure Event Grid and Azure Service Bus (Topics) support the publish-subscribe messaging pattern.