It is not a good idea to check in your secret API keys, passwords, tokens,… in your source control. And because I kept on struggling with managing secrets and passwords for my solution… Here is a small tutorial on how to load settings from keyvault. Keyvault is an awesome tool to manage passwords , api keys and other secrets for your solution. It also helps you to keep things organized and store all secrets in one place!