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()); link referred migration 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-ser...