Registry / cloud / azure-storage-blobs-cpp

azure-storage-blobs-cpp

JSON →
library12.16.0vcpkgunverified

Microsoft Azure Storage Blobs SDK for C++ provides client libraries for working with Azure Blob Storage.

vcpkg install azure-storage-blobs-cpp
INSTALL
IMPORT
SIG · AZURE-STORAGE-BLOB
A
azure-storage-blobs-cpp
cloudcppv12.16.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

azure/storage/blobs.hpp
#include <azure/storage/blobs.hpp>

Minimal example creating a BlobServiceClient (requires valid connection string).

#include <azure/storage/blobs.hpp> #include <iostream> int main() { using namespace Azure::Storage::Blobs; BlobServiceClient client("https://<storage-account>.blob.core.windows.net"); std::cout << "Client created." << std::endl; return 0; }
Debug
Known issues
gotchaRequires Azure SDK dependencies (azure-core, azure-identity) and a valid connection string or credential.
fix
Ensure all Azure SDK packages are installed and configure authentication properly.
affects: *
Upgrade
Version history
12.16.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources

No resource links recorded.

azure-storage-blobs-cpp — pip install azure-storage-blobs-cpp · libregistry