Create an ASP.NET MVC app with auth and SQL DB and deploy to Azure App Service
above is a link to a tutorial that I followed to create a database and manipulate seeded data with a MVC app.
I am currently learning about ASP.NET & Azure in my internship. How would I go about connecting to an existing database to run CRUD operations on a table that already has data in it? How would the data already in the table show up on the page?