How can I store Images in Azure Cosmos DB?

后端 未结 2 1963
眼角桃花
眼角桃花 2020-12-20 12:54

I have PNG images which i want to store in cosmos db along with some metadata. What is the best way to store it ? I don\'t want to store in Azure blob storage separately, be

2条回答
  •  一整个雨季
    2020-12-20 13:29

    There is a limitation for the total size of all attachments..

    I published a blog article which shows a comparison.

    https://docdb.info/azure-cosmos-db-document-attachment-storage-comparison/

    I am about to publish an article which shows how you can use a Function App to receive a Form-Post an saves the file attachment.

提交回复
热议问题