โ02-11-2026 12:56 PM
Hi All,
Iโm setting up an external location via Unity Catalog and Iโm running into an issue when creating the location.
Context:
Given that the legacy method works but the UC path fails, I suspect the problem may be with the Unity Catalog configuration (e.g., storage credential/external location permissions). I'm new to databricks so any advice would be great.
Thanks in advance for your guidance.
โ02-11-2026 04:29 PM
Hi All, Found the issue
It was related to path being called in url instead of using
โ02-12-2026 06:10 AM
Hello @nithin_1991
When you create a Databricks Azure Storage Account for Databricks, you always need to make sure that the hierarchical namespace is enabled.
Important considerations whren you create an external locations before you begin
โ02-12-2026 07:38 AM - edited โ02-12-2026 07:40 AM
Hi @nithin_1991 can you make sure it is storage blob data contributor granted to managed identity (dbac)
then create storage credential first for this dbac
then create external location using this credential
โ02-12-2026 07:45 AM
Hi Joel ,
I had created with hierarchical namespace enabled only , issue was with url used which is now resolved but thanks for your input
โ02-11-2026 04:29 PM
Hi All, Found the issue
It was related to path being called in url instead of using
โ02-12-2026 06:10 AM
Hello @nithin_1991
When you create a Databricks Azure Storage Account for Databricks, you always need to make sure that the hierarchical namespace is enabled.
Important considerations whren you create an external locations before you begin
โ02-12-2026 07:45 AM
Hi Joel ,
I had created with hierarchical namespace enabled only , issue was with url used which is now resolved but thanks for your input
โ02-12-2026 07:58 AM
I have the following YouTube video that can guide you on how to properly create external locations: https://www.youtube.com/watch?v=cAXLFgcVMn0
โ02-12-2026 07:38 AM - edited โ02-12-2026 07:40 AM
Hi @nithin_1991 can you make sure it is storage blob data contributor granted to managed identity (dbac)
then create storage credential first for this dbac
then create external location using this credential
โ02-12-2026 07:46 AM
Yes, I did that and also provide storage blob owner access but issue was with url provided while setting up external location which is resolved now