cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Administration & Architecture
Explore discussions on Databricks administration, deployment strategies, and architectural best practices. Connect with administrators and architects to optimize your Databricks environment for performance, scalability, and security.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Network Connectivity Configurations - assign to workspace

giladba
New Contributor III

Hi,
Following these api calls Databricks has not actually applied the NCC to the workspace, despite returning a success status. All values are correct (ncc id , workspace id) What could be the issue?:

# 1. Get list of NCCs to confirm ID and region - the ncc id is correct 
GET /accounts/{account_id}/network-connectivity-configs

# 2. Apply the PATCH again and confirm 200 - patch succeeds 
PATCH /accounts/{account_id}/workspaces/{workspace_id}
{
"network_connectivity_config_id": "my-ncc-id"
}

Thanks

 



2 REPLIES 2

Renu_
Valued Contributor II

Hi @giladba, even if the patch call returns a 200 status, Databricks may not apply the NCC if thereโ€™s a region mismatch between the workspace and the NCC, or if the workspace isnโ€™t in a running state. And also changes might take a few minutes to propagate. To ensure everything works as expected, double-check that both the workspace and the NCC are in the same region.

giladba
New Contributor III

Thanks for the reply. The region is the same and the workspace is running.