Create Azure Event Grid SubscriptionsThis extension can create and modify event grid subscriptions. Read the Microsoft documentation to learn about Azure Event Grid and subscribing to events:
You must pass in an Azure Resource Manager Subscription (a service connection in Azure DevOps), and information about the Event Grid Topic to create the subscription in, as well as other information that is required to create the subscription. Azure Event Grid will verify that the receiver is functioning and ready to handle events. UsageTo configure the Event Grid Subscription task, first select an Azure Resource Manager service connection or Azure subscription. Next, choose the resource group in which the Event Grid Topic is located. Enter the URL to use as target for the subscription, and optionally configure dead letter storage account, retries, etc. SecurityThe extension does not store or transfer or otherwise leak your Cosmos DB keys. The full extension source is available on the GitHub project page. LimitationsThe extenion does not work with service connections that use certificate authentication. QuestionsIf you need help, please go to the GitHub issues page. If you want to help improve the extension; perhaps it doesn't do quite what you need, then feel free to reach out via GitHub as well. |