Skip to content

Commit 019f15a

Browse files
committed
fixed preview mentions
1 parent fe3b390 commit 019f15a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/aks/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
items:
2727
- name: Develop with Helm
2828
href: quickstart-helm.md
29-
- name: Develop with Dapr (Preview)
29+
- name: Develop with Dapr (preview)
3030
href: quickstart-dapr.md
3131
- name: Subscribe to AKS events with Event Grid (Preview)
3232
href: quickstart-event-grid.md

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

articles/aks/quickstart-dapr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Deploy an application with the Dapr cluster extension (Preview) for Azure Kubernetes Service (AKS)
2+
title: Deploy an application with the Dapr cluster extension (preview) for Azure Kubernetes Service (AKS)
33
description: Use the Dapr cluster extension (Preview) for Azure Kubernetes Service (AKS) to deploy an application
44
author: nickomang
55
ms.author: nickoman
@@ -9,7 +9,7 @@ ms.date: 11/01/2021
99
ms.custom: template-quickstart
1010
---
1111

12-
# Quickstart: Deploy an application using the Dapr cluster extension (Preview) for Azure Kubernetes Service (AKS)
12+
# Quickstart: Deploy an application using the Dapr cluster extension (preview) for Azure Kubernetes Service (AKS)
1313

1414
In this quickstart, you will get familiar with using the [Dapr cluster extension][dapr-overview] in an AKS cluster. You will be deploying a hello world example, consisting of a Python application that generates messages and a Node application that consumes and persists them.
1515

0 commit comments

Comments
 (0)