Description
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 the DisableHealthChecks
property:
MicrosoftAzureCosmosSettings.cs
EntityFrameworkCoreCosmosSettings.cs
In contrast, the Aspire.Hosting.Azure.CosmosDB
package does configure health checks using the AspNetCore.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!