Share via

Blob Storage Auto cool tier while loading

Dondapati, Navin 296 Reputation points
2021-08-04T16:22:20.823+00:00

Hi Guys,

We have Files on-premise which will be moved to cloud ADSL2; we are using azure data factory to load all the files from source to sink; But we were wondering whether we have any options in ADF, which automatically makes all the files loaded in an folder to cool tier by default?

Else we need to create an Data Management life cycle management rule to make the folder files as cool? As i see there is no option like auto in alerts, we need to mention 0 days for last modified or accessed.

Do we have any easy options, else we need to write powershell to do that for us after each ADF load to sink?

Regards,
Navin

Azure Blob Storage
Azure Blob Storage

An Azure service that stores unstructured data in the cloud as blobs.

Azure Data Factory
Azure Data Factory

An Azure service for ingesting, preparing, and transforming data at scale.


2 answers

Sort by: Most helpful
  1. MartinJaffer-MSFT 26,161 Reputation points
    2021-08-05T19:41:26.84+00:00

    Hello @Anonymous and welcome back to Microsoft Q&A.

    I haven't seen any options in Data Factory for specifying the storage tier during copy. I suspect it defaults to whatever the account storage tier is set to. I never looked closely at this before, so it is worth a test to see whether changing the inferred property affects blobs written by ADF. Actually, there is an easier way. I'll open up storage explorer and inspect the metadata of a few blobs....

    .... Yes, looking at existing outputs, it says "Access tier: Hot (inferred)" . So changing the default should affect this.

    120942-image.png

    So while making this change should make all files loaded cool by default, it would not be limited to ADF. Other applications writing without specifying which tier, would also default to cool. This may be something you desire, or maybe not.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  2. Dondapati, Navin 296 Reputation points
    2021-08-12T14:23:47.897+00:00

    Nope, What are looking for is, each file not the entire storage account, we know we can do complete storage to Cool Tier, but we want for each file that upload to specific folder within Storage account.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.