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

Show warning that host v3 is EOL when creating an app #3676

Closed
ejizba opened this issue May 15, 2023 · 2 comments · Fixed by #3771
Closed

Show warning that host v3 is EOL when creating an app #3676

ejizba opened this issue May 15, 2023 · 2 comments · Fixed by #3771
Labels
Milestone

Comments

@ejizba
Copy link
Contributor

ejizba commented May 15, 2023

If you create an app with "azureFunctions.projectRuntime" set to "~3" in your VS Code settings, this is what you see when you create an app (at least for Node.js):
Screenshot 2023-05-15 at 11 00 03 AM

And if you change the runtime this is what you see:
Screenshot 2023-05-15 at 11 00 09 AM

A few things:

  1. The first prompt should maybe show a warning that their host version is EOL, especially since we will probably remove Node 14 from the stacks api at some undecided point in the future. Aka you might want to check if (stacks.length === 0) <show warning that you have to update your runtime version>
  2. The second prompt should show EOL on v2 and v3 and maybe just hide them altogether like v1 idk
@alexweininger
Copy link
Member

Similar issue for C#: #3662

@alexweininger alexweininger added this to the 1.11.0 milestone May 17, 2023
@nturinski nturinski modified the milestones: 1.11.0, 1.12.0 May 24, 2023
@MadhuraBharadwaj-MSFT
Copy link

@nturinski - can we have the "Learn More" link for the host v2/v3 warnings point to this upgrade doc? https://learn.microsoft.com/en-us/azure/azure-functions/migrate-version-3-version-4

Thanks!

@microsoft microsoft locked and limited conversation to collaborators Sep 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants