In this section, steps are provided to create a solution in which events raised by Blob storage are published to Event Grid and ultimately routed to an Azure function:
- Log in to the Azure portal using appropriate credentials and create a new storage account in an existing or a new resource group. The storage account should be either StorageV2 or blob storage. As shown in the following screenshot, Event Grid will not work with StorageV1:
- Create a new function app or reuse an existing function app to create an Azure function. The Azure function will be hosted within the function app.
- Create a new function using Azure Event ...