You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/blobs/storage-blob-static-website.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.service: storage
6
6
ms.topic: conceptual
7
7
ms.author: normesta
8
8
ms.reviewer: dineshm
9
-
ms.date: 05/29/2019
9
+
ms.date: 05/14/2020
10
10
ms.subservice: blobs
11
11
---
12
12
@@ -50,19 +50,25 @@ Users can view site content from a browser by using the public URL of the websit
50
50
|Tool| Guidance |
51
51
|----|----|
52
52
|**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
55
62
56
63
The URL of your site contains a regional code. For example the URL `https://contosoblobaccount.z22.web.core.windows.net/` contains regional code `z22`.
57
64
58
65
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.
59
66
60
67
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`).
61
68
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
63
70
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.
66
72
67
73
## Impact of the setting the public access level of the web container
0 commit comments