8

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.

Warren P
  • 65,725
  • 40
  • 181
  • 316
Erik Z
  • 4,660
  • 6
  • 47
  • 74

1 Answers1

18

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

Henrik Frystyk Nielsen
  • 3,092
  • 1
  • 19
  • 17