mirror of https://github.com/dapr/docs.git
remove explicit callout for cosmosdb
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
8d356c3941
commit
e2ee6eb020
|
@ -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
|
- 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" %}}
|
{{% 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 %}}
|
{{% /alert %}}
|
||||||
|
|
||||||
### Previous Generally Available (GA) components
|
### Previous Generally Available (GA) components
|
||||||
|
|
|
@ -7,10 +7,6 @@ aliases:
|
||||||
- "/operations/components/setup-state-store/supported-state-stores/setup-azure-cosmosdb/"
|
- "/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
|
## 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.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue