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
You can view the pages of your site from a browser by using the public URL of the website.
196
198
197
199
### [Portal](#tab/azure-portal)
198
200
199
-
<aid="portal-find-url" />
200
-
201
201
In the pane that appears beside the account overview page of your storage account, select **Static Website**. The URL of your site appears in the **Primary endpoint** field.
Copy file name to clipboardExpand all lines: articles/storage/blobs/storage-blob-static-website.md
+10-10Lines changed: 10 additions & 10 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
@@ -45,24 +45,24 @@ You can use any of these tools to upload content to the **$web** container:
45
45
46
46
## Viewing content
47
47
48
-
Users can view site content from a browser by using the public URL of the website. You can find the URL by using the Azure portal, Azure CLI, or PowerShell. Use this table as a guide.
48
+
Users can view site content from a browser by using the public URL of the website. You can find the URL by using the Azure portal, Azure CLI, or PowerShell. See [Find the website URL](storage-blob-static-website-how-to.md#portal-find-url).
49
49
50
-
|Tool| Guidance |
51
-
|----|----|
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)|
50
+
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.
51
+
52
+
> [!NOTE]
53
+
> [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.
54
+
55
+
### Regional codes
55
56
56
57
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
58
58
59
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
60
60
61
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
62
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.
63
+
### Secondary endpoints
63
64
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.
65
+
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
66
67
67
## Impact of the setting the public access level of the web container
0 commit comments