Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

9
  • 1
    Check out the third link, it has code examples of how to integrate the Key Vault with any .NET project. Commented Apr 17, 2021 at 21:57
  • 1
    If this answer helped, please remember to let the community know by upvoting or accepting the answer. Commented Apr 18, 2021 at 11:57
  • 1
    Try the second link: docs.microsoft.com/azure/key-vault/general/… this tutorial shows you how to use managed identities to connect to the Key Vault rather than have credentials in your code. Commented Apr 26, 2021 at 20:30
  • 1
    I've updated my answer with examples from Microsoft. Commented Apr 26, 2021 at 21:41
  • 1
    yes, it's the web app name: docs.microsoft.com/cli/azure/webapp/… @johnGu no it won't because you're using a managed identity to connect to the Key Vault Commented Apr 27, 2021 at 11:36