Skip to content

Commit eb09e46

Browse files
authored
Apply suggestions from code review
1 parent 920e979 commit eb09e46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/azure_container_apps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Deploying on Azure Container Apps
22

3-
Due to [a limitation](https://github.com/Azure/azure-dev/issues/2736) of azd, there could be only one host option in the [azure.yaml](../azure.yaml) file.
3+
Due to [a limitation](https://github.com/Azure/azure-dev/issues/2736) of the Azure Developer CLI (`azd`), there can be only one host option in the [azure.yaml](../azure.yaml) file.
44
By default, `host: appservice` is used and `host: containerapp` is commented out.
55

6-
To deploy to azure container apps, please follow the following steps:
6+
To deploy to Azure Container Apps, please follow the following steps:
77

88
1. Comment out `host: appservice` and uncomment `host: containerapp` in the [azure.yaml](../azure.yaml) file.
99

0 commit comments

Comments
 (0)