Thanks Hubert. I did check the Iceberg metadata location and Databricks can list the files, but the issue is that Snowflakeโs Iceberg metadata.json contains paths like abfss://โฆ@<acct>.blob.core.windows.net/..., and on UC Serverless Databricks then tries to initialize Blob access and fails with fs.azure.account.key (legacy creds), which Serverless doesnโt allow. Databricks/Azure support confirmed fallback/legacy access cannot be enabled on Serverless, so this seems blocked unless using Pro/Classic compute or Snowflake can publish DFS (โฆdfs.core.windows.net) paths.Iโll close this thread from my side for now โ if someone has this working on Serverless on Azure without account keys, Iโd still love to hear how.