Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Hi @Ryan Hill ,
ok I solved adding a new configuration node in my web.config
<staticContent>
<remove fileExtension=".webp" />
<mimeMap fileExtension=".webp" mimeType="image/webp" />
</staticContent>
Thanks


Hi