Skip to content

Commit 932bad1

Browse files
authored
removing redundant punctuation
1 parent cba1700 commit 932bad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ A 404 error can happen if you refer to a file name by using an incorrect case. F
140140

141141
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.
142142

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.?
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?
144144

145145
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.
146146

0 commit comments

Comments
 (0)