Forum Discussion
dangermaus33
Aug 09, 2021Copper Contributor
Access Python Flask app running on an Azure VM
I created a simple python app that has a client part that accesses (uses the requests library) another app (web app) using Flask library to get data. Everything works when I run it locally. I put the...
dangermaus33
Aug 09, 2021Copper Contributor
I spent all day but I figured it out. It was the firewall on the VM itself blocking port 5000.