自动将 Azure blob 存储层更改为冷却?

Automatically changing Azure blob storage tier to cool?

我们正在考虑将保留期过后的存档数据移动到较新的 cool Azure 存储层 (https://azure.microsoft.com/en-us/blog/introducing-azure-cool-storage/)。

我能否以编程方式设置在一段时间后自动更改层或将内容移动到冷层存储的内容?

此外,我们可以随时更改 Blob 存储特性。但是当从 cool 变为 hot 时,你必须为转换 blob 类型付出很多 I/O。从热到冷的转换是免费的。我们可以在 this document.

找到更多详细信息