79121884

Date: 2024-10-24 12:34:47
Score: 1
Natty:
Report link

Configure Event Hub to Consume Storage Account with Private Endpoint

Directly disabling the access on storage account restricting all inbound traffic to SA. Which in result it was not in a place to allow any messages.

As per Microsoftdoc We need to allow the trusted services in the storage account where eventhub in this case as trusted device it will allow only one resource type.

enter image description here

This will move your access permission setting to selected IP and vnet however this only able to access the input from the selected services.

enter image description here

enter image description here

Refer:

https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-capture-overview#setting-up-event-hubs-capture

Configure Azure Storage firewalls and virtual networks | Microsoft Learn

Quickstart: Send or receive events using .NET - Azure Event Hubs | Microsoft Learn

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • No code block (0.5):
Posted by: Vinay B