Skip to content

Commit cbac0b9

Browse files
Merge pull request #287428 from jcjiang/patch-6
Update faq.yml
2 parents 3397c9a + 92a44a3 commit cbac0b9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

articles/container-apps/faq.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,19 @@ title: Azure Container Apps frequently asked questions (FAQs)
1414
summary: This article lists commonly asked questions about Azure Container Apps together with related answers.
1515

1616
sections:
17+
- name: Regions
18+
questions:
19+
- question: |
20+
Where can I find the most up-to-date information about supported regions in Azure Container Apps?
21+
answer: |
22+
A list can be generated by running the following Azure CLI command:
23+
24+
```azurecli
25+
az provider show \
26+
--namespace Microsoft.App \
27+
--query "resourceTypes[?resourceType=='managedEnvironments'].locations"
28+
```
29+
1730
- name: APIs
1831
questions:
1932
- question: |

0 commit comments

Comments
 (0)