Created
March 20, 2020 10:05
-
-
Save stijnmoreels/0f9e3c36d6f468b65bbf3a73047d9e31 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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