Skip to content

Commit 7b4d01f

Browse files
{App Service} az functionapp create: Change help example to use newer .NET model (#30481)
1 parent fbf136c commit 7b4d01f

File tree

1 file changed

+1
-1
lines changed
  • src/azure-cli/azure/cli/command_modules/appservice

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/appservice/_help.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@
540540
text: >
541541
az functionapp create -g MyResourceGroup -p MyPlan -n MyUniqueAppName -s MyStorageAccount
542542
- 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
543+
text: az functionapp create --consumption-plan-location westus --name MyUniqueAppName --os-type Windows --resource-group MyResourceGroup --runtime dotnet-isolated --storage-account MyStorageAccount
544544
crafted: true
545545
- name: Create a function app using a private ACR image.
546546
text: >

0 commit comments

Comments
 (0)