Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • A Service Bus Premium namespace with at least one Service Bus queue or a Service Bus topic with at least one subscription.

  • Contributor access to the Service Bus namespace.

  • An Event Grid subscription for the Service Bus namespace.

    • This subscription receives a notification from Event Grid that there are messages to be picked up.

    • Typical subscribers could be the Logic Apps feature of Azure App Service, Azure Functions, or a webhook contacting a web app.

    • The subscriber then processes the messages.

...

Microsoft.EventGrid eventSubscriptions Template

Code Block
 "destination": {
      "endpointType": "string"
      // For remaining properties, see EventSubscriptionDestination objects
    },