Not able to create the CREATE STORAGE CREDENTIAL as storage credential is not recognized command in azure databricks

padam 0 Reputation points
2025-06-26T21:50:39.46+00:00

I am trying to create the external location using the command . when I run the command then it does not recognize the storage credential then i can't run the external location command also. please help so that i can run the migrate table command in ucx.

CREATE STORAGE CREDENTIAL my_storage_credential WITH IDENTITY = 'ManagedIdentity';

CREATE EXTERNAL LOCATION ucx_external_loc
URL 'abfss://******@storageucx.dfs.core.windows.net/ucx/'
WITH CREDENTIAL my_storage_credential;

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,514 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.