I want to list (programmatically) the url of my blob storage. The url I am looking for is https://my_storageaccount_name.blob.core.windows.net/my_container_name/my_file_name
I tried az storage account list
and az storage blob show
but neither of them display the url.
There is a az storage blob url
but that creates a url. I am interested in listing the url.
Does anyone know how to obtain this ?