Reputation: 297
I have created a Mobile App and Database in Microsoft Azure. Now I am trying to create Easy Tables from Mobile App but I am getting error message "You need database to use East Tables. Click here to create one.
Even though I have existing database Easy Tables doesn't list it.
Below is the screenshot.
I have mapped Data Connection with mobile app, below is the screenshot
It would be great if anyone can help, I am new to azure.
Upvotes: 3
Views: 1114
Reputation: 101
Your connection string must be created with name: MS_TableConnectionString
Upvotes: 9
Reputation: 8035
Just because you have a database doesn't mean it is linked. Click on Data Connections, then Add, then add your existing SQL database.
Note that Easy Tables won't recognize the existing tables unless you add them through Easy Tables. There are notes around the format of Id (it needs to be a string) and other fields.
Upvotes: 3
Reputation: 11
When you created your Database Server did you check "Allow azure services to access server"? That could be why you cannot see the Database listed.
Upvotes: 1