Sam Pibworth
07/20/2022, 2:17 PMapollo_url = "http:/<ip of azure vm>:4200/graphql"
. Any help would be much apperciated!Kevin Kho
07/20/2022, 2:29 PM[server]
[server.ui]
apollo_url = "<http://YOUR_MACHINES_PUBLIC_IP:4200/graphql>"
[server]
endpoint = "YOUR_MACHINES_PUBLIC_IP:4200/graphql"
prefect server start
, maybe you need the --expose
flag?Sam Pibworth
07/20/2022, 2:38 PMKevin Kho
07/20/2022, 4:16 PM