Skip to content

Commit 32595e1

Browse files
committed
comment out include for preview link
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 48a3a98 commit 32595e1

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

articles/container-apps/dapr-overview.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,31 @@ To learn more about using _alpha_ Dapr APIs and features, [see the Dapr FAQ][dap
5050
| [**Configuration**][dapr-config] | GA | Retrieve and subscribe to application configuration items for supported configuration stores. |
5151

5252

53-
[!INCLUDE [component-support](../../includes/dapr-in-azure/dapr-support-policy.md)]
53+
<!-- 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` |
75+
| Publish & subscribe | Apache Kafka<br>Redis Streams | `pubsub.kafka`<br>`pubsub.redis` |
76+
| Binding | Azure Event Grid<br>Azure Cosmos DB<br>Apache Kafka<br>PostgreSQL<br>Redis<br>Cron | `bindings.azure.eventgrid`<br>`bindings.azure.cosmosdb`<br>`bindings.kafka`<br>`bindings.postgresql`<br>`bindings.redis`<br>`bindings.cron` |
77+
| Configuration | PostgreSQL<br>Redis | `bindings.postgresql`<br>`bindings.redis` |
5478

5579
## Limitations
5680

0 commit comments

Comments
 (0)