How to use Azure Data lake as a storage location to store the Delta Live Tables?

SM
New Contributor III

I am trying write data into Azure Datalake. I am reading files from Azure Blob Storage however when I try to create the Delta Live Table to Azure Datalake I get error the following error

shaded.databricks.azurebfs.org.apache.hadoop.fs.azurebfs.contracts.exceptions.InvalidConfigurationValueException: Invalid configuration value detected for fs.azure.account.key

I also tried to create the DLT in Azure Blob Storage, but it doesnt seem to recognize the container in the Azure Storage Account

imageI just specify the storage location via the DLT UI, not sure if there is any additional parameters to be configured to make it work.