Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Deploying serverless NestJS to Azure Functions demo

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)

---



Trilon.io - Angular Universal, NestJS, JavaScript Application Consulting Development and Training

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
```


Nest Logo

## 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.



Trilon.io - Angular Universal, NestJS, JavaScript Application Consulting Development and Training

## Follow Trilon online:

[![Twitter Follow](https://img.shields.io/twitter/follow/Trilon_io.svg?style=social)](https://twitter.com/Trilon_io)