Now, let’s discuss the Azure blob storage URL format.
A storage account helps you provide a unique namespace in Azure for your data. You can access each object stored in your Azure storage with the help of an address with an account name that is unique. The account name and the Azure Storage service endpoint combine to form the endpoints for your storage account.
The default URL for accessing the Blob service in a storage account is https://<our account name>. blob.core.windows.net.
We can map our domain or subdomain to the Blob service for our storage account so that users can browse using the custom domain.
You can also add a subdomain to the hostname. For example, Add the subdomain “mysubdomain” to the hostname. The URL will be mysubdomain.mystorageaccount.blob.core.windows.net.
You can access the URL in the browser http://<subdomain.customdomain>/<mycontainer>/<myblob>
Check out How to Create Azure Blob storage
Conclusion
This article discussed the Azure blob storage URL and its format. Thanks for reading this article !!!

I am Rajkishore, and I have over 14 years of experience in Microsoft Azure and AWS, with good experience in Azure Functions, Storage, Virtual Machine, Logic Apps, PowerShell Commands, CLI Commands, Machine Learning, AI, Azure Cognitive Services, DevOps, etc. Not only that, I do have good real-time experience in designing and developing cloud-native data integrations on Azure or AWS, etc. I hope you will learn from these practical Azure tutorials. Read more.