Registry / cloud / azure-core-cpp

azure-core-cpp

JSON →
library1.16.2vcpkgunverified

Microsoft Azure Core SDK for C++ provides shared primitives, abstractions, and helpers for modern Azure SDK client libraries written in C++.

vcpkg install azure-core-cpp
INSTALL
IMPORT
SIG · AZURE-CORE-CPP
A
azure-core-cpp
cloudcppv1.16.2
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/core.hpp
#include <azure/core.hpp>

Initialize Azure Core context

#include <azure/core.hpp> #include <iostream> int main() { Azure::Core::Context context; std::cout << "Azure Core SDK initialized" << std::endl; return 0; }
Debug
Known issues
gotchaAzure SDK requires C++14 or later and uses exceptions; ensure your project compiles with /EHsc on MSVC.
fix
Add /EHsc to your compiler flags or set CMAKE_CXX_FLAGS accordingly.
affects: >=1.0.0
Upgrade
Version history
1.16.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources

No resource links recorded.

azure-core-cpp — pip install azure-core-cpp · libregistry