将Blob,队列和表迁移到Azure中的不同区域 [英] Migrating blobs, queues, and tables to different regions in Azure

查看:62
本文介绍了将Blob,队列和表迁移到Azure中的不同区域的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道将Blob,队列和表迁移到不同区域的最佳实践和建议是什么?

I am wondering what the best practices and recommendations are to migrating blobs, queues, and tables to different regions?

 

我们使用系统中硬编码的完整url结构(例如xxx.blob.ore.windows.net).我认为门户网站不会让我们使用相同的url结构创建另一个存储帐户.有没有 除AzCopy以外的其他迁移方式?预先谢谢你!

We use the full url structure hardcorded in the system (e.g xxx.blob.ore.windows.net). I don't think the portal will let us create another storage account with the same url structure. Is there any other way to migrate it other than AzCopy? Thank you in advance!



推荐答案

您可以使用Azure数据工厂将数据复制到Azure或从Azure复制数据Blob存储.如果要使用相同的URL,则需要备份存储帐户 数据并删除旧的并在新区域中创建具有相同名称的新存储帐户,然后上传数据. 无法恢复一个 已删除的存储帐户 或 检索删除之前包含的任何内容.在删除帐户之前,请确保备份要保存的任何内容.帐户中的所有资源也是如此-删除Blob,表,队列或文件后,该资源将永久保存 删除.

You can use Azure Data Factory for Copy data to or from Azure Blob storage. If want to use the same URL you need to take backup of the storage account data and delete the old ones and create new storage account with the same name in new region and upload the data.

Note:
It's not possible to restore a Deleted storage accountor retrieve any of the content that it contained before deletion. Be sure to back up anything you want to save before you delete the account. This also holds true for any resources in the account—once you delete a blob, table, queue, or file, it is permanently deleted.


有关更多信息,建议您
参考 .


For more information, suggest you to
refer
Frequently asked questions about Azure Storage migration.


Let me know if there are still any questions I can help with.

If this answer was helpful, click "Mark as Answer" or "Up-Vote". To provide additional feedback on your forum experience, click here


这篇关于将Blob,队列和表迁移到Azure中的不同区域的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆