Azure Mobile Service QuickStart in iOS does not work
After downloading the quickstart for iOS project and running it against the just created Azure Mobile Service, I get this error in the project. Returns HTML of an error 500. The keys are set up...
View ArticleExtending base mobile azure sample (.net backend)
So, i create a azure mobile service, downloaded a project and run it. After the first launch, i see some new tables in DB: TodoItems (with 2 items) and _MigrationHistory. So far so good. Now, i'd like...
View ArticleOffline Sync - How can I use Pull to filter multiple tables at once (like a...
I saw some similar threads that were very old so I'm hoping there's a workaround or some kind of solution for this now. I'm using Xamarin and the Mobile Services Offline support...
View ArticleManaged Backend and Exisiting Databases
A few days ago I read this article by Ýavor Georgiev:http://azure.microsoft.com/en-us/documentation/articles/mobile-services-dotnet-backend-use-existing-sql-database/Nice write up, but for me...
View ArticleHow to debug and test the Mobile azure services javascript in Visual Studio...
How to debug and test the Mobile azure services javascript in Visual Studio 2013.Right now i am accessing the js code through server explorer and breakpoints doesn't work over since it executes on...
View ArticleHow to use orderByDescending on a list in mobile azure service Javascript
I have a set of results stored in a array list and there is a 'Name' property in it. So how do i sort the list based on 'Name'.There is orderByDescending('Name') in table object but how do i use that...
View ArticleADFS authentication issue on Windows Phone 8.1
Hi,Here is my scenario:An Universall App that uses an Azure Mobile Service in JS. AAD is setup for my Mobile Services andworking on Windows 8.1I've the same code on Windows Phone 8.1 + I've added the...
View ArticleAuthentication issues - WAAD -...
I'm developing a Xamarin iOS app and connecting to Azure Mobile Service.I can fetch and update the ToDoItem successfully.however What I really need is Authentication. And specifically Windows Azure...
View ArticleDo I have to use notification hub?
Hi,Every time a create a new mobile service, a notification hub is always created as well. But my older mobile services do not have a notification hub and push notification works fine.It is an...
View Articlehacking relational data?
I'm considering using Mobile Services to build an app that has Windows Phone and Windows 8 clients. But the data I want to store is inherently relational and it doesn’t seem like that is supported....
View ArticleConnecting a Mobile Service to an existing database in West Europe
I have an existing website and database in West Europe. I want to build a mobile app connecting to the same database but in the Mobile Service creation workflow there is only an option for North...
View ArticleAzure Mobile Services .NET backend route wrong?
I built a mobile service using the .NET backend and it seems to work just fine. However my mobile service client (winphone 8.1) gets a 404 not found when trying to get a list of entries in the table....
View ArticleGoogle authentication - How to associate records with a Google-authentication...
Hello, I'm new to Azure Mobile Services (I'm using Xamarin). I am setting up a process whereby users can be assigned to data via their email address that's associated with their respective Google...
View ArticleHow to delete a record which has the PrimaryKey and Composite Key in Mobile...
I have 2 questions1st QuestionI need to delete a record which has primary key and composite key.When i use the below code its deleting all the id values, basically in my case id values might be same...
View ArticleHow to do a Staging Backend for Testing and Developing Azure Mobile Services...
How to do a Staging Backend for Testing and Developing Azure Mobile Services which is written in Javascript..
View Articlecapture the OUTPUT parameters from a Stored Procedure called from Azure...
I want to be able to capture an OUTPUT parameter to a stored procedure from the azure mobile services scripts.Here's an example of a stored procedure with an out parameterCREATE PROCEDURE Test (...
View Articleazure table postfix or prefix matching using mobile service
I have an azure table that has a partition key in <city>_<state> format and the rowkey that is in the format of a <category of the winery name>_<unique integer number>. I can...
View ArticleCreation of new Mobile Service Fails
I have an MSDN subscription, and using that I get a free version of MS Azure. I created one Mobile Service with corresponding DB. I deleted it (it had the wrong name) and tried to create a new Mobile...
View ArticleAuthenticaton and Server-Side Filtering
I am working on a (very) part-time (evenings & weekends) project and I simply don't have as much time as I'd like to do all my own research, investigation, and experimentation. I have what I would...
View ArticleSending a Push Notification from node.js hosted on own backend server using...
Hi, I have an existing node.js service running on my own server (not hosted in Azure) that I would like to enhance to send Push Notifications via Windows Azure. My mobile devices (currently just...
View Article