Skip to content

Update storage-blob-static-website.md #126927

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions articles/storage/blobs/storage-blob-static-website.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Azure Blob Storage is ideal for storing large amounts of unstructured data such

If you need a web server to render content, you can use [Azure App Service](https://azure.microsoft.com/services/app-service/).

## Prerequisites
1. An Azure account with an active subscription.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2. An Azure Storage account with a container in a general-purpose V2 or BlockBlobStorage.
Copy link
Contributor

@stevenmatthew stevenmatthew Jun 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


## Setting up a static website

Static website hosting functionality is configured within a storage account and isn't enabled by default. To enable static website hosting, select a storage account. In the left navigation pane, select **Static website** from the **Data management** group, and then select **Enabled**. Provide a name for your *Index document name*. You can optionally provide a path to a custom 404 page. Finally, select **Save** to save your configuration changes.
Expand Down