Question

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.

Was it helpful?

Solution

You can use either the application key or the master key as password -- the username doesn't matter. You can get both keys from the portal by selecting a mobile service and then "Manage Keys" at the bottom of the page.

Thanks,

Henrik

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top