Data Copy between Azure storage account does not retaining the access tier

LoganIN 61 Reputation points
2022-01-26T15:13:14.55+00:00

Hi,

We are using Azure Data Factory-Copy Activity to copy the data between Azure storage accounts. I'm able to copy the data but the issue is source and target data Access Tier is not matching after data copy.

Ex: The source data Access Tier is Cool and copied Target data is Hot, It's also mentioned that Hot(Inferred).

Ideally it should retain the access tier as per the source right, Is there any bug in the Copy-Activity?

Regards,
Logan

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,714 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,603 questions
0 comments No comments
{count} votes

Accepted answer
  1. Alan Kinane 16,786 Reputation points MVP
    2022-01-26T19:45:54.013+00:00

    I think this is by design that it takes the default access tier of the storage account. It might be possible to use metadata or tags on your blobs and then have lifecycle management on the destination storage account set the access tier based on a match rule?

    https://learn.microsoft.com/en-us/azure/storage/blobs/storage-manage-find-blobs?tabs=azure-portal#lifecycle-management


0 additional answers

Sort by: Most helpful