Azure Data Explorer

Michel SFEIR 20 Reputation points
2025-06-30T15:20:31.4133333+00:00

Hello,

I was looking for a way to connect Azure Data Explorer to storage account that has public access disabled, I noticed that Vnet Injection was deprecated in February. Is there any other way to connect securely to a storage account?

Best Regards,

Michel

Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
577 questions
{count} votes

Accepted answer
  1. hossein jalilian 11,055 Reputation points Volunteer Moderator
    2025-06-30T16:47:59.6+00:00

    Thanks for posting your question in the Microsoft Q&A forum

    Managed private endpoints are the primary secure method for connecting Azure Data Explorer to storage accounts with public access disabled. Managed private endpoints create a one-way private connection from Azure Data Explorer to your storage account, ensuring that all traffic remains within the Azure backbone network and does not traverse the public internet

    Managed identities provide another secure way to connect by allowing the Data Explorer cluster to authenticate as itself, without needing shared keys or secrets. You must configure the storage account to recognize Azure Data Explorer as a trusted service and create a network rule exception for trusted Azure services

    This method can be used in conjunction with managed private endpoints or as an alternative for certain scenarios, but for storage accounts with public access disabled and strict network controls, managed private endpoints are preferred.


    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.