Skip to content

Instantly share code, notes, and snippets.

@andriyadi
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andriyadi/a1a31c47351f5640dfc3 to your computer and use it in GitHub Desktop.
Save andriyadi/a1a31c47351f5640dfc3 to your computer and use it in GitHub Desktop.
Azure Camp Training - Mobile Services

##Create Mobile Service Create a new mobile service

azure mobile create -l "East Asia" azurecampzumo andri pass@word1

Where:

  • "East Asia" is location
  • azurecampzumo is the mobile service name. Should be unique across the world. Choose your own, you may use your dog name, or any cute name you can think.
  • andri is SQL Server username. SQL Server as the database backing for this mobile service
  • pass@word1 is SQL Server password.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment