We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3397c9a + 92a44a3 commit cbac0b9Copy full SHA for cbac0b9
articles/container-apps/faq.yml
@@ -14,6 +14,19 @@ title: Azure Container Apps frequently asked questions (FAQs)
14
summary: This article lists commonly asked questions about Azure Container Apps together with related answers.
15
16
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
30
- name: APIs
31
questions:
32
- question: |
0 commit comments