Skip to content

Commit 6cc3468

Browse files
authored
Merge pull request #123988 from srajaramANP/patch-1
Update storage-blob-static-website.md
2 parents 4ed86d4 + 932bad1 commit 6cc3468

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/storage/blobs/storage-blob-static-website.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ A 404 error can happen if you refer to a file name by using an incorrect case. F
142142

143143
In the Azure portal, open the static website configuration page of your account and locate the name and extension that is set in the **Index document name** field. Ensure that this name is exactly the same as the name of the file located in the **$web** container of the storage account. File names and extensions in the url of a static website are case-sensitive even though they're served over HTTP.
144144

145+
##### Why am I unable to access static websites in a storage account when a private endpoint is enabled for the blob in the storage account?
146+
147+
Enabling a private endpoint for blobs in a storage account restricts access to that storage account to only resources within the same virtual network. Consequently, this restriction prevents external access to the static website hosted in the storage account, making the static website content inaccessible. The private endpoint configuration limits access to all storage account resources, including the static website content, to resources within the same virtual network where the private endpoint is enabled. The resolution would be to create a private endpoint specifically for the web. The static website needs a dedicated private end point for the $web domain.
148+
145149
## Next steps
146150

147151
- [Host a static website in Azure Storage](storage-blob-static-website-how-to.md)

0 commit comments

Comments
 (0)