Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure Mobile APP with Easy Table and Easy APIs gives error "Unsupported Service"

I have created mobile app and wanted to use Easy Table and Easy APIs. However whenever I go to that location it shows "Unsupported Service".

Below is the image link of my azure account console.

enter image description here

Thanks in advance.

like image 314
Anandkumar Jadhav Avatar asked Dec 28 '15 08:12

Anandkumar Jadhav


2 Answers

Easy Tables and Easy APIs are (currently) only supported for Node (Mobile Apps or Migrated Mobile Service) applications, not for .NET applications.

Please see the following thread for more details https://social.msdn.microsoft.com/Forums/silverlight/en-US/07ee8c8a-a2fc-47ad-aca4-2ec4b5e8ac4a/enabling-mobile-extension-for-your-app-runs-forever?forum=azuremobile

like image 165
Benjamin Talmard Avatar answered Sep 28 '22 10:09

Benjamin Talmard


You can use Easy Tables with a .Net backend. I ran into the same problem following the Quick Start steps posted by Microsoft. What you want to do is delete your application in the portal, create a new one, setup the database, then click Easy tables. It will initialize for you using the database you created.

Do not click on any Quick Start links.

like image 43
Brett Mathe Avatar answered Sep 28 '22 10:09

Brett Mathe