Skip to content

Commit 6222c5f

Browse files
Merge pull request #276171 from hhunter-ms/hh-257150
[ACA] Fix some typos
2 parents fcfcdc5 + ecf7716 commit 6222c5f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

includes/dapr-in-azure/dapr-support-policy.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: hannahhunter
77

88
#### Tier 1 versus Tier 2 components
99

10-
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.
10+
A subset of Dapr components is supported. Within that subset, Dapr components are broken into two support categories: Tier 1 or Tier 2.
1111

1212
- **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.
1313
- **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.
@@ -19,6 +19,7 @@ A subset of Dapr components is supported for the Dapr extension for AKS and Arc-
1919
| State management | Azure Blob Storage v1<br>Azure Table Storage<br>Microsoft SQL Server | `state.azure.blobstorage`<br>`state.azure.tablestorage`<br>`state.sqlserver` |
2020
| 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` |
2121
| 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` |
22+
| Secrets management | Azure Key Vault | `secrets.azure.keyvault` |
2223

2324
##### Tier 2 components
2425

@@ -27,4 +28,4 @@ A subset of Dapr components is supported for the Dapr extension for AKS and Arc-
2728
| State management | Azure Cosmos DB<br>PostgreSQL<br>MySQL & MariaDB<br>Redis | `state.azure.cosmosdb`<br>`state.postgresql`<br>`state.mysql`<br>`state.redis` |
2829
| Publish & subscribe | Apache Kafka<br>Redis Streams | `pubsub.kafka`<br>`pubsub.redis` |
2930
| 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` |
30-
| Configuration | PostgreSQL<br>Redis | `bindings.postgresql`<br>`bindings.redis` |
31+
| Configuration | PostgreSQL<br>Redis | `configuration.postgresql`<br>`configuration.redis` |

0 commit comments

Comments
 (0)