Skip to content

Commit d9c75c4

Browse files
committed
updating help description of container app for kind argument
1 parent 7991d4e commit d9c75c4

File tree

2 files changed

+841
-1015
lines changed

2 files changed

+841
-1015
lines changed

src/containerapp/azext_containerapp/_help.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
- name: Create a container app and deploy a model from Azure AI Foundry
162162
text: |
163163
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
164+
- name: Create an Azure Functions on Azure Container Apps (kind=functionapp)
165165
text: |
166166
az containerapp up -n my-containerapp --image my-app:v1.0 --kind functionapp
167167
"""
@@ -920,7 +920,7 @@
920920
az containerapp create -n my-containerapp -g MyResourceGroup \\
921921
--image my-app:v1.0 --environment MyContainerappEnv \\
922922
--enable-java-agent
923-
- name: Create a container app with kind as functionapp
923+
- name: Create an Azure Functions on Azure Container Apps (kind=functionapp)
924924
text: |
925925
az containerapp create -n my-containerapp -g MyResourceGroup \\
926926
--image my-app:v1.0 --environment MyContainerappEnv \\

0 commit comments

Comments
 (0)