I looked around and found
Server | Strapi Documentation page.
After I added both
url: env('PUBLIC_URL', 'https://api.example.com'),
proxy: env.bool('IS_PROXIED', true),
My server on Azure web app is working and no longer hit localhost:1337
hoped this helps ![]()