I have deployed a simple Python Worker Role on Microsoft Azure, using Microsoft Visual Studio 2015, as per this tutorial. It works fine locally, but I can't find a way to see the console output after publishing.
I've tried enabling diagnostics, I only get some errors about saying Global Disk Quota of 2560 MB is less than total minimum quota 2711 MB required by all the tables.
I've also tried enabling Remote Desktop, but it won't accept my credentials, even though it did accept them when I turned the setting on.
How/Where can I see my application output when deploying a Python Worker Role to Azure?


