Open raphaelauv opened 3 years ago
Hello , I would like to use a dockerized azurite for mocking Azure Blob Storage with a service that require to give a URI of this format :
wasbs://<container>@<storage-account>.blob.core.windows.net/<path>
and credentials by ENV
AZURE_STORAGE_CONNECTION_STRING AZURE_STORAGE_ACCESS_KEY
I don't know how to proceed , could you give me an example ? Thank you
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hello , I would like to use a dockerized azurite for mocking Azure Blob Storage with a service that require to give a URI of this format :
wasbs://<container>@<storage-account>.blob.core.windows.net/<path>
and credentials by ENV
I don't know how to proceed , could you give me an example ? Thank you