Azure / azure-storage-cpp

Microsoft Azure Storage Client Library for C++
http://azure.github.io/azure-storage-cpp
Apache License 2.0
131 stars 147 forks source link

Support for CppRestSdk? #371

Closed leskodan closed 3 years ago

leskodan commented 3 years ago

I have recently had issues with the cpprestsdk in other parts of my project and learned from the support team that it is no longer supported beyond basic maintenance to the point where I was encouraged to use curl instead. Are there plans for the cpprestsdk dependency associated with this repo to be migrated to curl? Are their any concerns with support of the cpprestsdk components in the long run?

Jinming-Hu commented 3 years ago

No, we're not migrating to libcurl. Actually this project will be deprecated in the future in favor of Track 2 SDK https://github.com/Azure/azure-sdk-for-cpp/tree/master/sdk/storage

leskodan commented 3 years ago

Got it, thanks for the reply! It was unclear to me the difference between this repo, and the one that you linked to.

Jinming-Hu commented 3 years ago

It was unclear to me the difference between this repo, and the one that you linked to.

That one is our new version of storage SDK, with new-designed API, implemented based on libcurl, better performance