从 Azure 下载 Cosmos DB 的简单方法

che*_*der 4 azure database-backups azure-cosmosdb

我没找到如何下载。我想这样做有两个原因:

  • Backup it to my computer
  • Try to open it with Microsoft Excel

However, I don't find an easy way like clicking on a button to download it.

The only way seems to code a complex piece of code to go throw the whole database and export it in some format like JSON.

Am I right? Hopefully you found an easy way to download the database from Azure!

We clicked here:

截屏

But that csv doesn't contain any data, just information about databases

sil*_*ent 6

您可以使用 Azure 数据工厂并将数据以 CSV 格式导出到 Blob 存储等。使用复制向导应该很容易构建https://learn.microsoft.com/en-us/azure/data-factory/quickstart-create-data-factory-copy-data-tool

上面显示的“导出到 CSV”按钮仅导出 Azure 门户中的资源表,与 Cosmos DB 甚至其中的数据无关。

  • 我建议不要将任何解决方案称为“简单”。同意 ADF 是 OP 的潜在解决方案。 (3认同)