Hi,
I’m working on a game website that’s deployed on Vercel using React/Next.js. I’m encountering an issue with securely connecting to my Azure SQL Database. Currently, we set enormous firewall rule for public IP range open(0.0.0.0-255.255.255.255), which poses a big security risk.
Platforms involved:
- Frontend: Vercel with React/Next.js (vscode)
- Backend: Azure SQL Database
- Data Access: Prisma ORM
What’s the best way to securely connect my Vercel app to Azure SQL Database without exposing it publicly? Are there recommended solutions or best practices for handling this? I just want give access to all users possible to play my game fast, easy and secure.
Thanks!
