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