Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2026 03:23 AM
Hi,
we have a Azure Databricks Workspace that uses Unity Catalog for storing data. We use a seperate storage account to store the catalogs. We need to enable the option "Infrastructure encryption" on this storage account and this is unfortunatly only possible during creation of a storage account.
Our plan is:
- create a new storage account
- stop all compute clusters and disable jobs (it is a very small environment)
- copy the data to that new storage account with Azure storage Explorer (copy blob container)
- Re-create the current storage account with the same name
- copy the data back to this storage account with Azure storage Explorer (copy blob container)
- enable jobs
I did noticed that the file date of the files on the storage account do change to the current date after the copy activity. Is this a problem for databricks, or is this file date not used because the lineage is stored in databricks tables?
I'm a infra person and not a data engineer.
Regards Marco