On 2023-07-05 4:13 PM, Mikhail Khludnev wrote:
After Solr successfully run, you can check it via curl from the same host at first, and then start wrestling with external connectivity.
As a side note, if it's running in a container, you can't check from the same host unless the container is started with "--network=host".
(That shouldn't apply in this case as I don't believe azure would be running it on the same host as your dev console.)
Dima