简体   繁体   English

是否可以将“ V2”存储帐户降级为“ V1”?

[英]Is it possible to downgrade a “V2” storage account to “V1”?

Some of my Blob storage accounts have been accidentally upgraded to "General Purpose V2". 我的一些Blob存储帐户已意外升级到“通用V2”。 They are now incurring much higher costs than before (over 100 times as much).I want to go back until I have figured out what the best solution would be in the long term. 现在它们的成本要比以前高得多(是原来的100倍以上)。我想回头再想一想从长远来看最好的解决方案是什么。

I know that the documentation states that the change is permanent, so I have slim hopes for a solution. 我知道文档说明更改是永久性的,因此我对解决方案抱有渺茫的希望。 I did try to change the kind via ARM and Azure CLI, like so: 我确实尝试通过ARM和Azure CLI更改kind ,如下所示:

az storage account create -g mygroup -n myaccount --kind StorageV2 --sku Standard_LRS

It would be awesome if there is a way to downgrade without having to recreate the accounts and copying the data. 如果有一种方法可以降级而不必重新创建帐户和复制数据,那就太好了。

It would be awesome if there is a way to downgrade without having to recreate the accounts and copying the data. 如果有一种方法可以降级而不必重新创建帐户和复制数据,那就太好了。

Unfortunately no. 抱歉不行。 Once the account has been upgraded to v2, it can't be downgraded back to v1. 帐户升级到v2后,就无法再降级到v1。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法将存储帐户从 v1 升级到 StorageV2 - Unable to upgrade storage account from v1 to StorageV2 Azure CLI v1与v2? - Azure CLI v1 vs v2? 是否可以在微服务中使用 MSAL 使用 Azure AD V1 V2 令牌令牌? - Is it possible to to use Azure AD V1 V2 token token using MSAL in Microservices? 如何将 Azure ASE v1 迁移到 v2? - How to Migrate Azure ASE v1 to v2? 无法将文件上传到 Azure 通用 V1 类型存储帐户 - Cannot upload files to Azure General purpose V1 type storage account 将存储升级到通用v2存储帐户时,我会停下来还是会很慢? - Will I have down time or slowness upgrading my storage to General-purpose v2 storage account? 如何检查创建的存储帐户 V2 是否在 Azure 中具有数据湖 gen2 属性? - How to check whether the storage account V2 created is having data lake gen2 property or not in Azure? 是否可以在 azure 中从 P2v2 降级到 P1v2? - Is it possible to downgrade from P2v2 to P1v2 in azure? 如何使用ADF V2复制数据工具记录存储帐户中所有不可比较的行 - How to log all incompaitable rows in storage account using ADF V2 copy data tools Azure 容器删除所有 blob 的存储帐户 V2 生命周期管理 - Azure Storage Account V2 Life cycle management on container deleting all blobs
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM