Skip to content

Commit 8c8edd1

Browse files
Updating example to use newer .NET model
1 parent f92f723 commit 8c8edd1

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)