We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fddea8 commit 5b339c4Copy full SHA for 5b339c4
1 file changed
src/containerapp/azext_containerapp/_help.py
@@ -163,7 +163,7 @@
163
az containerapp up -n my-containerapp -l westus3 --model-registry azureml --model-name Phi-4 --model-version 7
164
- name: Create a container app with kind as functionapp
165
text: |
166
- az containerapp create -n my-containerapp --image my-app:v1.0 --kind functionapp
+ az containerapp up -n my-containerapp --image my-app:v1.0 --kind functionapp
167
"""
168
169
0 commit comments