I’m adding dependencies for my ASP.NET MVC Project with
- Azure Key Vault
- Azure SQL Database
All dependencies are connected successfully. I’ve got my environment variable at Azure App Service / Settings / Environment Variables
and connected to my Azure Key Vault URL. I wanted to add connection strings to azure key vault but somehow I don’t see any object even keys or secret or certificate under my key vault Objects.
My question, where is my Connection Strings?
How to see it under the Azure Portal?
Also following this article https://learn.microsoft.com/en-us/visualstudio/azure/azure-sql-database-add-connected-service?view=vs-2022#connect-to-azure-sql-database-using-connected-services I’m adding the SQL Database dependencies.
This one for the Key Vault https://learn.microsoft.com/en-us/visualstudio/azure/vs-key-vault-add-connected-service?view=vs-2022#add-key-vault-support-to-your-project
Referenced this question on S/O /a/60594690/1533670 that the object is not visible. Is it correct? By the way, I adding the Azure Key Vault and Azure SQL Database by Wizard under publish menu on the project.
Also, I have added Key Vault Administrator under Access Control Key Vault to my Account.