Unable to access Azure static website

Robin Tan 61 Reputation points
2024-04-14T09:55:56.0266667+00:00

Hi, I found that existing static website using Azure Static Web was no longer working. So I created a new v2 storage, enabled static website, set Container Public Access Level to "Public Read Access for blobs only"

User's image

User's image

I uploaded a test.html file and it cannot be accessed. Did something changed?

https://testgamecloudstorage.z23.web.core.windows.net/test.html

Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
{count} votes

1 answer

Sort by: Most helpful
  1. Anand Prakash Yadav 7,870 Reputation points Microsoft External Staff
    2024-04-15T11:17:07.4533333+00:00

    Hello Robin Tan,

    Thank you for posting your query here!

    Since we can access the “Hello World” page, it seems your Azure Static Web setup is likely correct. The issue might indeed be related to network settings in your environment.

    If you’re using a proxy, it might be interfering with your connection to the Azure Static Web. You might want to check the proxy settings in your environment.

    As suggested in previous response, performing network tests like nslookup or tcpping could help diagnose the issue. These tests can check if your machine is able to reach the storage endpoint.

    You might want to check with your network administrator if there are any network level restrictions in your environment which could be blocking access to the Azure Static Web.

    Also, I would recommend trying to access the URL from a different network/ a different device to see if the issue persists.

    I hope this helps! Please let me know if the issue persists or if you have any other questions.

    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members. 

    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.