What is the best use of provided SQL Database table in Windows Azure Mobile Services? -


i have been experimenting windows azure mobile services. impressed creates table me , database connection along projects in various platforms. wish data windows azure storage however, because sql database can expensive.

my thought is, since provided, makes sense use store account information. can use azure storage changing data. minimal information should necessary such use? here possible table design.

  • unique_id: guid
  • email_address : varchar
  • oath_provider_choice : varchar
  • oath_yahoo : varchar
  • oath_google : varchar
  • oath_microsoft : varchar

does make sense or much?

you can access azure table storage mobile services using azure module. have pretty extensive sample here (http://chrisrisner.com/mobile-services-and-windows-azure-storage) shows how insert / update / delete / read tables , rows mobile services table scripts (effectively bypassing using sql database). shows how can use blob storage. mobile services has custom api, might make more sense use opposed table scripts. can communicate directly table storage (warning: require having account name / key in client app). pointed out in comments, each table in mobile services generates id column has bigint.


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -