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.
Asked
Active
Viewed 4,568 times
10
-
Seriously no one can answer this, desperately need to sort this out! – Chirag Pareek Jan 06 '17 at 10:17
-
A workaround would be adding a VM with IIS - but that cannot be the solution. – mbx Jun 30 '17 at 12:07
-
We have done it with an Azure Function....for Azure FILES.... – Alfred Madl Aug 03 '19 at 02:27
-
1Anyone worked this out? @Alfred can you elaborate more on your approach? – Andreas May 24 '20 at 20:52
1 Answers
5
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.

Vladislav Scherbinin
- 152
- 1
- 5