File tree Expand file tree Collapse file tree 2 files changed +841
-1015
lines changed
src/containerapp/azext_containerapp Expand file tree Collapse file tree 2 files changed +841
-1015
lines changed Original file line number Diff line number Diff line change 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"""
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 \\
You can’t perform that action at this time.
0 commit comments