You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: