WebDav on Azure Blob storage

5.3k views Asked by At

Is there a way to implement IT HIT WebDAV on the Azure blob file storage? We really don't want to buy Virtual Machine to do so, we already got Web Application running on Azure and we want to store all Documents/Files on the Azure file storage. Any help will be highly appreciated.

1

There are 1 answers

0
Vladislav Scherbinin On

IT Hit has created a WebDAV Server sample with Azure Data Lake back-end and Azure Active Directory integration. The sample configuration description is located here: ASP.NET Core WebDAV Server Sample with Azure Blob / Data Lake Storage Back-End. You can browse the source code of this sample on GitHub.

The document's content in this sample is indexed by Azure Cognitive Search. The detailed instructions for its configuration could be found here: Azure Data Lake Full-Text Cognitive Search Configuration:

You can also create and deploy this sample directly to your Azure account using the ASP.NET WebDAV Server Data Lake Wizard, which will really save you a lot of time.