Blob content is not accessible while using custom domain

Copper Contributor

I have created a public blob which contains few images and all images are accessible using the dafault url (azure blob url)

 

I have followed the below steps to add custom domain 

Step 1: Get the host name of your storage endpoint.

 Step 2: Create a canonical name (CNAME) record with your domain provider.

 Step 3: Register the custom domain with Azure.

 Step 4: Test your custom domain.

 

nslookup is working for both the names 

 

however content is accessible with storage account url  not with custom domain url

 

 

 

3 Replies

With the steps you describe, access to the Storage Account may be delayed. Map a custom domain with zero downtime:

Step 1: Get the host name of your storage endpoint.

Step 2: Create a intermediary canonical name (CNAME) record with your domain provider.

Step 3: Pre-register the custom domain with Azure.

Step 4: Create a CNAME record with your domain provider.

Step 5: Test your custom domain.

I hope it helps? Regards Tom

@kailashmishra 

@TomWechsler  

 

Thanks @TomWechsler  will try this method. 

It's a pleasure. I hope it will help!@kailashmishra