Skip to content

Refactor storage factory #1895

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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

jgbradley1
Copy link
Collaborator

Description

This PR is not ready for review or to be merged yet.

This PR refactors the storage factory to make it plug-and-play friendly, allowing anyone to implement and register a custom storage provider to use their desired solution (CosmosDB, SQL server, etc).

Proposed Changes

The core functionality was already in the code. We just never explicitly exposed it in a way that was clear to external users. This change should make it a little more clear.

Checklist

  • I have tested these changes locally.
  • I have reviewed the code changes.
  • I have updated the documentation (if necessary).
  • I have added appropriate unit tests (if applicable).

@jgbradley1 jgbradley1 requested review from a team as code owners April 24, 2025 13:14
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

Successfully merging this pull request may close these issues.

1 participant