Skip to content

Add from_container_url class method to AzureBlobHandler#62

Merged
heidi-holm-4ss merged 3 commits into
mainfrom
update_AzureBlobHandler
Mar 12, 2026
Merged

Add from_container_url class method to AzureBlobHandler#62
heidi-holm-4ss merged 3 commits into
mainfrom
update_AzureBlobHandler

Conversation

@heidi-holm-4ss
Copy link
Copy Markdown
Contributor

Adds a from_container_url class method to AzureBlobHandler that allows instantiation from a container-level SAS URL instead of a connection string.

The existing constructor requires an account-level connection string, which grants broad access to the storage account. A container-level SAS URL scopes access to a single container, which is preferable for security-sensitive use cases where access should be limited to a specific project.

@heidi-holm-4ss heidi-holm-4ss merged commit ac467f5 into main Mar 12, 2026
9 checks passed
@heidi-holm-4ss heidi-holm-4ss deleted the update_AzureBlobHandler branch March 12, 2026 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature

Development

Successfully merging this pull request may close these issues.

2 participants