Problem when hosting website via Azure

Malcolm Liljedahl 21 Reputation points
2022-04-07T17:23:47.82+00:00

Hey, so me and a couple of friends are doing a school project together. Our plan is to host our website via Azure and then send data to it via an IoT solution. But we're having problems getting the website up and running. The website is just an ordinary react app with only the template files which are created. So it shouldn't be a memory/size problem. I've tried it on my localhost and it works fine so nothing is wrong with the code either. And the build/deploy passes via github action but when we then try to open the website it tries to load for a few seconds and then this error message occurs:

dbf42eb6a3.png

cf73dc4a7a.png

It seems like favicon is the problem? But it should work properly? -> https://github.com/Lillfrallan/projektgrupp12-ii1302

Anyone know how to solve it?

Ps this is our first time working with Azure.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,408 questions
{count} votes

Accepted answer
  1. SnehaAgrawal-MSFT 21,006 Reputation points
    2022-04-08T05:13:39.057+00:00

    Thanks for reaching here! If you are receiving HTTP "503 Service Unavailable" error then this issue is often caused by application level issues, such as:
    • Requests taking a long time
    • Application using high memory/CPU
    • Application crashing due to an exception.

    To troubleshoot this below steps are suggested :

    1. Observe and monitor application behavior
    2. Collect data
    3. Mitigate the issue

    Please let us know if issues remains or further query on this.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Malcolm Liljedahl 21 Reputation points
    2022-04-13T11:42:06.093+00:00

    Hey, so we couldn't get it to work. But swaped and used a "Azure static web app" instead which works fine!

    Thanks for the answer

    0 comments No comments