Azure / Azure/azure-cli

"az logicapp create" doesn't support functions 4.x runtime

Open
#25,820 8 comments 0 reactions 1 assignee Assigned to @DevArjun23 View on GitHub
act-observability-squad Auto-Assign bug Client customer-reported Logic App Service Attention
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.
![image](https://user-images.githubusercontent.com/115044612/225227882-be019019-e599-48b6-ba0d-41a9f838f083.png)
("Update to Functions 4.x runtime")

All of the parameter appeared first was below.
![image](https://user-images.githubusercontent.com/115044612/225226121-052ca2fb-593e-497c-a552-b12905921d55.png)

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.