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

Fix runtimeStack options #20855

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

balaji-venkatesh
Copy link

Task name: AzureWebApp

Description: Previously, the runtimeStack options used an incorrect format, so the Azure App Service would not recognize the corresponding LINUX_FX_VERSION and would default to PHP. This commit changes the colon to a pipe as is expected by the Azure App Service.
The old format: NODE:20-lts
The new format: NODE|20-lts

Documentation changes required: N

Added unit tests: N

Attached related issue: N

Checklist:

  • Task version was bumped - please check instruction how to do it
  • Checked that applied changes work as expected

Previously, the runtimeStack options used an incorrect format, so the Azure App Service would not recognize the corresponding LINUX_FX_VERSION and would default to PHP. This commit changes the colon to a pipe as is expected by the Azure App Service.

The old format: NODE:20-lts
The new format: NODE|20-lts
@balaji-venkatesh
Copy link
Author

@microsoft-github-policy-service agree

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

Successfully merging this pull request may close these issues.

1 participant