Hello i recently began to developing sharepoint autohosted apps on my office 365 account.
I know that the code of autohosted app is hosted on windows azure .
When i create windows azure acccount (external , normal azure account) then there is worker role and i can write infinite loop inside it which allows me to for example do specific action in infinite loop.
My question is : is there an equivalent of worker role in windows azure on office 365 account when autohosted?
How those windows azure on office365 is similar to external windows azure account?
Can i do infinite loop on it?
Best regards