|
| 1 | +### YamlMime:FAQ |
| 2 | +metadata: |
| 3 | + title: Dapr integration with Azure Container Apps - Frequently asked questions |
| 4 | + description: Find answers to the frequently asked questions about the Dapr integration with Azure Container Apps. |
| 5 | + keywords: azure container apps, frequently asked questions, dapr |
| 6 | + author: hhunter-ms |
| 7 | + ms.topic: faq |
| 8 | + ms.service: container-apps |
| 9 | + ms.date: 04/05/2023 |
| 10 | + ms.author: hannahhunter |
| 11 | +title: Dapr integration with Azure Container Apps frequently asked questions |
| 12 | +summary: This article lists commonly asked questions about the Dapr integration with Azure Container Apps together with related answers. |
| 13 | + |
| 14 | +sections: |
| 15 | + - name: APIs |
| 16 | + questions: |
| 17 | + - question: | |
| 18 | + Does Azure Container Apps provide direct access to the underlying Kubernetes API? |
| 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. |
| 25 | +
|
| 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. |
| 32 | +
|
| 33 | + - name: Configuration |
| 34 | + questions: |
| 35 | + - 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? |
| 44 | + answer: | |
| 45 | + Azure Container Apps does not move or store customer data out of the region it's deployed in. |
| 46 | +
|
| 47 | + - name: Quotas |
| 48 | + questions: |
| 49 | + - question: | |
| 50 | + How can I request a quota increase? |
| 51 | + 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. |
| 70 | +
|
| 71 | + - **Regions**: Approvals for increase requests vary based on compute capacity available in Azure regions. |
| 72 | +
|
| 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. |
0 commit comments