-
In your local environment, set DATABASE_URL to your production database then run:
npx prisma migrate deploy
- Don't need to create SHADOW_DATABASE_URL env variable for production
DATABASE_URL=sqlserver://{server name}:1433;database={database};initialCatalog=ArtSphereInc;integratedSecurity=false;user={user};password={password};encrypt=true
- server name is in the format servername.database.windows.net
- How to Deploy Server (scroll to Deploy on Azure Section)