r/learnprogramming • u/GigioBigio777 • 1d ago
My first web app
Hello recently I finished building my first ever webapp. I delecoped a front end and a backend with a database. As of now I only tested it locally on my computer. I would like to buy a hosting service on azure for example which has a student 100$ credit. When I try to get a resource I get stuck on the database choice. I built the backend in c# and Sql server but at the moment of choosing the correct database there is not an option for sql server but there is azure sal, postgre and MySQL. What can I do?
4
Upvotes
1
u/Illustrious-Deal9505 1d ago
There is a lot of options at your disposal for finding a database - I also like to use SQL mostly. For deployment on azure specificaly can get wildly complicated due to all the options and random crap at first. C# itself is very much a microsoft ecosystem based language that would love you to use the .net architecture. Is this how you developed the app?