Document Collaboration using Azure Blob Storage?

Pino Carafa 121 Reputation points
2021-11-23T11:21:52.327+00:00

While using Microsoft Teams we can collaborate on certain documents, for example Word Document, Excel Spreadsheets and so on.

In Microsoft Teams multiple people can work on the same document simultaneously.

Our software uses Azure Blob Storage to store documents. I believe Microsoft Teams uses Sharepoint?

Is there a way to leverage the "Sharepoint" functionality that allows people to collaborate on documents in Teams and use it the same way for documents stored in Azure Blob Storage? If there isn't, are there any plans to implement something like this in the near future?

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,192 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. deherman-MSFT 38,021 Reputation points Microsoft Employee Moderator
    2021-11-23T19:22:07.513+00:00

    @Pino Carafa Azure Blob storage allows your application to use optimistic concurrency which is what you would want to do in this case. Please see Managing Concurrency in Blob storage for the different options and some samples of how this could be implemented programmatically.

    Hope this helps! Let us know if you have further questions or issues.

    -------------------------------

    Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.