You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 17, 2025. It is now read-only.
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!
I'm wondering if it's possibile to customize not only
AZURE_STORAGE_ACCOUNTandAZURE_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!