gpt4 book ai didi

python - 哪种 Azure 存储选项可用于图像 + 元数据?

转载 作者:行者123 更新时间:2023-12-03 05:39:12 25 4
gpt4 key购买 nike

我正在开发一个托管在 Azure 上的 Python Web 应用程序,该应用程序需要访问一组图像和关联的元数据。我读到在 Azure 中存储图像的最佳选择是使用 Blob 存储,但我对如何从我的应用程序访问图像有点困惑。理想情况下,我希望能够让我的应用程序快速访问特定图像及其元数据。提前致谢!

最佳答案

Azure Blob 存储使用元数据存储图像是一件好事。

Microsoft 提供了如何使用 Azure SDK(在 C# 中)设置和检索带有元数据的图像的示例:https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-container-properties-metadata

对此的最佳存储是 Azure Data Lake gen 2:https://learn.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction使用 Blob 存储的新一代存储(低价)

在 python 中,您可以按照下一个链接中的步骤配置环境:

https://learn.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-python#code-examples

关于python - 哪种 Azure 存储选项可用于图像 + 元数据?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60021457/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com