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
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: hhunter-ms
6
6
ms.service: container-apps
7
7
ms.custom: event-tier1-build-2022, ignite-2022
8
8
ms.topic: conceptual
9
-
ms.date: 01/25/2023
9
+
ms.date: 04/14/2023
10
10
---
11
11
12
12
# Dapr integration with Azure Container Apps
@@ -41,7 +41,7 @@ This guide provides insight into core Dapr concepts and details regarding the Da
41
41
|[**Secrets**][dapr-secrets]| Access secrets from your application code or reference secure values in your Dapr components. |
42
42
43
43
> [!NOTE]
44
-
> The above table covers stable Dapr APIs. To learn more about using alpha APIs and features, [see limitations](#unsupported-dapr-capabilities).
44
+
> The above table covers stable Dapr APIs. To learn more about using alpha APIs and features, [see the Dapr FAQ][dapr-faq].
45
45
46
46
## Dapr concepts overview
47
47
@@ -334,10 +334,6 @@ This resource defines a Dapr component called `dapr-pubsub` via ARM.
334
334
335
335
---
336
336
337
-
## Release cadence for Dapr
338
-
339
-
The latest version of Dapr in Azure Container Apps will be available within six weeks after [the Dapr OSS release][dapr-release].
340
-
341
337
## Limitations
342
338
343
339
### Unsupported Dapr capabilities
@@ -346,7 +342,7 @@ The latest version of Dapr in Azure Container Apps will be available within six
346
342
- **Dapr Configuration spec**: Any capabilities that require use of the Dapr configuration spec.
347
343
- **Declarative pub/sub subscriptions**
348
344
- **Any Dapr sidecar annotations not listed above**
349
-
- **Alpha APIs and components**: Azure Container Apps doesn't guarantee the availability of Dapr alpha APIs and features. If available to use, they are on a self-service, opt-in basis. Alpha APIs and components are provided "as is" and "as available," and are continually evolving as they move toward stable status. Alpha APIs and components aren't covered by customer support.
345
+
- **Alpha APIs and components**: Azure Container Apps doesn't guarantee the availability of Dapr alpha APIs and features. For more information, refer to the [Dapr FAQ][dapr-faq].
350
346
351
347
### Known limitations
352
348
@@ -359,13 +355,15 @@ Now that you've learned about Dapr and some of the challenges it solves:
359
355
- Try [Deploying a Dapr application to Azure Container Apps using the Azure CLI][dapr-quickstart] or [Azure Resource Manager][dapr-arm-quickstart].
360
356
- Walk through a tutorial [using GitHub Actions to automate changes for a multi-revision, Dapr-enabled container app][dapr-github-actions].
361
357
- Learn how to [perform event-driven work using Dapr bindings][dapr-bindings-tutorial]
358
+
- [Answer common questions about the Dapr integration with Azure Container Apps][dapr-faq]
summary: This article lists commonly asked questions about Azure Container Apps together with related answers.
@@ -73,3 +73,25 @@ sections:
73
73
- **Specific compute requirements**: The platform supports 4GB per container app. Memory limits overrides are evaluated on a per-case basis.
74
74
75
75
- **Business reasoning for scaling**: You may be eligible for a quota increase request if the platform limits are blocking your workload demands. Scale limits overrides are evaluated on a per-case basis.
76
+
77
+
- name: Dapr
78
+
questions:
79
+
- question: |
80
+
What Dapr features and APIs are available in Azure Container Apps?
81
+
answer: |
82
+
Each Dapr capability undergoes thorough evaluation to ensure it positively impacts customers running microservices in the Azure Container Apps environment, while providing the best possible experience.
83
+
84
+
- question: |
85
+
Are alpha Dapr APIs and components supported or available in Azure Container Apps?
86
+
answer: |
87
+
Azure Container Apps offers developers the flexibility to experiment with the latest Dapr alpha APIs and features on a self-service, opt-in basis. Although the availability of these alpha APIs and components is not guaranteed, you can stay ahead of the curve and explore cutting-edge technologies as they become available. While these alpha APIs and components are provided "as is" and "as available," their continuous evolution towards stable status ensures that developers can always be at the forefront of innovation.
88
+
89
+
- question: |
90
+
What is the Dapr version release cadence in Azure Container Apps?
91
+
answer: |
92
+
Dapr's typical release timeline is up to six weeks after [the Dapr OSS release](https://docs.dapr.io/operations/support/support-release-policy/). The latest Dapr version is made available in Azure Container Apps after rigorous testing. Rolling out to all regions can take roughly up to two weeks.
93
+
94
+
- question: |
95
+
How can I request a Dapr feature enhancement for Azure Container Apps?
96
+
answer:
97
+
You can submit a feature request via the [Azure Container Apps GitHub repository](https://github.com/microsoft/azure-container-apps/issues/new/choose). Make sure to include "Dapr" in the feature request title.
0 commit comments