Azure 生命周期管理规则

标签 azure migration azure-blob-storage

我正在尝试设置 Azure 生命周期管理规则。我想将超过 90 天的事件/热门文件/blob 移至存档层。我尝试逐步完成生命周期管理向导,但当我进入 If/Then 屏幕时,您确定应移动 90 天前的 Blob,Then 下拉列表仅允许 删除该 blob。我是否必须以某种方式激活存档/冷存储层才能在下拉列表中提供移动到存档选项?

最佳答案

如果您在 blob 类型中选择“附加 blob”(第一步),则可能会发生这种情况,因为访问层仅适用于 block blob。

enter image description here

此外,请确保您的存储帐户的冗余类型是以下值之一:LRS、GRS 或 RA-GRS。 ZRS、GZRS 或 RA-GZRS 不支持存档层。

enter image description here

请确保满足这些条件。要了解更多信息,请参阅此链接:https://learn.microsoft.com/en-us/azure/storage/blobs/access-tiers-overview?tabs=azure-portal

关于Azure 生命周期管理规则,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/76335211/

相关文章:

c# - 从 Azure 存储下载部分文件

Azure Redis 缓存 - 我缺少的那些键是什么?

php - Chef Recipe 在一台服务器上运行迁移

tensorflow - 如何将学习从 tensorflow 1.14 转移到 tf 2?

MySql 5.6 到 MSSql 服务器 2014 迁移 : ExecuteReader requires an open and available Connection

c# - 从 Azure Blob 存储读取文件

Azure 前门自定义域停机

json - 在 Azure Functions 中将 F# 记录类型返回为 JSON

c# - 我应该在控制台应用程序中设置 ServicePointManager.DefaultConnectionLimit

python - 从 blob 中删除文件 - TypeError : quote_from_bytes() expected bytes