Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WebDav on Azure Blob storage

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.

like image 310
Chirag Pareek Avatar asked Jan 04 '17 15:01

Chirag Pareek


People also ask

Can you Sftp to Azure Blob storage?

You can securely connect to the Blob Storage endpoint of an Azure Storage account by using an SFTP client, and then upload and download files. This article shows you how to enable SFTP, and then connect to Blob Storage by using an SFTP client.

Can you map Azure Blob storage as drive?

“Using CloudBerry Drive, you can mount your Microsoft Azure account as a network drive to your Windows computer and use it just like any other hard drive.”

How do I connect to Azure Blob storage?

For the Blob path property, enter the name of the folder that you want to monitor. To find the folder name, open your storage account in the Azure portal. In the navigation menu, under Data Storage, select Containers. Select your blob container.


1 Answers

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.

like image 72
Vladislav Scherbinin Avatar answered Sep 29 '22 08:09

Vladislav Scherbinin