Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save stijnmoreels/0f9e3c36d6f468b65bbf3a73047d9e31 to your computer and use it in GitHub Desktop.

Select an option

Save stijnmoreels/0f9e3c36d6f468b65bbf3a73047d9e31 to your computer and use it in GitHub Desktop.
public void ConfigureServices(IServiceCollection services)
{
services.AddHealthChecks();
services.AddAzureBlobStorage("UseDevelopmentStorage=true", "arcusblobs");
services.AddTcpHealthProbes("Health:Tcp:Port");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment