Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure: Reduce manual configuration #348

Open
johnbradley opened this issue Mar 14, 2022 · 0 comments
Open

Azure: Reduce manual configuration #348

johnbradley opened this issue Mar 14, 2022 · 0 comments

Comments

@johnbradley
Copy link
Collaborator

Right now users must setup fields to specify which backend storage to use:

AZURE_SUBSCRIPTION_ID = 'azure_subscription_id' # Azure Subscription Id containing the storage account
AZURE_RESOURCE_GROUP = 'azure_resource_group' # Group within subscription containing the storage account
AZURE_STORAGE_ACCOUNT = 'azure_storage_account' # Azure Storage Account Name
AZURE_CONTAINER_NAME = 'azure_container_name' # Container/Bucket/FileSystem name within the Azure Storage Account

This is tedious and error prone.

One option is to search Azure for appropriately setup buckets(containers) and let the user pick if they have multiple.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant