user3509981
user3509981

Reputation: 297

Unable to create Easy Tables in Azure

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.

enter image description here

I have mapped Data Connection with mobile app, below is the screenshot

enter image description here

It would be great if anyone can help, I am new to azure.

Upvotes: 3

Views: 1114

Answers (3)

Erickson Lima
Erickson Lima

Reputation: 101

Your connection string must be created with name: MS_TableConnectionString

Upvotes: 9

Adrian Hall
Adrian Hall

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

Sal DiStefano
Sal DiStefano

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

Related Questions