Azure Storage Static Website Test
This is a minimal test page for verifying that an Azure Storage account's static website feature is working.
How it works
- Enable the static website feature on your storage account.
- Upload this `index.html` and `test-blob.txt` into the storage account's special `$web` container.
- Open the primary endpoint URL shown by Azure to validate the site and the test blob.
Test links (replace with your storage account endpoint)
Home page (index): index.html
Test blob (text): test-blob.txt
Client-side check
Press the button to check accessibility of this page and the test blob via fetch()
Status output will appear here.
Notes
- If index.html doesn't show, confirm the storage account's static website is enabled and the index document is set to
index.html.
- Public access is required for the static website endpoint to serve content over HTTP(s).