Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Make connection string optional for blob #71

Merged
merged 3 commits into from
Feb 3, 2023

Conversation

ahuang11
Copy link
Contributor

@ahuang11 ahuang11 commented Jan 25, 2023

Use default azure credential for blob storage credentials.

Closes #70

Example

Screenshots

Checklist

  • References any related issue by including "Closes #" or "Closes ".
    • If no issue exists and your change is not a small fix, please create an issue first.
  • Includes tests or only affects documentation.
  • Passes pre-commit checks.
    • Run pre-commit install && pre-commit run --all locally for formatting and linting.
  • Includes screenshots of documentation updates.
    • Run mkdocs serve view documentation locally.
  • Summarizes PR's changes in CHANGELOG.md

@ahuang11 ahuang11 requested review from rpeden and a team January 25, 2023 23:17
@desertaxle desertaxle merged commit cc5b944 into main Feb 3, 2023
@desertaxle desertaxle deleted the blob_storage_optional_conn_str branch February 3, 2023 14:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make the credentials optional for the AzureBlobStorageCredentials Block or for blob interaction in general.
2 participants