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

  1. Enable the static website feature on your storage account.
  2. Upload this `index.html` and `test-blob.txt` into the storage account's special `$web` container.
  3. 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