1 write to Configuration
HealthChecksSample (1)
ManagementPortStartup.cs (1)
11Configuration = configuration;
2 references to Configuration
HealthChecksSample (2)
ManagementPortStartup.cs (2)
36app.UseHealthChecks("/health", port: Configuration["ManagementPort"]); 40await context.Response.WriteAsync($"Go to http://localhost:{Configuration["ManagementPort"]}/health to see the health status");