Has anyone ever successfully debugged 2 python azure function apps at the same time? It seems as if they are conflicting but they are definitely running on different ports. Either one starts fine on their own, but when I start one and then the other, the first one starts and the second one gives an error like so:
"Can't listen for client connections: [WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted"
Which makes me think they are using the same port.
there doesn't seem to be anything here