Skip to content

Commit 9873bbb

Browse files
authored
Merge pull request #100238 from klaaslanghout/patch-32
Update storage-blob-static-website.md
2 parents c0d857a + b2b9464 commit 9873bbb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ The index document that you specify when you enable static website hosting, appe
5959

6060
If the server returns a 404 error, and you have not specified an error document when you enabled the website, then a default 404 page is returned to the user.
6161

62+
> [!NOTE]
63+
> [CORS](https://docs.microsoft.com/rest/api/storageservices/cross-origin-resource-sharing--cors--support-for-the-azure-storage-services) is not supported with static website.
64+
6265
## Impact of the setting the public access level of the web container
6366

6467
You can modify the public access level of the **$web** container, but this has no impact on the primary static website endpoint because these files are served through anonymous access requests. That means public (read-only) access to all files.

0 commit comments

Comments
 (0)