Configuring the Event Processor

Let's create and configure the Azure Event Grid.

Configuring the Azure Event Grid

PowerShell

The script contains the following workflow:

  1. In the variables, we have specified the resource group, storage account name with the queue that we created in the previous lesson, topic name, topic id, storage account SKU, and location.
  2. We will need to create a
...