How to configure the new Azure App service instead of Mobile Service From Android? -
i used azure mobile services android app using url , api key sql database access,but mobile app services no longer available.
please me how configure new app services android app.
code used mobile service config azure android app:
// mobile service url , key mclient_user = new mobileserviceclient( "https://****.azure-mobile.net/", "******************", this).withfilter(new progressfilter());
according document,
migrating service changes underlying environment hosts mobile backend. requires no code changes either mobile client or mobile server project. if use automated migration option, preserves service.azure-mobile.net url.
specially per issue, please check following points:
- data scripts in mobile services have been changed easy tables in mobile apps, please follow https://azure.microsoft.com/en-in/documentation/articles/app-service-mobile-migrating-from-mobile-services/#_easytables check whether have finished migration.
- verify data connection setting in mobile apps on azure portal, if there not configuration named
ms_tableconnectionstring
existing, add new 1 , reference azure sql database.
any further concern, please feel free let me know.
Comments
Post a Comment