Skip to content

Commit dea525f

Browse files
Merge pull request #233538 from hhunter-ms/hh-70768
[Dapr/ACA] Add FAQ
2 parents 565cb34 + 739fc19 commit dea525f

File tree

2 files changed

+28
-8
lines changed

2 files changed

+28
-8
lines changed

articles/container-apps/dapr-overview.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: hhunter-ms
66
ms.service: container-apps
77
ms.custom: event-tier1-build-2022, ignite-2022
88
ms.topic: conceptual
9-
ms.date: 01/25/2023
9+
ms.date: 04/14/2023
1010
---
1111

1212
# Dapr integration with Azure Container Apps
@@ -41,7 +41,7 @@ This guide provides insight into core Dapr concepts and details regarding the Da
4141
| [**Secrets**][dapr-secrets] | Access secrets from your application code or reference secure values in your Dapr components. |
4242

4343
> [!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].
4545
4646
## Dapr concepts overview
4747

@@ -334,10 +334,6 @@ This resource defines a Dapr component called `dapr-pubsub` via ARM.
334334

335335
---
336336

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-
341337
## Limitations
342338

343339
### Unsupported Dapr capabilities
@@ -346,7 +342,7 @@ The latest version of Dapr in Azure Container Apps will be available within six
346342
- **Dapr Configuration spec**: Any capabilities that require use of the Dapr configuration spec.
347343
- **Declarative pub/sub subscriptions**
348344
- **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].
350346

351347
### Known limitations
352348

@@ -359,13 +355,15 @@ Now that you've learned about Dapr and some of the challenges it solves:
359355
- Try [Deploying a Dapr application to Azure Container Apps using the Azure CLI][dapr-quickstart] or [Azure Resource Manager][dapr-arm-quickstart].
360356
- Walk through a tutorial [using GitHub Actions to automate changes for a multi-revision, Dapr-enabled container app][dapr-github-actions].
361357
- 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]
362359

363360
<!-- Links Internal -->
364361

365362
[dapr-quickstart]: ./microservices-dapr.md
366363
[dapr-arm-quickstart]: ./microservices-dapr-azure-resource-manager.md
367364
[dapr-github-actions]: ./dapr-github-actions.md
368365
[dapr-bindings-tutorial]: ./microservices-dapr-bindings.md
366+
[dapr-faq]: ./faq.yml#dapr
369367

370368
<!-- Links External -->
371369

articles/container-apps/faq.yml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
author: craigshoemaker
77
ms.topic: faq
88
ms.service: container-apps
9-
ms.date: 11/21/2022
9+
ms.date: 04/14/2023
1010
ms.author: cshoe
1111
title: Azure Container Apps frequently asked questions
1212
summary: This article lists commonly asked questions about Azure Container Apps together with related answers.
@@ -73,3 +73,25 @@ sections:
7373
- **Specific compute requirements**: The platform supports 4GB per container app. Memory limits overrides are evaluated on a per-case basis.
7474
7575
- **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

Comments
 (0)