Skip to content

Commit cba1700

Browse files
authored
Update storage-blob-static-website.md
Updating static Website public documentation which mentions scenario of private endpoint enable for blob and how to access the static websites.
1 parent 87c94ba commit cba1700

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,6 @@ Yes. Storage account [network security rules](../common/storage-network-security
116116

117117
<a name='do-static-websites-support-azure-active-directory-azure-ad'></a>
118118

119-
##### 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.?
120-
121-
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 static website.
122-
123119
##### Do static websites support Microsoft Entra ID?
124120

125121
No. A static website only supports anonymous read access for files in the **$web** container.
@@ -144,6 +140,10 @@ A 404 error can happen if you refer to a file name by using an incorrect case. F
144140

145141
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.
146142

143+
##### 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.?
144+
145+
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.
146+
147147
## Next steps
148148

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

0 commit comments

Comments
 (0)