azure-storage-blobs-cpp

Microsoft Azure Storage Blobs SDK for C++ development

brewmacoslinux
Try with needOr install directly
Source

About

Microsoft Azure Storage Blobs SDK for C++

Commands

azure-storage-blobs-cpp

Examples

Include the SDK headers in your C++ project for blob storage operations$ #include <azure/storage/blobs.hpp>
Link against the library when compiling C++ applications$ g++ -o myapp myapp.cpp -lazure-storage-blobs
Use pkg-config to get compiler and linker flags for the SDK$ pkg-config --cflags --libs azure-storage-blobs-cpp