Skip to content

prisma/deployment-example-azure-functions

Repository files navigation

Azure Functions Deployment Example

Getting started

Clone the example:

git clone git@github.com:prisma/deployment-example-azure-functions

Install the dependencies:

cd deployment-example-azure-functions
npm install

Create a .env file:

cp .env.sample .env

Update the DIRECT_DATABASE_URL environment variable to point ot your database:

DIRECT_DATABASE_URL="postgresql://johndoe:super-strong-password@host.db.ondigitalocean.com:5432/deployment-example-azure-functions"

Configure your database connection string:

# .env
DATABASE_URL="postgresql://johndoe:super-strong-password@host.db.ondigitalocean.com:5432/deployment-example-azure-functions"

Start up the application

npm run dev

About

Azure Functions deployment example

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published