You are a developer and you have knowledge of secrets. You're aware that you should not be putting secrets into GitHub (or any other SCM service). How do you prevent the secret from getting checked in? Is there a tool at Azure that can be easily leveraged for managing secrets?

When you deploy, how do you get the secret from Key Vault into your Azure App Service? Is there a way to share a secret across multiple services at Azure?

This talk will show how to quickly and easily leverage Azure Key Vault to hold secrets, and how to make them available to developers on their local machines as well as to your deployed resources at Azure.