When developing a Azure Mobile Service I can run the test page when running locally. If I press the 'try it out' button i can test my api, but when published to Azure I need to authenticate to use the 'try it out' button.
My question is what is the username and password for the test page when published to the cloud? I haven't specified any authorization in my project afaik.