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

Support Azure Storage SDK 8.+ #1091

Open
christopheranderson opened this issue Mar 27, 2017 · 3 comments
Open

Support Azure Storage SDK 8.+ #1091

christopheranderson opened this issue Mar 27, 2017 · 3 comments
Milestone

Comments

@christopheranderson
Copy link
Contributor

WebJobs SDK is not compatible with Azure Storage SDK 8.+ and will break customers who try to use it.

Known issues:
Queues stops working due to changes with dequeue count: #1045

@xt0rted
Copy link
Contributor

xt0rted commented Mar 27, 2017

Any chance of pushing a new 2.0.1 version of the webjobs sdk that locks the storage sdk to v7 for now? Currently it's set to WindowsAzure.Storage (>= 7.2.1). My projects are using v2 of the webjobs sdk and v7 of the storage sdk because of the issues I've seen on here, but for anyone who doesn't follow the project this could waste a good amount of their time.

@brettsam
Copy link
Member

The original issue #985 has been resolved with some reflection. I must have missed closing out this issue.

@davidmatson
Copy link
Contributor

davidmatson commented Sep 20, 2017

I think I'm still hitting this issue because I'm on the latest non-prerelease version of the SDK (2.0.0). Could we release an updated non-prerelease 2.0.1 that locks the storage SDK version number while we wait for the final v2.1 or v3.0?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants