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
Copy file name to clipboardExpand all lines: articles/container-apps/dapr-overview.md
+1-26Lines changed: 1 addition & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,32 +49,7 @@ To learn more about using _alpha_ Dapr APIs and features, [see the Dapr FAQ][dap
49
49
|[**Secrets**][dapr-secrets]| GA | Access secrets from your application code or reference secure values in your Dapr components. |
50
50
|[**Configuration**][dapr-config]| GA | Retrieve and subscribe to application configuration items for supported configuration stores. |
51
51
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`|
0 commit comments