Skip to content

Commit fe3b390

Browse files
committed
added preview to ToC
1 parent 4b24b58 commit fe3b390

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/aks/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@
365365
href: howto-deploy-java-liberty-app.md
366366
- name: Use Azure API Management
367367
href: ../api-management/api-management-kubernetes.md
368-
- name: Use Dapr
368+
- name: Use Dapr (preview)
369369
href: dapr.md
370370
maintainContext: true
371371
- name: Deploy a service mesh

articles/aks/dapr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Dapr extension for Azure Kubernetes Service (AKS) (preview)
2+
title: Dapr extension for Azure Kubernetes Service (AKS) (Preview)
33
description: Install and configure Dapr on your Azure Kubernetes Service (AKS) cluster using the Dapr cluster extension.
44
author: greenie-msft
55
ms.author: nigreenf
@@ -9,7 +9,7 @@ ms.date: 10/15/2021
99
ms.custom: devx-track-azurecli
1010
---
1111

12-
# Dapr extension for Azure Kubernetes Service (AKS) (preview)
12+
# Dapr extension for Azure Kubernetes Service (AKS) (Preview)
1313

1414
[Dapr](https://dapr.io/) is a portable, event-driven runtime that makes it easy for any developer to build resilient, stateless and stateful applications that run on the cloud and edge and embraces the diversity of languages and developer frameworks. Leveraging the benefits of a sidecar architecture, Dapr helps you tackle the challenges that come with building microservices and keeps your code platform agnostic. In particular, it helps with solving problems around services calling other services reliably and securely, building event-driven apps with pub-sub, and building applications that are portable across multiple cloud services and hosts (e.g., Kubernetes vs. a VM).
1515

0 commit comments

Comments
 (0)