Skip to content

Commit 92a44a3

Browse files
author
Jiachen Jiang
authored
Update faq.yml
1 parent fdaee9a commit 92a44a3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/container-apps/faq.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@ sections:
1919
- question: |
2020
Where can I find the most up-to-date information about supported regions in Azure Container Apps?
2121
answer: |
22-
A list can be generated by running the following Azure CLI command: az provider show --namespace Microsoft.App --query "resourceTypes[?resourceType=='managedEnvironments'].locations"
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+
```
2329
2430
- name: APIs
2531
questions:

0 commit comments

Comments
 (0)