Ubuntu – 502 Bad Gateway error for Azure Application Gateway
App GW can't connect to a backend ubuntu VM when Azure VMSS is being used. When I tested, my python application is responding with 200 status code locally. curl https://0.0.0.0:8000/v2/get_api_version -k {"code":200,"message":"AI API 2.0","version":2.1,"api date":"October 2021"} When accessing the URL…