I know almost nobody would advise me to dive into the deep end of the pool like this, however it is the method I've used to learn virtually everything I know so...indulge me please, if just for the sake of this exercise.
I am familiar enough with building SQL databases and using SSMS that I was able to create an Azure server, put a database on it, and use SSMS, Excel, and Access to interface with the data.
I want to build a a web page that someone can use to run predefined SELECT queries against my Azure SQL database. Initially it can be just a form with some simple instructions, allowing the user to enter some values and click submit to get results.
It seems that Azure comes with a wealth of tools, virtual machines, etc that I should have the framework already to do this.
Can anyone point me in a general direction? I don't expect to know how it works, but I will absorb the material and figure it out. I just simply don't know how to start.
tod