storage account

Mahesh Vempati 156 Reputation points
2021-03-15T05:35:04.877+00:00

Hi Everyone, I have a storage account with default access tier as Hot, I have a scenario like I have multiple files in my container with different access tiers like Hot and Cool. My main Question is like how can I move the files only with access tier as Cool to another container or another storage account. Is there any way for doing that either Manual process or any automatic way to do it.

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,687 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Sumarigo-MSFT 43,641 Reputation points Microsoft Employee
    2021-03-15T16:56:44.893+00:00

    @Mahesh Vempati Welcome to Microsoft Q&A platform, Thank you for posting your query!

    It's not possible for now, you need to move the data to Hot tier and then you can move the data to different account later you change the tier to cool .

    You move using Azure Storage Explorer and Azcopy tool to different account or container

    Use Azure Data Box or Azure Data Box Heavy to send data to appropriate Azure Storage blob tier

    Additional information: Using lifecycle management to change tier for an entire container with a policy set to 1 day after last modification can take up to 48 hours for some blobs. Lifecycle runs at least once a day so the policy could be set right after it just finished running. So the policy may not run until another 0 < x < 24 hours. If any blobs in the containers are less than 1 day old at the next time lifecycle runs, they will be skipped for the following day.
    If using lifecycle and you’re okay with waiting up to 24 hours to change the blob tiers, you should set the policy to be 0 days after last modification.

    Refer here for detailed information Access tiers for Azure Blob Storage - hot, cool, and archive

    Hope this helps!

    Kindly let us know if the above helps or you need further assistance on this issue.

    -------------------------------------------------------------------------------------------------------------------------------------------

    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments

  2. HELIO 1 Reputation point
    2021-04-29T13:33:33.047+00:00

    Good Morning.

    I am using the APP Service linux.

    My JAVA application allows the user to upload files.

    Using my application on a VM with tomcat installed I configure the application to save the files that users upload to the folder C: / my application / upload

    My question is how I do so that the App Service Linux can also do this.

    I thought about using a storage account but I haven't been able to integrate the two yet.

    How can I define where the application will save files when the user uploads?

    0 comments No comments