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