Skip to content

Commit

Permalink
Added Queue Data Contributor role to Azure docs
Browse files Browse the repository at this point in the history
  • Loading branch information
borremosch-db committed Jan 17, 2025
1 parent bc33a2c commit 00710d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/guides/unity-catalog-azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,12 @@ resource "azurerm_role_assignment" "ext_storage" {
role_definition_name = "Storage Blob Data Contributor"
principal_id = azurerm_databricks_access_connector.ext_access_connector.identity[0].principal_id
}
resource "azurerm_role_assignment" "ext_storage" {
scope = azurerm_storage_account.ext_storage.id
role_definition_name = "Storage Queue Data Contributor"
principal_id = azurerm_databricks_access_connector.ext_access_connector.identity[0].principal_id
}
```

Then create the [databricks_storage_credential](../resources/storage_credential.md) and [databricks_external_location](../resources/external_location.md) in Unity Catalog.
Expand Down

0 comments on commit 00710d9

Please sign in to comment.