Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Are There Any Tips For How To Set These Boxes In The Profile For Access To

Are there any tips for how to set these boxes in the profile for access to Azure Blob Storage using SAS?

I can create a Shared Access Key (SAS) through the Azure Storage Explorer, but I am unsure about what I need to paste where to get it working. So far I have failed miserably.

Azure Storage Explorer gives two options on generation of the SAS Key, URL or Query String , any ideas what you paste where in ClearML UI to get access to stored files from ClearML-Server stored on the Azure Blob Storage container?

  
  
Posted 2 years ago
Votes Newest

Answers 4


Ah ok, so it's the query string you use with the SAS box. Great.

  
  
Posted 2 years ago

Hi Ed,
when you try to view a resource from azure on the UI (debug samples), a popup will appear, asking for credentials, in this case azure query string. it will fill the rest of the fields you see in profile automatically.

  
  
Posted 2 years ago

Thanks CostlyOstrich36 , you can also get access to the keys in the Azure Storage Explorer.
Looking at the Properties section gives the secure keys.

  
  
Posted 2 years ago

VivaciousPenguin66 , the resource you have to access in Azure portal is "access keys" under "Security + networking". Input that key under "SECRET/SAS" in profile page

  
  
Posted 2 years ago