Skip to content

Commit 3503bec

Browse files
author
Jill Grant
authored
Merge pull request #285435 from v-jaswel/aca/v-jaswel_20240823_fix_broken_bookmark
[ACA] FAQ update
2 parents 4f53c71 + 965ece5 commit 3503bec

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/container-apps/faq.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ sections:
3838
Can I set up GitHub Actions to automatically build and deploy my code to Azure Container Apps?
3939
answer:
4040
Yes. Using Azure CLI, run `az containerapp github-action -h` to see the options. Using Azure portal, go to the "Continuous deployment" window under your container app.
41+
- question: |
42+
Why is the URL my app receives different than the URL specified in the request?
43+
answer:
44+
Azure Container Apps decodes the URL to protect your app against [URL confusion attacks](https://snyk.io/blog/url-confusion-vulnerabilities/). A request URL that has encoded portions, such as `http://mysite.com/archive/http%3A%2F%2Fmysite.com%2Farchive%2F123`, is sent to your app as `http://mysite.com/archive/http%3A/mysite.com/archive/123`.
4145
- question: |
4246
Do Consumption only environments support custom user-defined routes?
4347
answer:
@@ -60,7 +64,7 @@ sections:
6064
6165
- **Scaling apps vs environments**: There are many different quotas available to increase. Use these descriptions to help identify your needs:
6266
- **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.
63-
- **Increasing environments**: Recommended if your workloads need network or security boundaries. Note: A detailed business context might be required if your request involves increasing environment-level quotas.
67+
- **Increasing environments**: Recommended if your workloads need network or security boundaries. Note: A detailed business context might be required if your request involves increasing environment-level quotas. When you request a change to your regional environment quota, you should request a corresponding change to your global environment quota.
6468
6569
- **Regions**: Approvals for increase requests vary based on compute capacity available in Azure regions.
6670

0 commit comments

Comments
 (0)