You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- commenting out until this is pushed via the AKS PR [!INCLUDE [component-support](../../includes/dapr-in-azure/dapr-support-policy.md)] -->
54
+
55
+
### Tier 1 versus Tier 2 components
56
+
57
+
A subset of Dapr components is supported for the Dapr extension for AKS and Arc-enabled Kubernetes. Within that subset, Dapr components are broken into two support categories: Tier 1 or Tier 2.
58
+
59
+
-[Tier 1 components:](../../articles/aks/dapr-overview.md#tier-1-components) Stable components that receive immediate investigation in critical (security or serious regression) scenarios. Otherwise, Microsoft collaborates with open source to address in a hotfix or the next regular release.
60
+
-[Tier 2 components:](../../articles/aks/dapr-overview.md#tier-2-components) Components that are investigated on a lesser priority, as they're not in stable state or are with a third party provider.
61
+
62
+
#### Tier 1 components
63
+
64
+
| API | Component | Type |
65
+
| --- | --------- | ------ |
66
+
| State management | Azure Blob Storage v1<br>Azure Table Storage<br>Microsoft SQL Server |`state.azure.blobstorage`<br>`state.azure.tablestorage`<br>`state.sqlserver`|
67
+
| Publish & subscribe | Azure Service Bus Queues<br>Azure Service Bus Topics<br>Azure Event Hubs |`pubsub.azure.servicebus.queues`<br>`pubsub.azure.servicebus.topics`<br>`pubsub.azure.eventhubs`|
68
+
| Binding | Azure Storage Queues<br>Azure Service Bus Queues<br>Azure Blob Storage<br>Azure Event Hubs |`bindings.azure.storagequeues`<br>`bindings.azure.servicebusqueues`<br>`bindings.azure.blobstorage`<br>`bindings.azure.eventhubs`|
69
+
70
+
#### Tier 2 components
71
+
72
+
| API | Component | Type |
73
+
| --- | --------- | ------ |
74
+
| State management | Azure Cosmos DB<br>PostgreSQL<br>MySQL & MariaDB<br>Redis |`state.azure.cosmosdb`<br>`state.postgresql`<br>`state.mysql`<br>`state.redis`|
0 commit comments