Forum Discussion
Blob content is not accessible while using custom domain
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
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
- kailashmishraCopper Contributor
It's a pleasure. I hope it will help!kailashmishra