Full Article on the Trilon Blog:
Deploy your Serverless NestJS Application to the cloud with Azure Functions
Live Now deployment here
Made with ❤️ by Trilon.io
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
First we need to ensure we build our NestJS application into the /dist/
folder, and then we can deploy it with either the terminal or IDE extensions!
$ npm run build
Then utilize either the azure-cli, or Azure Functions extension.
Check out Trilon.io for more info!
Contact us at [email protected], and let's talk about your projects needs.