Skip to content

Commit c6f7e5f

Browse files
Merge pull request #309677 from hhunter-ms/hh-537107
[Dapr] Clarify how to autoupgrade
2 parents 83ea172 + 2f0d9d6 commit c6f7e5f

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

articles/container-apps/faq.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ sections:
4343
- question: |
4444
How is Azure Container Apps billed?
4545
answer: |
46-
Billing is based on resource consumption, including CPU, memory, and request count. For more information, refer to the [billing](billing.md) page.
46+
Billing is based on resource consumption, including CPU, memory, and request count. For more information, see the [billing](billing.md) page.
4747
4848
- name: Configuration
4949
questions:
@@ -83,7 +83,7 @@ sections:
8383
answer: |
8484
[Request a quota increase in the Azure portal](https://learn.microsoft.com/azure/quotas/quickstart-increase-quota-portal) with **Azure Container Apps** selected as the provider.
8585
86-
Consider the following when submitting a quota increase request:
86+
Consider the following details when submitting a quota increase request:
8787
8888
- **Scaling apps vs environments**: There are many different quotas available to increase. Use these descriptions to help identify your needs:
8989
- **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.
@@ -134,6 +134,8 @@ sections:
134134
answer:
135135
Custom version selection is **not supported**. Instead, your environment is automatically upgraded, maintaining the integrity of Dapr's fully managed and serverless offering in Azure Container Apps.
136136
137+
You can control autoupgrades by [configuring the planned maintenance feature on your container apps environment](./planned-maintenance.md).
138+
137139
- name: Dockerless deployments
138140
questions:
139141
- question: |
@@ -143,7 +145,7 @@ sections:
143145
- question: |
144146
During the deployment of my Docker-less application, messages about "ImagePullBackOff on legion", "Kubernetes error" or "Gateway error" appear and my application doesn't deploy successfully.
145147
answer: |
146-
You're experiencing a known issue with Docker-less deployments. Retrying might resolve this for you. If you run into this issue, open a [GitHub issue](https://github.com/microsoft/azure-container-apps/issues) so our team can investigate.
148+
You're experiencing a known issue with Docker-less deployments. Retrying might resolve this issue for you. If you run into this issue, open a [GitHub issue](https://github.com/microsoft/azure-container-apps/issues) so our team can investigate.
147149
148150
- name: Deploy .NET applications
149151
questions:
@@ -157,7 +159,7 @@ sections:
157159
- question: |
158160
Which JDK versions are supported and how can I configure the JDK version?
159161
answer: |
160-
Container Apps supports four LTS JDK versions: JDK 8, JDK 11, JDK 17 and JDK 21.
162+
Container Apps supports four LTS JDK versions: JDK 8, JDK 11, JDK 17, and JDK 21.
161163
For source code build, the default version is JDK 17.
162164
For a JAR file build, the JDK version is read from the file location *META-INF\MANIFEST.MF* in the JAR, but uses the default JDK version 17 if the specified version isn't available.
163165

0 commit comments

Comments
 (0)