https://github.com/trilonio/nestjs-azure-functions
Deploying serverless NestJS to Azure Functions demo
https://github.com/trilonio/nestjs-azure-functions
azure azure-functions nestjs serverless
Last synced: 6 months ago
JSON representation
Deploying serverless NestJS to Azure Functions demo
- Host: GitHub
- URL: https://github.com/trilonio/nestjs-azure-functions
- Owner: TrilonIO
- Created: 2019-07-25T16:12:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T23:54:54.000Z (about 3 years ago)
- Last Synced: 2025-05-30T07:46:29.214Z (10 months ago)
- Topics: azure, azure-functions, nestjs, serverless
- Language: TypeScript
- Homepage: https://trilon.io
- Size: 862 KB
- Stars: 23
- Watchers: 2
- Forks: 10
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deploying Serverless NestJS to Azure Functions
### Full Article on the Trilon Blog:
[Deploy your Serverless NestJS Application to the cloud with Azure Functions](https://trilon.io/blog/deploy-nestjs-azure-functions)
---
### Live Now deployment [here](https://nestjs-azure-demo.azurewebsites.net/api)
---
Made with :heart: by Trilon.io
---
## Installation
```bash
$ npm install
```
## Running the NestJS Application
```bash
# development
$ npm run start
# watch mode
$ npm run start:dev
```
## Deploying to Azure Functions
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!
```bash
$ npm run build
```
Then utilize either the azure-cli, or Azure Functions extension.
----
# Trilon - JavaScript, ASP.NET, Node, NestJS - Consulting | Training | Development
Check out **[Trilon.io](https://Trilon.io)** for more info!
Contact us at , and let's talk about your projects needs.
## Follow Trilon online:
[](https://twitter.com/Trilon_io)