communicate with Azure ML/ stream analytics
Hi Team,Trying to set up a scheduler as follows:https://azure.microsoft.com/en-in/documentation/articles/mobile-services-dotnet-backend-schedule-recurring-tasks/I want to run some ML stuff using Azure...
View ArticlePloblem adding Azure Mobile App to App Service Environment
Creating of a new Resoucegroup sucessful.I just created a fresh App Service Environment. Creation was successful.Then I tried to add a Mobile App to the created Resource/App Service.It failed afte a...
View Articlesimplest way to add an authentication page to windows universal app
From @JON_D84via Twitter So what's the simplest way to add an authentication page to a windows universal app? With@Azure mobile services, hardly any Documentation!@bugail responded with this link:...
View ArticleRetrieve latest entry from table in Mobile Services API
Hi, I'm using Azure Mobile Services to retrieve the latest entry in a table "tableStatus". What is an efficient way to retrieve the latest item in the table for the user? My current code...
View ArticleProblem syncing large table
Hello,we are using azure mobile services to sync a large table down to individual devices. The tablet has 85K rows. However, each row is rather small. Its mostly a relationship table.We are noticing...
View Article[Java] Error using Facebook Android SDK for authentication on Mobile Services...
I would like to know if it's possible to use the access token obtained from the Facebook SDK (and/or Google SDK), as authentication for Mobile Services.My current implementation (shown below), in the...
View Article401 Unauthorized Error Reading Table with Authenticated User (Javascript)
I have a Mobile Services table in which the read permission is set to "Only Authenticated Users". I followed the example here...
View ArticleAzure Mobile Apps: using offline sync for Xamarin.Forms
If you're using Azure Mobile Apps, check out our new quickstart solution that has offline sync built-in!To get started, download the Xamarin.Forms client: from your Web App blade, in the "Mobile App"...
View ArticleHow can I store resource for library that I use in Azure Mobile Service?
From アライブ @witoonalive via Twitter@AzureSupport Hi, I want to ask about how can I store resource for library that I use in Azure Mobile Service(or what ever you call).@AzureSupport I already posted...
View ArticleFailed to Load APIs..Error 403
Error Message:Failed to download zip file for path '/site/repository/service/api/' in Mobile Service 'compal' If you contact a support representative please include this correlation identifier:...
View ArticleEntity Framework SQL caching
My mobile service uses a SQL database via Entity Framework which I think implements some sort of caching.Problem is when I update the database via a transactional query (say "update table...") the...
View ArticleNew data object - EF Annotations issue
Hi all,I'm new Azure Mobile Services. I have decided to take a look on it.So, I have downloaded the code form Azure portal of the the ToDoService, and started to play with it in VS2015.Soon I found...
View ArticleAzure Mobile App Workflow
(Copied from StackOverflow and posted here because there's no Mobile Service subforum)https://stackoverflow.com/questions/33037315/azure-mobile-app-workflow (can't post links)After using Azure Mobile...
View ArticleServiceUser no longer available?
I created a new App Service with the latest SDKs and for some reason ServiceUser type is no longer available.Security is no longer in the Microsoft.Azure.Mobile.Server namespace, any...
View ArticleSorting the data returned from the service
Hi all,I would like to pull the data from a table with my service. The original code looks like: public IQueryable<AppLanguage> GetAllLanguages() { return Query(); }Works fine, but I would like...
View ArticleInvoke multiples custom API
Hi Experts,I'm new in the mobile service plataform and I would like to know:Can I invoke a custom API inside another custom API (in the same mobile service)? How I can do that?Regards
View ArticleRetrieving data with a date constraint in a Custom API
I am trying to retrieve data in a custom API based on a date field. I would have thought that I would want to use the getTime method to retrieve the current date, but it does not seem to work and I...
View ArticleHow can I use Google Sign In button and authenticate to Mobile Services?
Hi,I'm having a hard time using Xamarin.iOS, Google Sign In button, and authenticating to Mobile Services. I previously had this working.. but since then Google has updated the Sign In SDK's. Now when...
View ArticleAzure Mobile Services with SQL V12
hi, upgrade SQL to V12 it's safe for Azure Mobile Services ?There are known issue?
View ArticleDisplaying azure data in xamarin ios
Hello, I am not sure if I am asking this in the correct place or not, so please let me know If I am not. I am using azure mobile services to get data to an app I am making with xamarin. I am very new...
View Article