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

Pls update documentation that this project is abandoned / deprecated #1389

Open
JorgenSQ opened this issue Nov 13, 2023 · 1 comment
Open

Comments

@JorgenSQ
Copy link

I'm submitting a...


[ ] Regression 
[ ] Bug report
[ ] Feature request
[ *] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.

Current behavior

Project is not marked as abandoned / deprecated

Expected behavior

Please update front-page readme with info that the project is no longer actively maintained

Minimal reproduction of the problem with instructions

What is the motivation / use case for changing the behavior?

To inform users that this is no longer a viable option

Environment


Nest version: X.Y.Z

 
For Tooling issues:
- Node version: XX  
- Platform:  

Others:

@JorgenSQ
Copy link
Author

For those interrested:

You can still get this project running by specifying which version of Azure functions you want it to run on.

This works for me:

  1. Create project with nest new PROJECT-NAME
  2. choose pnpm as package-manager
  3. cd into project-name folder
  4. run nest add @nestjs/azure-func-http TWICE (for some reason it always fails on first try)
  5. specify latest version of Azure Functions 3 (currently 3.5.1) wtith pnpm add -D @azure/functions@3.5.1
  6. compile project and run it with pnpm build && func host start
  7. bask in glory

This runs on the old azure-functions version 3 which is EOL already.

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

No branches or pull requests

1 participant