I am currently running a inbuilt server and i want to transfer it to azure. At the moment I run the server with the following command
php -S localhost:8000 route.php
where route.php is my routing script which deals with all my requests. I have looked though the application setting in azure and I cant seem to find the required setting.