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