Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure.Extensions.AspNetCore.Configuration.Secrets #1

Open
jimwallery opened this issue Aug 11, 2021 · 1 comment
Open

Azure.Extensions.AspNetCore.Configuration.Secrets #1

jimwallery opened this issue Aug 11, 2021 · 1 comment

Comments

@jimwallery
Copy link

Running the sample in Azure found that when requesting stock quote that I was getting an error. From debugging I was thinking it might be related to the referenced meta: Azure.Extensions.AspNetCore.Configuration.Secrets not containing the change of the "--" to ":" referenced in the On.NET Ch 9 Secretless Apps YouTube video.

So in public static class ConfigurationBuilderExtensions class line 20 :config.AddAzureKeyVault(secretClient, new KeyVaultSecretManager()); method the needed conversion is not occurring? Maybe I am off base with my issue but I don't see the same meta code that you referenced in the video.

Any help or advise you can provide is appreciated. Thank you.

@williamgto250
Copy link

Add Azure.Identity and go to tools - options - Azure Service Authentication and select valid account

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants