From e2ee6eb020d0bdd82e4d6da6e4cb3f870dea3117 Mon Sep 17 00:00:00 2001 From: Hannah Hunter Date: Wed, 21 Feb 2024 09:43:41 -0500 Subject: [PATCH] remove explicit callout for cosmosdb Signed-off-by: Hannah Hunter --- .../en/operations/components/certification-lifecycle.md | 4 +++- .../supported-state-stores/setup-azure-cosmosdb.md | 4 ---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/daprdocs/content/en/operations/components/certification-lifecycle.md b/daprdocs/content/en/operations/components/certification-lifecycle.md index c00aeb73a..52b6b015a 100644 --- a/daprdocs/content/en/operations/components/certification-lifecycle.md +++ b/daprdocs/content/en/operations/components/certification-lifecycle.md @@ -63,7 +63,9 @@ A component may skip the Beta stage and conformance test requirement per the dis - A maintainer will address component security, core functionality and test issues according to the Dapr support policy and issue a patch release that includes the patched stable component {{% alert title="Note" color="primary" %}} -Stable components undergo thorough testing before being moved to stable state. While Dapr may deem a component as "stable", Dapr can't guarantee that the vendor will support it. See [Azure CosmosDB state store component]({{< ref setup-azure-cosmosdb.md >}}) as an example. +While Dapr claims a component is stable, it is based on Dapr's tests and not a guarantee of support by any specific vendor. + +Dapr tests guarantee the stability of a component independent of a third party vendor's stability status. This is because the meaning of stable (or alpha and beta) can vary for each vendor. {{% /alert %}} ### Previous Generally Available (GA) components diff --git a/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-azure-cosmosdb.md b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-azure-cosmosdb.md index 0aba3932f..d7ee723ea 100644 --- a/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-azure-cosmosdb.md +++ b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-azure-cosmosdb.md @@ -7,10 +7,6 @@ aliases: - "/operations/components/setup-state-store/supported-state-stores/setup-azure-cosmosdb/" --- -{{% alert title="Important" color="warning" %}} -[Dapr's stable certification]({{< ref "certification-lifecycle.md#stable" >}}) is independent of any vendor. While the Azure Cosmos DB component is tested and stable, Dapr can't guarantee that the vendor will support it. -{{% /alert %}} - ## Component format To setup Azure Cosmos DB state store create a component of type `state.azure.cosmosdb`. See [this guide]({{< ref "howto-get-save-state.md#step-1-setup-a-state-store" >}}) on how to create and apply a state store configuration.