Is there a way to check active connections and the auth type on Standard tier Event hubs?

Frances Luo 0 Reputation points Microsoft Employee
2024-09-26T22:18:04.88+00:00

Looks like runtime audit logs are available only in premium and dedicated tiers. Is there a way to check the event hub active connections and the auth type on Standard tier?

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
641 questions
{count} votes

2 answers

Sort by: Most helpful
  1. akinbade abiola 17,050 Reputation points
    2024-09-27T06:59:19.8266667+00:00

    Azure Event Hubs Standard tier does not provide built-in features to directly check active connections or authentication types in real-time. If you need these features you might want to consider upgrading.

    However, you can skeletally try to get an idea from Azure monitor by the Incoming Messages or throttled requests metrics

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola


  2. phemanth 10,635 Reputation points Microsoft Vendor
    2024-10-03T05:24:42.16+00:00

    @Frances Luo

    Unfortunately, Azure Event Hubs Standard tier doesn’t provide a direct way to check the authentication type for active connections in real-time. This feature is available in the Premium and Dedicated tiers, which offer more advanced monitoring and logging capabilities.

    However, you can use Azure Monitor to track metrics like Incoming Messages and Throttled Requests to get an idea of activity levels. For authentication types, you can refer to the authentication methods supported by Azure Event Hubs, such as Shared Access Signature (SAS) and Azure Active Directory (AAD) OAuth.

    refer:https://zcusa.951200.xyz/en-us/azure/event-hubs/authenticate-application

    If upgrading isn’t an option, you might consider implementing custom logging within your application to track authentication types and connection details.

    Hope this helps. Do let us know if you any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.