Aspire.Microsoft.Azure.Cosmos
& Aspire.Microsoft.EntityFrameworkCore.Cosmos
Do Not Configure Health Checks
#2571
Labels
⌚ Not Triaged
Not triaged
Hi
The
Aspire.Microsoft.Azure.Cosmos
&Aspire.Microsoft.EntityFrameworkCore.Cosmos
components do not configure health checks for Cosmos DB, though the docs suggest that they do. Their respective settings classes also do not include theDisableHealthChecks
property:MicrosoftAzureCosmosSettings.cs
EntityFrameworkCoreCosmosSettings.cs
In contrast, the
Aspire.Hosting.Azure.CosmosDB
package does configure health checks using theAspNetCore.HealthChecks.CosmosDb
package.Just wondering if this is by design or was missed. If this needs to added, I'm happy to take a stab at a PR.
Thanks!
The text was updated successfully, but these errors were encountered: