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

Migrate to Azure.Data.Tables SDK for Azure Table Storage #7300

Merged
merged 6 commits into from
Oct 13, 2021

Conversation

ReubenBond
Copy link
Member

This PR migrates Orleans' Azure Table Storage SDK from Microsoft.Azure.Cosmos.Table to Azure.Data.Tables, which required many changes due to API differences.

Since the new library includes native support for Azure Active Directory authentication, I removed the custom TokenCredential code which we had previously and added all of the new authentication options to Tables/Blobs/Storage options, as well as a property on each which allows the developer to supply a delegate used to construct the respective service clients

cc @jsquire @christothes

@ReubenBond ReubenBond added this to the 4.0.0 milestone Sep 24, 2021
@ReubenBond ReubenBond force-pushed the migrate/azure-table-storage branch from ae0ed16 to 55ee387 Compare September 24, 2021 14:20
Copy link

@christothes christothes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@ReubenBond ReubenBond force-pushed the migrate/azure-table-storage branch from 2481a36 to c7cb4c2 Compare September 24, 2021 16:48

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@ReubenBond ReubenBond force-pushed the migrate/azure-table-storage branch from c7cb4c2 to 3113691 Compare September 24, 2021 18:59

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Copy link
Member

@galvesribeiro galvesribeiro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ReubenBond ReubenBond force-pushed the migrate/azure-table-storage branch from e3c9a80 to 8267375 Compare October 11, 2021 19:25
@ReubenBond
Copy link
Member Author

We can address the Event Hubs provider in a separate PR - it can also take advantage of a wider variety of authentication options

@ReubenBond ReubenBond force-pushed the migrate/azure-table-storage branch from 140768e to 8267375 Compare October 12, 2021 12:13
@benjaminpetit benjaminpetit merged commit 3895e07 into dotnet:main Oct 13, 2021
shmurchi pushed a commit to shmurchi/orleans that referenced this pull request Oct 28, 2021
* Migrate to Azure.Data.Tables SDK for Azure Table Storage

* PR feedback

* Reduce use of Tuple and other minor inefficiencies

* Add helper methods for setting Azure Storage credentials

* Table & Blob storage config updates

* Fix test usages of table & blob storage config
ReubenBond added a commit to shmurchi/orleans that referenced this pull request Nov 9, 2021
* Migrate to Azure.Data.Tables SDK for Azure Table Storage

* PR feedback

* Reduce use of Tuple and other minor inefficiencies

* Add helper methods for setting Azure Storage credentials

* Table & Blob storage config updates

* Fix test usages of table & blob storage config
@ReubenBond ReubenBond deleted the migrate/azure-table-storage branch November 16, 2021 16:45
ReubenBond added a commit that referenced this pull request Nov 16, 2021
* Migrate to Azure.Data.Tables SDK for Azure Table Storage (#7300)

* Migrate to Azure.Data.Tables SDK for Azure Table Storage

* PR feedback

* Reduce use of Tuple and other minor inefficiencies

* Add helper methods for setting Azure Storage credentials

* Table & Blob storage config updates

* Fix test usages of table & blob storage config

* Add deprecation messages

* Support additional authentication options for Azure Event Hub streams provider

Co-authored-by: Reuben Bond <203839+ReubenBond@users.noreply.github.com>
Co-authored-by: ReubenBond <rebond@microsoft.com>
starcraft66 added a commit to starcraft66/orleans that referenced this pull request Nov 18, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Dec 2, 2023
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.

None yet

5 participants