"az logicapp create" doesn't support functions 4.x runtime
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
> ### `az feedback` auto-generates most of the information requested below, as of CLI version 2.0.62
**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**
```
C:\Users\nobukoyamada>az --version
azure-cli 2.42.0 *
core 2.42.0 *
telemetry 1.0.8
Extensions:
logic 0.1.6
ssh 1.1.3
Dependencies:
msal 1.20.0
azure-mgmt-resource 21.1.0b1
Python location 'C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\python.exe'
Extensions directory 'C:\Users\nobukoyamada\.azure\cliextensions'
Python (Windows) 3.10.8 (tags/v3.10.8:aaaf517, Oct 11 2022, 16:37:59) [MSC v.1933 32 bit (Intel)]
```
**Additional context**
I'm support engineer in Japan. alias: nobukoyamada
Contributor guide
Assessment
This issue has not been assessed yet.