Share via

Archive Tier on Storage

Miloš Petrović 40 Reputation points
2026-02-18T12:13:03.5166667+00:00

This is more question for winSCP then Azure, but dose anybody knows if I can upload a file over the winSCP and chose a tier: Hot, cool, cold or Archive?
If that is not possible, can I set up on Container tier level? Because my users are accessing the storage account just over winSCP and my idea is to use it as an archive or cool tier, because the are just uploading it and do not do anything with the files

Azure Storage
Azure Storage

Globally unique resources that provide access to data management services and serve as the parent namespace for the services.

{count} votes

1 answer

Sort by: Most helpful
  1. Alex Burlachenko 19,530 Reputation points Volunteer Moderator
    2026-02-18T12:43:04.48+00:00

    Hi Miloš Petrović,

    WinSCP cant select tier. Use storage account default tier or lifecycle management policy to move blobs to Cool or Archive automatically. WinSCP itself cant choose Azure Blob access tier during upload. It just uploads the blob and the storage account assigns the default tier, usually Hot unless configured otherwise. WinSCP has no native control over blob tier headers. U also cannot set Archive at container level automatically. Access tier is defined per blob, not per container. A storage account can have a default access tier Hot or Cool, but not Archive. Archive must be set explicitly per blob after upload.

    If users only upload files and never read them, the proper approach is one of these, set the storage account default access tier to Cool if that fits ur pattern. U can use a lifecycle management policy to automatically move blobs to Cool or Archive after upload or after 0 days. This is the cleanest solution for WinSCP scenarios.

    example )))) move blobs to Archive immediately after creation or after 1 day. That way users upload normally and Azure handles tiering automatically.

    rgds,

    Alex

    1 person found 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.