-
Notifications
You must be signed in to change notification settings - Fork 3.4k
"az logicapp create" doesn't support functions 4.x runtime #25820
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Logic Appaz logicaz logicService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-observability-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Milestone
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Logic Appaz logicaz logicService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-observability-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Related command
Following this URL: https://learn.microsoft.com/ja-jp/cli/azure/logicapp?view=azure-cli-latest#az-logicapp-create
az logicapp create --name --resource-group --storage-account
e.g. az logicapp create --name mytestappsstd --resource-group playground --storage-account playground84c9
In this case, mytestappsstd is new Logic Apps Standard's name.
playground and playground84c9 was my existing resource group and storage account.
Describe the bug
Deploy was succeed but some of configuration parameter is missing.

("Update to Functions 4.x runtime")
All of the parameter appeared first was below.

Because functions runtime is also 3, I changed manually by following this announcement.
https://techcommunity.microsoft.com/t5/integrations-on-azure-blog/azure-logic-apps-standard-now-supports-azure-functions-v4/ba-p/3656072
To Reproduce
Run command.
az logicapp create --name --resource-group --storage-account
In my case, my resource group was located at 'east asia'
Expected behavior
Configuration should be filled without maintaining manually for 4.x runtime.
Environment summary
Additional context
I'm support engineer in Japan. alias: nobukoyamada