aspnet / MicrosoftConfigurationBuilders

Microsoft.Configuration.Builders
MIT License
118 stars 61 forks source link

Getting error when starting app locally. Using .Net 4.8 ASP.Net #147

Closed joshuamiller52 closed 2 years ago

joshuamiller52 commented 3 years ago

image I keep getting this error and I can not figure out what URI would be invalid

image

I have full access to the Key vault I am trying to connect to and I have a connected service to my key vault setup in Visual studio for my project

Expecho commented 3 years ago

Just to make sure, you keyvault is named [VaultName]? I suspect you need to remove []. You do need the name part. If your Vault Uri is https://mykv.vault.azure.net/ the vaultName value in the web.config should be mykv

StephenMolloy commented 2 years ago

I believe @Expecho has the correct answer here. Closing the issue.