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
Hey, I'M Looking To Secure My Trains Server Which Is Running On An Azure Vm, I See That It Is Recommended To Use Https. Are There Any Good Articles That Are Tried And Tested By The Trains Team For Azure Vms? Would Be Great If You Could Share One, Thanks!

Hey, I'm looking to secure my trains server which is running on an Azure VM, I see that it is recommended to use https. Are there any good articles that are tried and tested by the trains team for Azure VMs? Would be great if you could share one, thanks!

  
  
Posted 3 years ago
Votes Newest

Answers 2


Thanks AgitatedDove14 , I'll go through these and get back to you

  
  
Posted 3 years ago

Hi SmarmyDolphin68
See some details here:
https://allegro.ai/docs/deploying_trains/trains_server_config/#network-and-security
Basically get an Azure load-balancer, it can also add the https on top of the http connect.
Check the details on load-balancers here
https://allegro.ai/docs/deploying_trains/trains_server_config/#sub-domains-and-load-balancers

I think this is the one:
https://docs.microsoft.com/en-us/azure/load-balancer/load-balancer-overview

  
  
Posted 3 years ago
689 Views
2 Answers
3 years ago
one year ago
Tags