Skip to content

Commit 34d4fd9

Browse files
committed
Adding a note about secondary regions
1 parent 2454ce2 commit 34d4fd9

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

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

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: storage
66
ms.topic: conceptual
77
ms.author: normesta
88
ms.reviewer: dineshm
9-
ms.date: 05/29/2019
9+
ms.date: 05/14/2020
1010
ms.subservice: blobs
1111
---
1212

@@ -50,19 +50,25 @@ Users can view site content from a browser by using the public URL of the websit
5050
|Tool| Guidance |
5151
|----|----|
5252
|**Azure portal** | [Find the website URL by using the Azure portal](storage-blob-static-website-how-to.md#portal-find-url) |
53-
|**Azure CLI** | [Find the website URL by using the Azure CLI](storage-blob-static-website-how-to.md#cli-find-url) |
54-
|**Azure PowerShell module** | [Find the website URL by using PowerShell](storage-blob-static-website-how-to.md#powershell-find-url) |
53+
|**Azure CLI** | [Find the website URL by using the Azure CLI](storage-blob-static-website-how-to.md?tabs=azure-cli#portal-find-url) |
54+
|**Azure PowerShell module** | [Find the website URL by using PowerShell](storage-blob-static-website-how-to.md?tabs=azure-powershell#portal-find-url) |
55+
56+
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.
57+
58+
> [!NOTE]
59+
> [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.
60+
61+
### Regional codes
5562

5663
The URL of your site contains a regional code. For example the URL `https://contosoblobaccount.z22.web.core.windows.net/` contains regional code `z22`.
5764

5865
While that code must remain in the URL, it is only for internal use, and you won't have to use that code in any other way.
5966

6067
The index document that you specify when you enable static website hosting, appears when users open the site and don't specify a specific file (For example: `https://contosoblobaccount.z22.web.core.windows.net`).
6168

62-
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.
69+
### Secondary endpoints
6370

64-
> [!NOTE]
65-
> [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.
71+
If you set up [redundancy in a secondary region](../common/storage-redundancy.md#redundancy-in-a-secondary-region), you can also access website content by using a secondary endpoint. Because data is replicated to secondary regions asynchronously, the files that are available at the secondary endpoint aren't always in sync with the files that are available on the primary endpoint.
6672

6773
## Impact of the setting the public access level of the web container
6874

0 commit comments

Comments
 (0)