Skip to content

Commit 3b80a1d

Browse files
committed
some tweaks
1 parent d844529 commit 3b80a1d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/storage/blobs/storage-custom-domain-name.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@ ms.subservice: blobs
1515

1616
You can map a custom domain to a blob service endpoint or a [static website](storage-blob-static-website.md) endpoint.
1717

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.
1920
2021
<a id="enable-http" />
2122

2223
## Map a custom domain with only HTTP enabled
2324

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.
2726

2827
To enable HTTPS access, see the [Map a custom domain with HTTPS enabled](#enable-https) section of this article.
2928

@@ -309,7 +308,8 @@ To map a custom domain and enable HTTPS access, do the following:
309308

310309
3. [Enable HTTPS on an Azure CDN custom domain](../../cdn/cdn-custom-ssl.md).
311310

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).
313313
314314
4. (Optional) Review the following guidance:
315315

0 commit comments

Comments
 (0)