1 implementation of SiteName
Microsoft.Extensions.Logging.AzureAppServices (1)
WebAppContext.cs (1)
24public string SiteName { get; } = Environment.GetEnvironmentVariable("WEBSITE_SITE_NAME");
1 reference to SiteName
Microsoft.Extensions.Logging.AzureAppServices (1)
BlobLoggerConfigureOptions.cs (1)
28options.ApplicationName = _context.SiteName;