Azure SDK for C++ (November 2025)
The Azure SDK team is pleased to announce our November 2025 client library releases.
5 packages released this month.
Stable Packages (5)
-
Storage - Blobs
-
Storage - Common
-
Storage - Files Data Lake
-
Storage - Files Share
-
Storage - Queues
Release highlights
Storage - Blobs 12.15.0 Changelog
Features Added
- Features in
12.15.0-beta.1are now generally available.
Storage - Common 12.11.0 Changelog
Features Added
- Features in
12.11.0-beta.1are now generally available.
Storage - Files Data Lake 12.13.0 Changelog
Features Added
- Features in
12.13.0-beta.1are now generally available.
Storage - Files Share 12.15.0 Changelog
Features Added
- Features in
12.15.0-beta.1are now generally available.
Storage - Queues 12.5.0 Changelog
Features Added
- New features in
12.5.0-beta.1are now generally available.
Latest Releases
View all the latest versions of C++ packages here.
Installation Instructions
To install the packages, copy and paste the following commands into a terminal:
$> vcpkg add port azure-storage-blobs-cpp
$> vcpkg add port azure-storage-common-cpp
$> vcpkg add port azure-storage-files-datalake-cpp
$> vcpkg add port azure-storage-files-shares-cpp
$> vcpkg add port azure-storage-queues-cpp
You can also install the packages from source:
# From Source
git clone https://github.com/Azure/azure-sdk-for-cpp
# git checkout <tag_name>
# For example:
git checkout azure-storage-blobs_12.0.0
Feedback
If you have a bug or feature request for one of the libraries, please post an issue to GitHub.