You must use your LAMP VM in Microsoft Azure and connect to your Adventure Works database using a web page.
This should consist of 1 HTML page containing a form, and 1 PHP page, which executes a query based on the contents entered on the form:
A SELECT statement that returns only the records matching the fname and lname entered and all columns from the CONTACT table. Your submission should include:
A Microsoft Word document that contains the URL to your webpage on your LAMP VM.
An HTML page containing a web form.
A PHP page that executes a query.