Need help with Microsoft Azure Storage

Error_401 86 Reputation points
2021-02-22T07:45:33.857+00:00

Hi,

I have resources of size more than 8TB in my Azure environment, I want to archive all these resources so that the cost cuts come down to a minimum. How do I achieve this?

NOTE - This is urgent

Thank you

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

Accepted answer
  1. deherman-MSFT 33,776 Reputation points Microsoft Employee
    2021-02-22T17:19:54.86+00:00

    @Error_401
    If your data is already in a storage account you can add lifecycle management policies to automatically move your data to archive storage. If you need to upload the data you can use AzCopy to upload directly to archive storage.

    Hope this helps. Let us know if you still have questions or run into any issues.

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

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


1 additional answer

Sort by: Most helpful
  1. Guillaume 81 Reputation points
    2021-02-22T15:17:48.483+00:00

    Azure Archive Storage should be the solution you are looking for : https://azure.microsoft.com/en-us/services/storage/archive/

    0 comments No comments