Skip to content

Commit 2f0d9d6

Browse files
committed
acrolinx
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 64cd026 commit 2f0d9d6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

articles/container-apps/faq.yml

Lines changed: 5 additions & 5 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,7 +134,7 @@ 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 auto-upgrades by [configuring the planned maintenance feature on your container apps environment](./planned-maintenance.md).
137+
You can control autoupgrades by [configuring the planned maintenance feature on your container apps environment](./planned-maintenance.md).
138138
139139
- name: Dockerless deployments
140140
questions:
@@ -145,7 +145,7 @@ sections:
145145
- question: |
146146
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.
147147
answer: |
148-
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.
149149
150150
- name: Deploy .NET applications
151151
questions:
@@ -159,7 +159,7 @@ sections:
159159
- question: |
160160
Which JDK versions are supported and how can I configure the JDK version?
161161
answer: |
162-
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.
163163
For source code build, the default version is JDK 17.
164164
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.
165165

0 commit comments

Comments
 (0)