I have been following this tutorial, but as azure no longer support web app redirects to HTTP website I have created a web app in azure as this as standard has HTTPS.
I have followed the tutorial to the section get user details and have tested it locally using
PHP artisan serve
and all seems fine however when I have deployed it to azure via visual code I get
You do not have permission to view this directory or page.
as the tutorial is meant for a local instance am I missing something or have I missed a step any help would be grateful also I'm new to azure web apps and laravel so please try to explain things to a basic knowledge level.