How to list storage blob url using az cli?

Viewed 950

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 ?

1 Answers
Related