overture-stack / dms

Overture Data Management System
GNU Affero General Public License v3.0
0 stars 1 forks source link

Feature Request - Azure Support for DMS Installer #155

Open andricDu opened 3 years ago

andricDu commented 3 years ago

As Score supports using Azure as the backing object store, the DMS installer should be able to provide the option for running against an Azure storage account.

Detailed Description

Possible Implementation

b-f-chan commented 3 years ago

Thanks @andricDu. Regarding the params you mentioned above, would the DMS installer need to use the Create Container operation in the Azure Blob Service REST API?

The request headers accept an account name, a signature (which seems is the storage account key/secret), and level of access. But I'm not sure if it's the exact endpoint you were referring to:

https://docs.microsoft.com/en-us/rest/api/storageservices/create-container