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

Dropped the support to the Azure table storage #620

Closed
EdoardoTona opened this issue Sep 3, 2020 · 7 comments
Closed

Dropped the support to the Azure table storage #620

EdoardoTona opened this issue Sep 3, 2020 · 7 comments

Comments

@EdoardoTona
Copy link

What happened:
AspNetCore.HealthChecks.AzureStorage 3.3.0 dropped the support to Azure table storage (aa0c6ff).

What you expected to happen:
Be able to healthcheck the Azure table storage.

How to reproduce it (as minimally and precisely as possible):
Update from AspNetCore.HealthChecks.AzureStorage 3.2.0 (last working version) to 3.3.0

@unaizorrilla
Copy link
Collaborator

In new azure storage SDK‘a table client is not longer supported. The plan is use cosmos HealthCheck for this but SDK and healthcheck is on preview

@unaizorrilla
Copy link
Collaborator

Hi @heaths

What is the state of Azure.Data.Tables? is on preview on nuget? What is the new way to manage Storage Tables?

@christothes
Copy link

The first beta release of Azure.Data.Tables is due to release this month. Keep a lookout for a post on the SDK blog for details.

@unaizorrilla
Copy link
Collaborator

Ok!

@f2calv
Copy link

f2calv commented Sep 12, 2020

So Azure.Data.Tables package is now available (well available in beta at least...) the documentation link is broken but samples link works.

So we wait for a new cosmosdb/tables healthcheck library now right?

@unaizorrilla
Copy link
Collaborator

Yeap! I try to do that this week!!

@unaizorrilla
Copy link
Collaborator

Hi @EdoardoTona @f2calv @christothes

The preview of CosmosDB healthcheck already contains a AddAzureTable healtcheck using new Azure.Data.Tables preview package!

The release is on app veyor, when finished a new preview package AspNetCore.HealthChecks.CosmosDb 3.2.1-preview will be on NuGet!

Just close this issue, please reopen if necesary!

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

No branches or pull requests

4 participants