Does the host subnet need to be the same CIDR as the private subnet for Databricks with VNET Injection?

Nick Palmer 0 Reputation points
2023-02-02T18:02:49.2433333+00:00

When creating a VNET Injection Databricks cluster, does the subnet configuration for the host "public" subnet need to the be the same CIDR range as the container "private" subnet?

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,534 questions
{count} votes

1 answer

Sort by: Most helpful
  1. PRADEEPCHEEKATLA 90,651 Reputation points Moderator
    2023-02-03T07:05:59.03+00:00

    Hello @Nick Palmer

    Thanks for the question and using MS Q&A platform.

    No, the subnet configuration for the host "public" subnet does not need to be the same CIDR range as the container "private" subnet. The host "public" subnet is used for communication between the Databricks workspace and the Azure services, while the container "private" subnet is used for communication between the Spark executors and the driver. It is recommended to use different CIDR ranges for the host and container subnets to avoid range collisions.

    For more details, refer to Deploy Azure Databricks in your Azure virtual network (VNet injection).

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


    Please don’t forget to Accept Answer wherever the information provided helps you, this can be beneficial to other community members.

    1 person found this answer 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.