Skip to content

Commit 00a33be

Browse files
committed
remove duplicate text
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 7a878e1 commit 00a33be

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

articles/container-apps/dapr-overview.md

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -49,32 +49,7 @@ To learn more about using _alpha_ Dapr APIs and features, [see the Dapr FAQ][dap
4949
| [**Secrets**][dapr-secrets] | GA | Access secrets from your application code or reference secure values in your Dapr components. |
5050
| [**Configuration**][dapr-config] | GA | Retrieve and subscribe to application configuration items for supported configuration stores. |
5151

52-
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:** 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:** 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` |
52+
[!INCLUDE [component-support](../../includes/dapr-in-azure/dapr-support-policy.md)]
7853

7954
## Limitations
8055

0 commit comments

Comments
 (0)