Skip to content

Commit 5b339c4

Browse files
committed
fixing a mistake with help description
1 parent 9fddea8 commit 5b339c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/containerapp/azext_containerapp

src/containerapp/azext_containerapp/_help.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
az containerapp up -n my-containerapp -l westus3 --model-registry azureml --model-name Phi-4 --model-version 7
164164
- name: Create a container app with kind as functionapp
165165
text: |
166-
az containerapp create -n my-containerapp --image my-app:v1.0 --kind functionapp
166+
az containerapp up -n my-containerapp --image my-app:v1.0 --kind functionapp
167167
"""
168168

169169

0 commit comments

Comments
 (0)