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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: stevenmatthew
6
6
7
7
ms.service: azure-blob-storage
8
8
ms.topic: how-to
9
-
ms.date: 02/12/2021
9
+
ms.date: 05/22/2025
10
10
ms.author: shaas
11
11
ms.reviewer: dineshm
12
12
---
@@ -73,6 +73,9 @@ The host name is the storage endpoint URL without the protocol identifier and th
73
73
74
74
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.
75
75
76
+
> [!NOTE]
77
+
> CNAME records must be accessible to public networks. If CNAME records are private, registration with Azure will not succeed.
78
+
76
79
1. Sign in to your domain registrar's website, and then go to the page for managing DNS setting.
77
80
78
81
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
202
205
203
206
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.
204
207
208
+
> [!NOTE]
209
+
> CNAME records must be accessible to public networks. If CNAME records are private, registration with Azure will not succeed.
210
+
205
211
1. Sign in to your domain registrar's website, and then go to the page for managing DNS setting.
206
212
207
213
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.
385
391
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.
386
392
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.
387
393
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.
388
396
389
397
### Using Azure Front Door
390
398
1. Enable [Azure Front Door](../../frontdoor/front-door-overview.md) on your blob or website endpoint.
0 commit comments