A file can be shared in Azure blob services with the url format as https://<sg account name>.blob.core.windows.net/<container name>/file.zip
The name can be customized further, if you register your own domain as follows
http://<customdomain>/<mycontainer>/<myblob>
Let's know, are you looking for the above details.
However, you can't share the file with the url as https://somefile.zip because of the dependencies of custom domain and azure blob storage sharing requirements
--please don't forget to upvote
and Accept as answer
if the reply is helpful--