Skip to content

[BUG]: RuntimeStack parameter of AzureRmWebAppDeployment@5 has : instead of | (like v4) and it is silently failing #20916

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

Open
3 of 7 tasks
steved0x opened this issue Mar 10, 2025 · 2 comments

Comments

@steved0x
Copy link

New issue checklist

Task name

AzureRmWebAppDeployment

Task version

5

Issue Description

See https://dev.azure.com/msft-skilling/Content/_workitems/edit/401737

Basically, the list of values for the RuntimeStack parameter has changed from using | to using :

v5:

v4

"DOTNET|2.2": "DOTNET|2.2 (functionapp v2)",

The Runtime stack value is not being picked up by App Service config settings whenever deploying from Azure DevOps to the App Service deployment slot when utilizing AzureRmWebAppDeployment@5 and the RuntimeStack input utilizes a colon rather than a pipe.

See the linked issue above (or contact me on email, I don't want to post the private details here)

Environment type (Please select at least one enviroment where you face this issue)

  • Self-Hosted
  • Microsoft Hosted
  • VMSS Pool
  • Container

Azure DevOps Server type

dev.azure.com (formerly visualstudio.com)

Azure DevOps Server Version (if applicable)

No response

Operation system

Ubuntu

Relevant log output

See linked work item

Full task logs with system.debug enabled

 [REPLACE THIS WITH YOUR INFORMATION] 

Repro steps

@v-schhabra
Copy link
Contributor

Hi @steved0x
Thanks for reporting this issue. We are investigating on it.
As a workaround you can type the value in the field "runtime stack"

Image

@mbaric1
Copy link

mbaric1 commented Mar 17, 2025

Same issue for Node stack.

Passes stack value as NODE:20-lts instead of NODE|20-lts which makes whole App Service to fallback to PHP stack.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants