Azure Blob 存储 - 自动移动到存档存储层

标签 azure azure-storage azure-blob-storage

Azure 中是否有一项功能可以在一段时间内未使用热/冷层中的 blob 时自动将其移动到存档?

例如,如果我在存档中存储了一个 blob,我可以通过将其重新水化为热/冷来访问它。完成后,Azure 有没有办法自动降级它?

最佳答案

使用 native 功能可以移动到另一层未访问的 blob,但目前仅限于法国中部、加拿大东部和加拿大中部,因为该功能位于 preview 中。 .

In order to use the Last accessed option, select Access tracking enabled on the Lifecycle Management page in the Azure portal.

enter image description here

然后根据上次访问定义规则

enter image description here

您可以找到更多详细信息here

关于Azure Blob 存储 - 自动移动到存档存储层,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48330720/

相关文章:

azure - 将 Web 应用程序部署到 Visual Studio Team Service 中的不同 Azure 帐户

python - 重定向 URL 在 azure 上不匹配

Azure CloudBlobContainer.CreateIfNotExists() 在本地开发中抛出 Forbidden (403)

azure - 用于复制到 Azure Blob 的 Azure SAS 授权参数是什么?

c# - 无法删除、下载 blob 并将其上传到 Azure 云存储

azure - 在 Azure 日志中哪里可以找到自定义 HTTP header ?

sql-server - 在从 Azure 门户创建期间命名 Azure SQL Server

Azure Blob 存储 Spark

azure - 我们可以将 Azure 高级存储附加到多个 VM

c# - 使用 ASP.NET Web API 将图像添加到 Azure Blob 存储失败