1 implementation of HomeFolder
Microsoft.Extensions.Logging.AzureAppServices (1)
WebAppContext.cs (1)
21public string HomeFolder { get; } = Environment.GetEnvironmentVariable("HOME");
2 references to HomeFolder
Microsoft.Extensions.Logging.AzureAppServices (2)
FileLoggerConfigureOptions.cs (1)
23options.LogDirectory = Path.Combine(_context.HomeFolder, "LogFiles", "Application");
SiteConfigurationProvider.cs (1)
13var settingsFolder = Path.Combine(context.HomeFolder, "site", "diagnostics");