You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/azure_container_apps.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
# Deploying on Azure Container Apps
2
2
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.
4
4
By default, `host: appservice` is used and `host: containerapp` is commented out.
5
5
6
-
To deploy to azure container apps, please follow the following steps:
6
+
To deploy to Azure Container Apps, please follow the following steps:
7
7
8
8
1. Comment out `host: appservice` and uncomment `host: containerapp` in the [azure.yaml](../azure.yaml) file.
0 commit comments