使用 dropbox 共享 azure web apps 文件夹

Use dropbox to share azure web apps folder

在我们的生产 Web 应用程序中,我们有 34000 张图像的图像文件夹。

我们可以使用 azure Kudu 来压缩文件夹,但是下载大文件夹太慢了。

A​​mazon S3 有共享网站文件夹检查的选项this and this

是否有通过 Dropbox 或 Azure 门户共享 Web 应用程序文件夹的选项?

Is there option to share web apps folder via dropbox or azure portal ?

据我所知,Amazon S3 是亚马逊提供的简单存储服务。根据我的理解,您可以利用 Azure Blob Storage to store your images, and you could leverage Microsoft Azure Storage Explorer 轻松处理 Azure 存储数据。

根据您的描述,我假设您正在使用 Azure Web App 来托管您的 Web 应用程序并将图像与您的网站一起存储。考虑到您的 Web 应用程序可以扩展到多个实例,您需要将文件(例如图像、txt、csv 等)存储到中央数据存储。下面是一些Azure Storage入门教程,大家可以参考一下:

storage-getting-started-guide

storage-how-to-use-blobs