Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Allow full Azure connection string customization #11

@pietrom

Description

@pietrom

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions