I would like to use Azure Key Vault as a connected service in a VS 2017 Web App project. I am following the tutorial at https://www.rahulpnath.com/blog/azure-key-vault-as-a-connected-service-in-visual-studio-2017/ and I have all of the prerequisites shown but Azure Key Vault still does not show-up under available connected services.
I tried downloading the Azure Key Vault Nuget and that did not work. I installed the web development workload and that did not work. I changed from .net framework 4.6.1 to 4.7.1 and that did not work. I am using VS 2017 Community Version 15.9.12. How can I get the key vault service to show-up?
I would like to be able to use Azure Key Vault as a connected service.