You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An Azure Databricks workspace has an associated Azure storage account in a managed resource group. Currently the "Public Network Access" attribute is set to storage firewall is set to "Enabled from all networks".
Since the storage account is in a managed resource group, it's not possible to directly change the storage firewall setting in the usual manner.
However the setting can controlled changed using default_storage_firewall_enabled on azurerm_databricks_workspace, IF the relevent prerequisites and private endpoints are in place:
An Azure Databricks workspace has an associated Azure storage account in a managed resource group. Currently the "Public Network Access" attribute is set to storage firewall is set to "Enabled from all networks".
Since the storage account is in a managed resource group, it's not possible to directly change the storage firewall setting in the usual manner.
However the setting can controlled changed using
default_storage_firewall_enabled
onazurerm_databricks_workspace
, IF the relevent prerequisites and private endpoints are in place:https://learn.microsoft.com/en-us/azure/databricks/security/network/storage/firewall-support
Nb. This should apply to both Databricks workspaces:
The text was updated successfully, but these errors were encountered: