@Ivan Tioh - Thanks for the question and using MS Q&A platform.
Here is the response from internal team:
The deprecation applies to the specific scenario: "Receiving change notifications through Event Hubs", but I am not sure. This one is part of the Microsoft Graph API documentation.
Receive change notifications through Azure Event Hubs
Note in the first article:
Authenticating Event Hubs by using shared access signatures (SAS) will be deprecated in the future. We recommend authenticating Event Hubs by using Microsoft Entra ID role-based access control (RBAC) instead.
In the Azure Event Hubs article, we don't say that the SAS access will be deprecated.
Authenticate access to Event Hubs resources using shared access signatures (SAS)
Note in the second article
We recommend that you use Microsoft Entra credentials when possible as a security best practice, rather than using the shared access signatures, which can be more easily compromised. While you can continue to use shared access signatures (SAS) to grant fine-grained access to your Event Hubs resources, Microsoft Entra ID offers similar capabilities without the need to manage SAS tokens or worry about revoking a compromised SAS.
For more information about Microsoft Entra integration in Azure Event Hubs, see Authorize access to Event Hubs using Microsoft Entra ID.
Hope this helps. Do let us know if you have 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.