Hi @taglud_dbw ,
The first thing I would check: does the subnet actually have outbound Internet access?
This is especially important for a recently created VNet/workspace. Azure changed its default behavior: for new VNets, subnets now default to being private, so VMs do not automatically receive default outbound Internet connectivity. An explicit outbound mechanism such as a NAT Gateway is required.
Microsoft specifically calls this out for Azure Databricks: new VNet-injected workspaces require explicit outbound connectivity, and NAT Gateway is the recommended approach.
"After March 31, 2026, new VNets require explicit outbound connectivity methods. See secure cluster connectivity."