Skip to content

Commit 8f97b73

Browse files
Merge pull request #300248 from normesta/normesta-reg-updates-14
Adding some notes to address a CXP bug
2 parents 41817d7 + 97f0015 commit 8f97b73

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: stevenmatthew
66

77
ms.service: azure-blob-storage
88
ms.topic: how-to
9-
ms.date: 02/12/2021
9+
ms.date: 05/22/2025
1010
ms.author: shaas
1111
ms.reviewer: dineshm
1212
---
@@ -73,6 +73,9 @@ The host name is the storage endpoint URL without the protocol identifier and th
7373

7474
Create a CNAME record to point to your host name. A CNAME record is a type of Domain Name System (DNS) record that maps a source domain name to a destination domain name.
7575

76+
> [!NOTE]
77+
> CNAME records must be accessible to public networks. If CNAME records are private, registration with Azure will not succeed.
78+
7679
1. Sign in to your domain registrar's website, and then go to the page for managing DNS setting.
7780

7881
You might find the page in a section named **Domain Name**, **DNS**, or **Name Server Management**.
@@ -202,6 +205,9 @@ The host name is the storage endpoint URL without the protocol identifier and th
202205

203206
Create a temporary CNAME record to point to your host name. A CNAME record is a type of DNS record that maps a source domain name to a destination domain name.
204207

208+
> [!NOTE]
209+
> CNAME records must be accessible to public networks. If CNAME records are private, registration with Azure will not succeed.
210+
205211
1. Sign in to your domain registrar's website, and then go to the page for managing DNS setting.
206212

207213
You might find the page in a section named **Domain Name**, **DNS**, or **Name Server Management**.
@@ -385,6 +391,8 @@ This approach involves more steps, but it enables HTTPS access.
385391
If you don't need users to access your blob or web content by using HTTPS, then see the [Map a custom domain with only HTTP enabled](#enable-http) section of this article.
386392
The approach involves using [Azure Front Door (preferred)](../../frontdoor/front-door-overview.md) or [Azure CDN](../../cdn/cdn-overview.md) which are Content Delivery Network services offered by Azure.
387393

394+
> [!NOTE]
395+
> Custom domain mapping requires the use of CNAME records. CNAME records must be accessible to public networks. If CNAME records are private, registration with Azure will not succeed.
388396
389397
### Using Azure Front Door
390398
1. Enable [Azure Front Door](../../frontdoor/front-door-overview.md) on your blob or website endpoint.

0 commit comments

Comments
 (0)