I've triend this code in Databricks SQL
create table people_db.GLAccount
USING PARQUET
LOCATION "abfss://datamesh@dlseu2dtaedwetldtlak9.dfs.core.windows.net/PricingAnalysis/rdv_60_134.vGLAccount.parquet"
But I'm getting a "Invalid configuration value detected for fs.azure.account.key", what could be normal as the system doesn't know what credentials to use, but I can't find an example on the WITH CREDENTIAL and have no idea how to code it.
I know this will be a service-account and later we can specify on Databricks users if they can access this table.