Search code examples
azuremachine-learningazure-blob-storageazure-machine-learning-service

How to find the path to blob?


I want to export a machine learning model I created in Azure Machine Learning studio. One of the required input is "Path to blob beginning with container"

Here is the screenshoot from azure export

How do I find this path? I have already created a blob storage but I have no idea how to find the path to the blob storage.


Solution

  • you should be able to find this from the Azure portal. Open the storage account, drill down into blobs, then your container. Use properties for the context menu, the URL should be the path ?

    enter image description here