Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"az logicapp create" creates Logic App with currently unsupported application setting parameter #26736

Closed
ShingoHanai opened this issue Jun 23, 2023 · 4 comments
Assignees
Labels
App Services az appservice Auto-Assign Auto assign by bot customer-reported Issues that are reported by GitHub users external to the Azure organization. feature-request Logic App az logic Service Attention This issue is responsible by Azure service team.

Comments

@ShingoHanai
Copy link

Related command

az logicapp create --subscription {subscriptionId} -g {resourceGroup} -n {name of Logic App Stanard} -p {name or resourceId of App Service Plan} -s {name of storage account} --disable-app-insights true

Resource Provider

Microsoft.Web/sites

Description of Feature or Work Requested

"az logicapp create" creates now Logic App with following 3 unsupported application setting parameter.

  1. FUNCTIONS_EXTENSION_VERSION which has value "~3". Azure Functions version v3 is not currently supported. Recommended value is "~4".

  2. There is not WEBSITE_NODE_DEFAULT_VERSION parameter. This parameter needs to exist and recommended value is currently "~16" in Logic Apps Standard. (Function App recommends to be used value "~18".)

  3. There is MACHINEKEY_DecryptionKey. This value is for .NET and Logic Apps Standard is used with node.js. This parameter shoudn't exist in Logic Apps Standard.

Minimum API Version Required

2015-08-01

Swagger PR link / SDK link

N/A

Request Example

No response

Target Date

N/A

Additional context

No response

@ghost ghost added customer-reported Issues that are reported by GitHub users external to the Azure organization. App Services az appservice labels Jun 23, 2023
@ghost ghost assigned DevArjun23 Jun 23, 2023
@ghost ghost added the Auto-Assign Auto assign by bot label Jun 23, 2023
@yonzhan
Copy link
Collaborator

yonzhan commented Jun 23, 2023

Thank you for opening this issue, we will look into it.

@ghost ghost added Logic App az logic CXP Attention This issue is handled by CXP team. labels Jun 23, 2023
@ShingoHanai
Copy link
Author

It's feedback from CSS support engineer Shingo Hanai (shhanai)

@PramodValavala-MSFT PramodValavala-MSFT added Service Attention This issue is responsible by Azure service team. and removed CXP Attention This issue is handled by CXP team. labels Jun 27, 2023
@ghost
Copy link

ghost commented Jun 27, 2023

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @antcp, @AzureAppServiceCLI.

Issue Details

Related command

az logicapp create --subscription {subscriptionId} -g {resourceGroup} -n {name of Logic App Stanard} -p {name or resourceId of App Service Plan} -s {name of storage account} --disable-app-insights true

Resource Provider

Microsoft.Web/sites

Description of Feature or Work Requested

"az logicapp create" creates now Logic App with following 3 unsupported application setting parameter.

  1. FUNCTIONS_EXTENSION_VERSION which has value "~3". Azure Functions version v3 is not currently supported. Recommended value is "~4".

  2. There is not WEBSITE_NODE_DEFAULT_VERSION parameter. This parameter needs to exist and recommended value is currently "~16" in Logic Apps Standard. (Function App recommends to be used value "~18".)

  3. There is MACHINEKEY_DecryptionKey. This value is for .NET and Logic Apps Standard is used with node.js. This parameter shoudn't exist in Logic Apps Standard.

Minimum API Version Required

2015-08-01

Swagger PR link / SDK link

N/A

Request Example

No response

Target Date

N/A

Additional context

No response

Author: ShingoHanai
Assignees: archidda
Labels:

Service Attention, App Services, Logic App, customer-reported, feature-request, Auto-Assign

Milestone: -

@DevArjun23
Copy link
Member

Hi @ShingoHanai,

Thank you for raising the issue with Logic Apps team.

  1. We are aware of this bug and for mitigation, I need you to set the app setting FUNCTIONS_EXTENSION_VERSION to ~4 in the configuration blade in portal.
  2. About WEBSITE_NODE_DEFAULT_VERSION, logic app supports ~16.
  3. I need to investigate and come back about the app setting MACHINEKEY_DecryptionKey.

@ShingoHanai ShingoHanai changed the title "az logicapp create" creates now Logic App with unsupported application setting parameter "az logicapp create" creates Logic App with currently unsupported application setting parameter Jun 27, 2023
@jsntcy jsntcy closed this as completed in e2c7b48 Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
App Services az appservice Auto-Assign Auto assign by bot customer-reported Issues that are reported by GitHub users external to the Azure organization. feature-request Logic App az logic Service Attention This issue is responsible by Azure service team.
Projects
None yet
Development

No branches or pull requests

4 participants