Solution/Workaround:-
- Add a connection in the Application Settings blade:
The Connection String Name must be MS_TableConnectionString
You can get the connection string format from SQL server as below:
Server=tcp:selinasql.database.windows.net,1433;Initial Catalog=SQLdatabaseBackupTest;Persist Security Info=False;User ID={your_username};Password={your_password};MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;
- Go Quickstart blade, choose one of the generals that the mobile app will access from:
- Then you will notice that you’ve already had a connection string, and we just need to download the Node.js and initialize the easy tables for it.
- 4. We will able to see the easy table has been created as below:
- Related Topics:-
- Setting Up Easy Tables in Azure App Service Mobile Apps
- Getting started with Azure App Service and Easy Tables
- Setting up Easy Tables in Azure App Service Mobile Apps
- Getting Started with Azure Mobile Apps’ Easy Tables
- Easy Table configure issue
- Easy Tables is not supported on your current App Service app. Please initialize your App Service app for Easy Tables support.
- Adding/creating multiple tables on Easy Table
- Adding Easy Tables from an existing database causing service wide 500 errors
- Unable to create Easy Tables in Azure
- Create a Backend for Xamarin.Forms using Azure Mobile App’s Easy Tables