namespace SampleApp { internal static class Markup { internal const string Text = @"
Secret | Name in Key Vault | Obtained from Configuration | Value |
---|---|---|---|
SecretName | SecretName | Configuration[""SecretName""] |
{0} |
Section:SecretName | Section--SecretName | Configuration[""Section:SecretName""] |
{1} |
Configuration.GetSection(""Section"")[""SecretName""] |
{2} |