Skip to content

Commit 35f9269

Browse files
committed
add dapr integration qs and as
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 38d40ab commit 35f9269

File tree

3 files changed

+25
-55
lines changed

3 files changed

+25
-55
lines changed

articles/container-apps/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
items:
8080
- name: Dapr overview
8181
href: dapr-overview.md
82-
- name: Dapr FAQ
82+
- name: Frequently asked questions
8383
href: dapr-faq.yml
8484
- name: Azure Arc-enabled Kubernetes clusters
8585
href: azure-arc-overview.md

articles/container-apps/dapr-faq.yml

Lines changed: 20 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -12,64 +12,36 @@ title: Dapr integration with Azure Container Apps frequently asked questions
1212
summary: This article lists commonly asked questions about the Dapr integration with Azure Container Apps together with related answers.
1313

1414
sections:
15-
- name: APIs
15+
- name: Dapr features
1616
questions:
1717
- question: |
18-
Does Azure Container Apps provide direct access to the underlying Kubernetes API?
18+
What Dapr features and APIs are available in Azure Container Apps?
1919
answer: |
20-
No, there is no access to the Kubernetes API.
21-
- question: |
22-
Can I import my Azure Container Apps API from the context of API Management?
23-
answer: |
24-
Yes.
20+
Each Dapr capability is evaluated for:
21+
- Its impact in the Azure Container Apps environment
22+
- The proper experience for surfacing it in Azure Container Apps.
2523
26-
- name: Billing
27-
questions:
28-
- question: |
29-
How is Azure Container Apps billed?
30-
answer: |
31-
Refer to the [billing](billing.md) page for details.
24+
Dapr APIs/features are prioritized based on customer demand and scenarios.
3225
33-
- name: Configuration
34-
questions:
3526
- question: |
36-
Can I set up GitHub Actions to automatically build and deploy my code to Azure Container Apps?
37-
answer:
38-
Yes. Using Azure CLI, run `az containerapp github-action -h` to see the options. Using Azure portal, navigate to the "Continuous deployment" blade under your container app.
39-
40-
- name: Data management
41-
questions:
42-
- question: |
43-
Where does Azure Container Apps store customer data?
27+
Are alpha Dapr APIs and components supported or available in Azure Container Apps?
4428
answer: |
45-
Azure Container Apps does not move or store customer data out of the region it's deployed in.
29+
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.
30+
31+
Alpha APIs and components aren't covered by customer support.
4632
47-
- name: Quotas
33+
- name: Dapr releases
4834
questions:
4935
- question: |
50-
How can I request a quota increase?
36+
What is the Dapr release cadence in Azure Container Apps?
5137
answer: |
52-
To request quota increase, [submit a support ticket](https://azure.microsoft.com/support/create-ticket/) with the following fields:
53-
54-
| Property | Value |
55-
|--|--|
56-
| Issue Type | Technical |
57-
| Subscription | Your subscription |
58-
| Service | My Services |
59-
| Service Type | Container Apps |
60-
| Resource | maxoutquotas |
61-
| Summary | An explanation for your request, including:<br>• What quotas you want increased<br>• How much of an increase you would like<br>• Business reasons for the increase |
62-
| Problem Type | Configuration and Management |
63-
| Problem Subtype | Scaling |
64-
65-
Please keep in mind the following when it comes to quota increase requests:
66-
67-
- **Scaling apps vs environments**: There are a number of different quotas available to increase. Use these descriptions to help identify your needs:
68-
- **Increase apps and cores per environment**: Allows you to run more apps within an environment and/or more intensive apps. Recommended if your workloads can deploy within the same network and security boundaries.
69-
- **Increasing environments**: Recommended if your workloads need network or security boundaries. Note: Additional business context may be required if your request involves increasing environment-level quotas.
38+
The latest version of Dapr in Azure Container Apps is typically available within six weeks after [the Dapr OSS release][dapr-release]. This timeframe depends on thorough testing that the new release works as expected in an Azure Container Apps environment.
7039
71-
- **Regions**: Approvals for increase requests vary based on compute capacity available in Azure regions.
40+
Region rollouts generally take up to two weeks.
7241
73-
- **Specific compute requirements**: The platform supports 4GB per container app. Memory limits overrides are evaluated on a per-case basis.
74-
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.
42+
- name: Dapr enhancements
43+
questions:
44+
- question: |
45+
How can I request a Dapr feature enhancement for Azure Container Apps?
46+
answer:
47+
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.

articles/container-apps/dapr-overview.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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 integration 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]: ./dapr-faq.yml
369367

370368
<!-- Links External -->
371369

0 commit comments

Comments
 (0)