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-custom-domain-name.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,14 @@ ms.subservice: blobs
15
15
16
16
You can map a custom domain to a blob service endpoint or a [static website](storage-blob-static-website.md) endpoint.
17
17
18
-
[!NOTE] This mapping works only for subdomains (for example: `www.contoso.com`). If you want your web endpoint to be available on the root domain (for example: `contoso.com`), see the [Map a custom domain with HTTPS enabled](#enable-https) section of this article. The step within that section for enabling HTTPS is optional.
18
+
> [!NOTE]
19
+
> This mapping works only for subdomains (for example: `www.contoso.com`). If you want your web endpoint to be available on the root domain (for example: `contoso.com`), then you'll have to use Azure CDN. For guidance, see the [Map a custom domain with HTTPS enabled](#enable-https) section of this article. Because your going to that section of this article to enable the root domain of your custom domain, the step within that section for enabling HTTPS is optional.
19
20
20
21
<aid="enable-http" />
21
22
22
23
## Map a custom domain with only HTTP enabled
23
24
24
-
This approach is easier, but enables only HTTP access.
25
-
26
-
> [!NOTE] If the storage account is configured to [require secure transfer](../common/storage-require-secure-transfer.md) over HTTPS, then users must use the HTTPS endpoint.
25
+
This approach is easier, but enables only HTTP access. If the storage account is configured to [require secure transfer](../common/storage-require-secure-transfer.md) over HTTPS, then you must enable HTTPS access for your custom domain.
27
26
28
27
To enable HTTPS access, see the [Map a custom domain with HTTPS enabled](#enable-https) section of this article.
29
28
@@ -309,7 +308,8 @@ To map a custom domain and enable HTTPS access, do the following:
309
308
310
309
3.[Enable HTTPS on an Azure CDN custom domain](../../cdn/cdn-custom-ssl.md).
311
310
312
-
> [!NOTE] When you update your static website, be sure to clear cached content on the CDN edge servers by purging the CDN endpoint. For more information, see [Purge an Azure CDN endpoint](../../cdn/cdn-purge-endpoint.md).
311
+
> [!NOTE]
312
+
> When you update your static website, be sure to clear cached content on the CDN edge servers by purging the CDN endpoint. For more information, see [Purge an Azure CDN endpoint](../../cdn/cdn-purge-endpoint.md).
0 commit comments