azure-sdk-for-cpp
azure-sdk-for-cpp copied to clipboard
After ManagedIdentityCredential GA, update docs.microsoft.com to include C++ sample.
If there are any docs having this for other language SDKs, C++ sample should be included there as well.
If there are docs.microsoft.com that use Azure SDK in their samples, with multiple tabs for Java, C#, and so on, C++ should be there as well.
Note there are some docs that do have samples for different languages, but they do not use any Azure SDK: they show how to send a HTTP request and parse response JSON. Those should not be updated as part of this.
Extracted from #2604
@RickWinter @antkmsft
Any idea when the docs will be updated? Or when MangedIdentityCredential changes will be available with SDK?
Even if the docs will be updated later on, a snippet would be helpful as in how to use the ManagedIdentityCredential
@nilact, Managed Identity Credential is available in the source tree.
azure-identity 1.1.0 has it: https://github.com/Azure/azure-sdk-for-cpp/releases/tag/azure-identity_1.1.0
It will become available as vcpkg once this PR gets completed by the vcpkg team: https://github.com/microsoft/vcpkg/pull/19485
The code snippet is here: https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/identity/azure-identity/samples/managed_identity_credential.cpp
@nilact, please let me know if you have more questions, if it is easy to start using the credential, and whether in general it works for you or not.
Hi @antkmsft, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support.