Not able to create the CREATE STORAGE CREDENTIAL as storage credential is not recognized command in azure databricks
padam
0
Reputation points
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
Sign in to answer