@Mohammad Saber - Thanks for the question and using MS Q&A platform.
Regarding the first error message: Failure to initialize configuration for storage account AAAAAA.dfs.core.windows.net: Invalid configuration value detected for fs.azure.account.keyInvalid configuration value detected for fs.azure.account.key
This is a known issue that - you can't use storage account access key to access data using the
abfss
protocol.
Reason: You can't use storage account SAS Token to access data using the abfss
protocol. You need to provide more configuration options if you want to use abfss
- it's all described in documentation.
For more details, refer to the below links:
https://stackoverflow.com/questions/69825487/error-invalid-configuration-value-detected-for-fs-azure-account-key
https://medium.com/@kyle.hale/troubleshooting-invalid-configuration-value-detected-for-fs-azure-account-key-6c6fcc67b217
Regarding the second error message: Input path url xxxxxxxxxx overlaps with managed storage
.
Running the list command on a managed directory is not supported in Unity Catalog. Catalog/schema storage locations are reserved for managed storage.
For more details, refer to the below links:
https://kb.databricks.com/en_US/unity-catalog/invalid_parameter_valuelocation_overlap-overlaps-with-managed-storage-error
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.