Skip to content

Commit

Permalink
Fix the guide for Unity catalog on Azure to correct ADLS path (databr…
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-kg authored Apr 4, 2022
1 parent f1d521e commit a83beb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/unity-catalog-azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ A [databricks_metastore](../resources/metastore.md) is the top level container f
resource "databricks_metastore" "this" {
name = "primary"
storage_root = format("abfss://%s@%s.dfs.core.windows.net/",
azurerm_storage_account.unity_catalog.name,
azurerm_storage_container.unity_catalog.name)
azurerm_storage_container.unity_catalog.name,
azurerm_storage_account.unity_catalog.name)
force_destroy = true
}
Expand Down

0 comments on commit a83beb4

Please sign in to comment.