Azure Lifecycle Management - Regions

陌路散爱 提交于 2021-02-11 18:18:18

问题


I've got an storage account in 'North Europe' and now I want to use the lifecycle management to move the cold blobs to archive tier.

But I everytime I try I get the following failure: Failed to add a lifecycle management rule for storage account 'myStorrageAccount'. Error: ManagementPolicy rule MoveBackupToArchiv is invalid. Invalid value for parameter : baseBlob, tierToArchive is not supported in this region currently.

I checked all my data in the container and every file is on cold storage.


回答1:


The lifecycle management feature is available in all Azure regions.

This is a bug in storage management policy.

This will only work in a region that supports Move blob to cool storage, Move blob to archive storage and delete blob. Not all regions support all 3 but attempts to apply them and gets an error back from Azure (correctly). North Europe is the region that has this issue.



来源:https://stackoverflow.com/questions/59985935/azure-lifecycle-management-regions

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!