azure-sdk-for-cpp icon indicating copy to clipboard operation
azure-sdk-for-cpp copied to clipboard

After ManagedIdentityCredential GA, update docs.microsoft.com to include C++ sample.

Open antkmsft opened this issue 4 years ago • 4 comments

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.

antkmsft avatar Aug 03 '21 19:08 antkmsft

Extracted from #2604

antkmsft avatar Aug 03 '21 19:08 antkmsft

@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 avatar Aug 11 '21 11:08 nilact

@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

antkmsft avatar Aug 11 '21 12:08 antkmsft

@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.

antkmsft avatar Aug 11 '21 12:08 antkmsft

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.

github-actions[bot] avatar Apr 12 '24 18:04 github-actions[bot]