Skip to content

Commit

Permalink
rm health-check
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame committed Nov 13, 2023
1 parent 4a98178 commit 04c2152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion az-appservice-dotnet/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static async Task Main(string[] args)

var app = builder.Build();

CheckProvidersHealth(app);
// CheckProvidersHealth(app);

app.MapGet("/", () =>
{
Expand Down

0 comments on commit 04c2152

Please sign in to comment.