I need to implement custom DMS system based on SharePoint online and Azure Blob Storage. I want to use BCS with oData service implementation for Azure Blob Storage. Client need to work with larger files in more geo locations.
Any suggestions, or any better tip/hint?
Go to your Azure account and open Storage accounts to create a new storage account. Note the name you gave to it. Azure create storage
After creating your storage account, create a File Share:
Azure create a file share
Open your created storage account and copy the URL.
Azure file storage URL
Go to your storage account access keys and copy the key.
Azure keys
In your storage account, open the Connect tab. You should see the command line and PowerShell commands to map the Azure file storage to your local computer. Set the desired letter for your mapped driver and copy the commands. We used the command line version.
Azure services folder
Open a command line and paste the command you copied. Execute it.
Azure mapping folder cmd
You should now see the mapped folder in your local windows explorer: