Greeting @Thabang , I did some digging and there are potential mitigation paths, but theyโre fairly involved and not something youโd want to tackle solo. The guidance consistently points to engaging Supportโyouโll definitely need their help to do this safely and correctly.
To give you a sense of the level of effort, here are a few high-level indicators:
Short answers
-
Moving a workspace to larger subnets
Detaching a workspace from its current subnets in order to move to larger ones is now supported for VNet-injected Azure Databricks workspaces via the new โUpdate workspace network configurationโ flow (Public Preview). You can either replace the existing subnets in place with larger ones or move the workspace to an entirely new VNet with larger subnets.
This operation requires a maintenance window and must be performed through the Azure portal using a defined sequence of steps. Terraform does not support this flow yet.
If the workspace uses back-end Private Link, youโll need to recreate the Private Link configuration and associated DNS records after the move.
-
Expanding an existing subnet
Increasing the size of an existing subnet is possible for VNet-injected workspaces, but only if the VNet has sufficient contiguous free address space. In that case, Azure can expand the subnet, and Databricks must update the workspaceโs network metadata so the newly available IPs are recognized.
This is not a self-service operation today. It requires coordination with your Azure Databricks account team or support and involves downtime.
Hope this gives you a bit more insight.
Cheers, Louis