How do I connect to my AKS from Azure databricks Serverless workspace?

Akash S 6 Reputation points
2026-08-10T16:30:29.54+00:00

How do I connect to my AKS from Azure databricks Serverless workspace? My Serverless workspace is private endpoint enabled. Is it possible to connect via NCC? If not, what options we have? Connection should be all private without any public.

Azure Databricks
Azure Databricks

An Apache Spark-based analytics platform optimized for Azure.


1 answer

Sort by: Most helpful
  1. Jose Benjamin Solis Nolasco 10,891 Reputation points Volunteer Moderator
    2026-08-10T18:19:48.6666667+00:00

    Hello @Akash S , I hope you are doing well,

    Yes, you can keep the connection fully private.

    The Databricks workspace Private Endpoint does not provide outbound connectivity from Serverless compute to AKS. For this scenario, use a Network Connectivity Configuration (NCC) with a private endpoint.

    A typical architecture is:

    Databricks Serverless → NCC → Private Endpoint → Standard Load Balancer → AKS service

    This avoids exposing the AKS application through a public endpoint.

    References:

    Serverless private connectivity – Microsoft Learn

    If my answer helped you, please consider marking it as accepted. This helps others in the community find similar solutions.

    Was this answer helpful?

    0 comments No comments

Your answer

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