Skip to content

Azure: Reduce manual configuration #348

@johnbradley

Description

@johnbradley

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions