We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf136c commit 7b4d01fCopy full SHA for 7b4d01f
src/azure-cli/azure/cli/command_modules/appservice/_help.py
@@ -540,7 +540,7 @@
540
text: >
541
az functionapp create -g MyResourceGroup -p MyPlan -n MyUniqueAppName -s MyStorageAccount
542
- name: Create a function app. (autogenerated)
543
- text: az functionapp create --consumption-plan-location westus --name MyUniqueAppName --os-type Windows --resource-group MyResourceGroup --runtime dotnet --storage-account MyStorageAccount
+ text: az functionapp create --consumption-plan-location westus --name MyUniqueAppName --os-type Windows --resource-group MyResourceGroup --runtime dotnet-isolated --storage-account MyStorageAccount
544
crafted: true
545
- name: Create a function app using a private ACR image.
546
0 commit comments