-
Notifications
You must be signed in to change notification settings - Fork 22
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
[Feature]: Azure Functions Support #88
Comments
Can you please provide a sample project that uses Azure Functions at dev time so we can see how it works? |
I found this link to a sample repo a guy created using Azure Functions. If this may help you: https://github.com/Azure-Samples/durablefunctions-apiscraping-nodejs Also, here's a link to Microsoft's documentation on how to setup the environment and create a simple project (Azure account required): https://learn.microsoft.com/en-us/azure/azure-functions/create-first-function-vs-code-node |
Thanks for the details. We found a project (https://github.com/bbachi/azure-func-postgres-ts) that can run locally if we install The Azure Functions support a number of different languages:
We might be able to add limited support for Having had a play with the Azure functions, they do not seem to work nicely in a fast-feedback environment. For example, by default, you need to run I'll leave this feature request open but given the limited support we could provide ( |
Describe the feature you'd like.
Do you have any plans to support Azure Functions? The app I'm currently maintaining relies heavily on it and it would be great to have Console Ninja support this.
The text was updated successfully, but these errors were encountered: