Skip to content

Commit 14b830e

Browse files
authored
Merge pull request #239147 from hhunter-ms/hh-86904
[Dapr/ACA] Proposed what's new doc
2 parents a49d891 + fd1d269 commit 14b830e

File tree

3 files changed

+53
-7
lines changed

3 files changed

+53
-7
lines changed

articles/container-apps/TOC.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
href: compare-options.md
1111
- name: Overview
1212
items:
13+
- name: What's new
14+
href: whats-new.md
1315
- name: Plans
1416
href: plans.md
1517
- name: Environment
@@ -185,6 +187,12 @@
185187
items:
186188
- name: Dapr integration
187189
href: dapr-overview.md
190+
- name: Microservices communication using Dapr Pub/Sub
191+
href: microservices-dapr-pubsub.md
192+
- name: Event-driven work using Dapr Bindings
193+
href: microservices-dapr-bindings.md
194+
- name: Microservices communication using Dapr Service Invocation
195+
href: microservices-dapr-service-invoke.md
188196
- name: Scale Dapr apps with KEDA using Bicep
189197
href: dapr-keda-scaling.md
190198
- name: Connect to Azure services via Dapr components
@@ -197,12 +205,6 @@
197205
href: microservices-dapr.md
198206
- name: Microservices with Dapr using ARM or Bicep
199207
href: microservices-dapr-azure-resource-manager.md
200-
- name: Event-driven work using Dapr Bindings
201-
href: microservices-dapr-bindings.md
202-
- name: Microservices communication using Dapr Pub/Sub
203-
href: microservices-dapr-pubsub.md
204-
- name: Microservices communication using Dapr Service Invocation
205-
href: microservices-dapr-service-invoke.md
206208
- name: Deploy a Dapr application using GitHub Actions
207209
href: dapr-github-actions.md
208210
- name: Networking, ingress, and network security

articles/container-apps/index.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
ms.custom: event-tier1-build-2022, ignite-2022, build-2023
1212
author: craigshoemaker
1313
ms.author: cshoe
14-
ms.date: 11/08/2021
14+
ms.date: 05/24/2023
1515
landingContent:
1616
- title: About Azure Container Apps
1717
linkLists:
@@ -65,6 +65,8 @@ landingContent:
6565
url: quotas.md
6666
- linkListType: concept
6767
links:
68+
- text: What's new in Dapr?
69+
url: whats-new.md
6870
- text: Dapr integration
6971
url: dapr-overview.md
7072
- title: Apps and microservices

articles/container-apps/whats-new.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: What's new in Azure Container Apps
3+
titleSuffix: Azure Container Apps
4+
description: Learn more about what's new in Azure Container Apps.
5+
ms.author: hannahhunter
6+
author: hhunter-ms
7+
ms.service: container-apps
8+
ms.topic: conceptual
9+
ms.date: 08/30/2023
10+
# Customer Intent: As an Azure Container Apps user, I'd like to know about new and improved features in Azure Container Apps.
11+
---
12+
13+
# What's new in Azure Container Apps
14+
15+
This article lists significant updates and new features available in Azure Container Apps.
16+
17+
## Dapr
18+
19+
Learn about new and updated Dapr features available in Azure Container Apps.
20+
21+
### August 2023
22+
23+
| Feature | Documentation | Description |
24+
| ------- | ------------- | ----------- |
25+
| [Stable Configuration API](https://docs.dapr.io/developing-applications/building-blocks/configuration/) | [Dapr integration with Azure Container Apps](./dapr-overview.md) | Dapr's Configuration API is now stable and supported in Azure Container Apps. |
26+
27+
### June 2023
28+
29+
| Feature | Documentation | Description |
30+
| ------- | ------------- | ----------- |
31+
| [Multi-app Run improved](https://docs.dapr.io/developing-applications/local-development/multi-app-dapr-run) | [Multi-app Run logs](https://docs.dapr.io/developing-applications/local-development/multi-app-dapr-run/multi-app-overview/#logs) | Use `dapr run -f .` to run multiple Dapr apps and see the app logs written to the console _and_ a local log file. |
32+
33+
### May 2023
34+
35+
| Feature | Documentation | Description |
36+
| ------- | ------------- | ----------- |
37+
| [Easy component creation](./dapr-component-connection.md) | [Connect to Azure services via Dapr components in the Azure portal](./dapr-component-connection.md) | This feature makes it easier to configure and secure dependent Azure services to be used with Dapr APIs in the portal using the Service Connector feature. |
38+
39+
40+
## Next steps
41+
42+
[Learn more about Dapr in Azure Container Apps.](./dapr-overview.md)

0 commit comments

Comments
 (0)