Skip to content

Commit 739fc19

Browse files
committed
move dapr faq to the aca faq
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 4ac312c commit 739fc19

File tree

4 files changed

+27
-48
lines changed

4 files changed

+27
-48
lines changed

articles/container-apps/TOC.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,7 @@
7676
- name: Workload profiles
7777
href: workload-profiles-overview.md
7878
- name: Dapr integration
79-
items:
80-
- name: Dapr overview
81-
href: dapr-overview.md
82-
- name: Frequently asked questions
83-
href: dapr-faq.yml
79+
href: dapr-overview.md
8480
- name: Azure Arc-enabled Kubernetes clusters
8581
href: azure-arc-overview.md
8682
- name: How-to guides

articles/container-apps/dapr-faq.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

articles/container-apps/dapr-overview.md

Lines changed: 3 additions & 3 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
@@ -342,7 +342,7 @@ This resource defines a Dapr component called `dapr-pubsub` via ARM.
342342
- **Dapr Configuration spec**: Any capabilities that require use of the Dapr configuration spec.
343343
- **Declarative pub/sub subscriptions**
344344
- **Any Dapr sidecar annotations not listed above**
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 integration FAQ][dapr-faq].
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].
346346

347347
### Known limitations
348348

@@ -363,7 +363,7 @@ Now that you've learned about Dapr and some of the challenges it solves:
363363
[dapr-arm-quickstart]: ./microservices-dapr-azure-resource-manager.md
364364
[dapr-github-actions]: ./dapr-github-actions.md
365365
[dapr-bindings-tutorial]: ./microservices-dapr-bindings.md
366-
[dapr-faq]: ./dapr-faq.yml
366+
[dapr-faq]: ./faq.yml#dapr
367367

368368
<!-- Links External -->
369369

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)