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.
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.