Greetings & Welcome to Microsoft Q&A forum! Thanks for posting your query!
It appears that the issue you are facing is due to the requirement for cluster log paths to be specified using DBFS paths in the Linked Service configuration. Unity Catalog does not currently support specifying paths using ABFSS or Volume paths for cluster logs, which is why you are encountering the error message.
Issue Overview
Current Configuration - You are trying to specify a log destination for your Databricks cluster using an ABFSS path or a volume path.
Error Message - The error indicates that the system only accepts DBFS paths in the format dbfs:/my/dbfs/path, which is problematic since you are trying to eliminate mount points in favor of direct cloud storage references.
Understanding the Query
Unity Catalog Upgrade - As part of your upgrade to Unity Catalog, you are removing mount points, which is a good practice for better data governance and management.
Cluster Log Destination - The cluster log destination is crucial for monitoring and debugging, and it seems that the current configuration does not support the desired external storage paths.
Possible Solutions
Use DBFS Paths - If the system only accepts DBFS paths, you may need to create a temporary mount point those points to your desired external storage location. This would allow you to use a DBFS path while still accessing the external storage. However, this is a workaround and may not align with your goal of removing mount points.
Appreciate if you could share the feedback on our Microsoft Feedback Channel. Which would be open for the user community to upvote & comment on. This allows our product teams to effectively prioritize your request against our existing feature backlog and gives insight into the potential impact of implementing the suggested feature.
For more details, please refer the following documents:
Best practices for DBFS and Unity Catalog
How do paths work for data managed by Unity Catalog?
I hope this information helps. Please do let us know if you have any further queries.
Kindly consider upvoting the comment if the information provided is helpful. This can assist other community members in resolving similar issues.
Thank you.