docker-azurefile-plugin icon indicating copy to clipboard operation
docker-azurefile-plugin copied to clipboard

Allow full Azure connection string customization

Open pietrom opened this issue 5 years ago • 0 comments

I'm wondering if it's possibile to customize not only AZURE_STORAGE_ACCOUNT and AZURE_STORAGE_ACCOUNT_KEY, as stated in the main doc page, but the full Azure connection string, too.

My use case is to try the plugin using a local-running azurite installation, so providing my own storage account and storage account key is not enough form me - I should provide something like AZURE_CONNECTION_STRING=DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://containerRunningAzurite:10000/devstoreaccount1;QueueEndpoint=http://containerRunningAzurite:10001/devstoreaccount1;

Is there already a way to do something like this? Thank you in advance!

pietrom avatar Mar 04 '20 13:03 pietrom