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
summary: This article lists commonly asked questions about the Dapr integration with Azure Container Apps together with related answers.
13
13
14
14
sections:
15
-
- name: APIs
15
+
- name: Dapr features
16
16
questions:
17
17
- 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?
19
19
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.
25
23
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.
32
25
33
-
- name: Configuration
34
-
questions:
35
26
- 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?
44
28
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.
46
32
47
-
- name: Quotas
33
+
- name: Dapr releases
48
34
questions:
49
35
- question: |
50
-
How can I request a quota increase?
36
+
What is the Dapr release cadence in Azure Container Apps?
51
37
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.
70
39
71
-
- **Regions**: Approvals for increase requests vary based on compute capacity available in Azure regions.
40
+
Region rollouts generally take up to two weeks.
72
41
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.
Copy file name to clipboardExpand all lines: articles/container-apps/dapr-overview.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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 integration 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]
0 commit comments