Registry / auth / azure-identity-cpp

azure-identity-cpp

JSON →
library1.13.3vcpkgunverified

Microsoft Azure Identity SDK for C++ providing common authentication abstractions for Azure SDK

vcpkg install azure-identity-cpp
INSTALL
IMPORT
SIG · AZURE-IDENTITY-CPP
A
azure-identity-cpp
authcppv1.13.3
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/identity.hpp
#include <azure/identity.hpp>

Create a default Azure credential

#include <azure/identity.hpp> #include <iostream> int main() { auto credential = std::make_shared<Azure::Identity::DefaultAzureCredential>(); std::cout << "Created default Azure credential\n"; return 0; }
Debug
Known issues
gotchaRequires linking with Azure Core and other Azure SDK libraries
fix
Ensure target_link_libraries includes Azure::azure-core and Azure::azure-identity
affects: all
Upgrade
Version history
1.13.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
22
Resources

No resource links recorded.

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