I had this exact same issue, and came across this post on stackoverflow:
I simply added a <clear/> to the top of the <rules> section in my web.config file, and it ignores the rewrite rules from the Azure Web App composer extension.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I've setup an azure webapp, and i've done a local git deploy. Everything seems to be working okay except when I try to access Telescope. Nothing renders correctly. Looking at the source code I see "http://***/vendor/telescope/app-dark.css?id=3499432c9dbc93b0f541" which when I click on it I receive "You do not have permission to view this directory or page."
I'm using the webconfig file from here: https://github.com/laravel/laravel/blob/master/public/web.config
thoughts?
Please or to participate in this conversation.