Does anyone have experience with registering prefect flows from azure devops pipelines to a prefect server?
The command:
'prefect register flow --file flows/test_flow.py --project batteriskip --skip-if-flow-metadata-unchanged'
keeps getting the error
"requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=4200)"
despite setting environment variable PREFECT__SERVER__ENDPOINT="
http://myserverip:myport'" Same issue when using variables PREFECT__SERVER__HOST and PREFECT__SERVER__POST.