简体   繁体   English

将Azure存储帐户(经典)转换为ARM Blob存储

[英]Convert Azure Storage account (classic) to ARM Blob Storage

I have some Azure Classic Storage accounts that are used only to store Blobs -- no Files, no Tables, and no Queues. 我有一些仅用于存储Blob的Azure经典存储帐户-没有文件,没有表和没有队列。 From what I've read , it will be far more efficient and cost-effective for me to ensure that when I convert these to ARM, their "Account kind" is set to "Blob storage" and not "General purpose". 根据我的阅读 ,对我来说,确保将它们转换为ARM时,将它们的“帐户类型”设置为“ Blob存储”而不是“通用”,这将是效率更高和更具成本效益的。

I recently converted a Classic Storage account successfully using this guide from Microsoft , but when I check its properties, its "Kind" is "Storage", which I take to mean "General Purpose". 我最近使用Microsoft的本指南成功地成功转换了经典存储帐户,但是当我检查其属性时,其“种类”为“存储”,我的意思是“通用”。 I also created a Storage account from scratch and specified its "Account kind" to be "Blob storage", and when I check that one's properties, "Kind" is "BlobStorage" (the goal). 我还从头开始创建了一个存储帐户,并将其“帐户种类”指定为“ Blob存储”,当我检查自己的属性时,“种类”为“ BlobStorage”(目标)。

I didn't see a way to specify what I want the resulting "Kind" to be when I performed that conversion in PowerShell, so I'm not certain that what I'm asking is even possible. 当我在PowerShell中执行转换时,我没有看到一种方法来指定想要的结果“种类”是什么,所以我不确定我要问的内容是否可能。 Is there a way I can ensure that when I convert my Classic Storage account to the ARM architecture through PowerShell, it will be Blob Storage instead of General Purpose Storage? 有什么方法可以确保当我通过PowerShell将我的经典存储帐户转换为ARM体系结构时,它将是Blob存储而不是通用存储吗?

Is there a way I can ensure that when I convert my Classic Storage account to the ARM architecture through PowerShell, it will be Blob Storage instead of General Purpose Storage? 有什么方法可以确保当我通过PowerShell将我的经典存储帐户转换为ARM体系结构时,它将是Blob存储而不是通用存储吗?

As of today, it is not possible to convert a General Purpose Storage account to a Blob Storage account. 从今天开始,不可能将General Purpose存储帐户转换为Blob存储帐户。 You would need to copy the contents from one account to another yourself. 您需要将内容从一个帐户复制到另一个帐户。

Things you can do today with a storage account: 您今天可以使用存储帐户执行的操作:

  • For a storage account you can change the redundancy level between LRS , GRS and RAGRS . 对于存储帐户,可以更改LRSGRSRAGRS之间的冗余级别。 You can't change the redundancy level if the Storage account's redundancy type is ZRS or Premium LRS . 如果存储帐户的冗余类型为ZRSPremium LRS则不能更改冗余级别。
  • You can change the access tier between Hot and Cold . 您可以在HotCold之间更改访问层。

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

相关问题 如何强制Azure存储帐户作为经典 - How to force Azure Storage Account as classic 查找未使用的存储帐户 azure ARM - Find unused storage account azure ARM Powershell:将文件从 Azure 文件共享复制到 Blob 存储帐户 - Powershell: Copy file from Azure File Share to Blob Storage account 需要将 Azure 存储帐户容器和 blob 访问级别更改为私有 - Need to change Azure Storage account containers and blob access levels to private 使用Powershell脚本将Azure SQL数据库差异备份到存储帐户Blob存储中 - Differential backup of azure sql database in to storage account blob storage using Powershell Script 白名单 Azure Azure 存储中的自动化帐户以从 blob 读取压缩模块并上传到 azure 自动化模块 - Whitelist Azure Automation account in Azure Storage to read zipped module from blob and upload in azure automation module Microsoft Azure Blob存储更新 - Microsoft Azure Blob storage update 写入 Azure 存储 Blob (PowerShell) - Write to Azure Storage Blob (PowerShell) Azure blob 存储压缩存档 - Azure blob storage compress archive Azure Powershell将Azure存储帐户复制到另一个Azure存储帐户 - Azure Powershell to copy azure storage account to another azure storage account
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM