Hello Troy London,
Welcome to the MS Q&A platform.
Per the error message, the account being accessed does not have sufficient permissions to execute the operation. To resolve this issue, you will need to grant the necessary permissions to the storage account.
To grant the necessary permissions, you can follow the steps below
- In the Azure portal, go into your storage account to grant your event hub access
- Select
Access control (IAM)
in the left pane, and then selectRole assignments
- You'll see a list of who has access to the storage account. Now you want to add a role assignment to the event hub that needs access to the storage account
- Select
Add > Add role assignment
to open theAdd role assignment
page - Assign the
Storage Blob Data Contributor
role to the Event Hub After granting the necessary permissions, you can capture data from the Azure storage account.
If you are using a Gen1 account, here is a document explaining how to assign permissions to event hubs.
I hope this helps. Please let me know if you have any further questions.