404 Site Not Found
We're successfully using Azure Mobile Services from a Windows 8.1 app and can test the web services using tools like Fiddler.However, when we try to use an API management solution proxy/gateway in...
View ArticleSystem.Resources.MissingManifestResourceException only on Release Build
Hi,My Windows Phone 8.1 App (Windows Store Universal) works fine with "Debug Build Configuration" but throws an error with Release Config.What can I do?return await booksTable.OrderByDescending(q =>...
View ArticleMobile Services Offline PullAsync only retrieves data where updatedAt date >...
I am using offline data sync in Mobile Services and the following function only retrieves data where UpdatedAt > the largest updatedAt in the userTable:await userTable.PullAsync(userTable.Where(a...
View ArticleHow to use existing database and its tables in Newly created...
1) I have a Database already having data in it. Now i created a Mobile service with .NET as backend by selecting existing database.I want to use that existing data(tables) with My mobileservice, How to...
View ArticleAzure Mobile Services SQLiteStore - Incompatible SqLite
I have the latest Visual Studio Extension of SqLite installed, but it appears that it is incompatible with SqLiteStore. It requires an older version. The problem is, I can't find any older versions...
View ArticleConnect Mobile Service to an existing database
Hello, I have a SQL Azure that I'm using in a WP7 Application and I want to use the same data to use in my Win8 Application that I'm building.The Mobile Services are just great, I don't need to deploy...
View ArticleAzure Mobile Service unresponsive (response time > 30 s) .NET Backend
Hi Today our MobileService with .NET backend got unresponsive (response time > 30 s through endpoint monitoring). The MS is a standard Tier with six Units and we have about 900 Devices with one app...
View ArticlegenerateSharedAccessSignature returns NaN?
Hi,I have the following insert script in an Azure Mobile Services table:var azure = require('azure'); var qs = require('querystring');function insert(item, user, request) { var accountName =...
View Article//build 3-623/ Mobile Services and ASP.NET Web API code
Hi,I am currently building a Mobile Services .NET back end for my mobile app.I have watched the video build 3-623 and I would like to know if the code for the so-called "brown field" app is available...
View ArticleAzure tables modify - Adding list type column
is there a provision or some code or method to add a column in azure tables which contains a list of numbers or strings?My userprofile contains name, password, row key, partition key, etc. and I add...
View ArticleAzure mobile service:Host in cloud option disabled in VS 2013
Hi,I was trying to create azure mobile service from VS 2013, 2 issues i am facing.1. Host in cloud option is disabled.2. Getting error on click of Validate connection while publishing the project....
View ArticleError 500 Failed to load APIs
Hello.We are having trouble with my Azure Mobile Serve, it seems Azure is unable to load any API what-so-ever be it table API-s or REST API, the problem is. More over we even have a REST API yet that...
View ArticleChanges to Table scripts only applies on Restart
Hi,When making changes to any of my read/insert/update or delete scripts on any of my tables within my Azure Mobile Service, the changes don't apply unless I restart the Mobile service.When I change a...
View ArticleCannot capture value generated by trigger
In my mobile service database, I created a trigger to auto generate an order number. Once the insert process is complete, i was hoping that the TableOperationCallback will directly return the value but...
View ArticleCould not access to any tables from command-line tools.
Hi.I'm trying to access to the table in my mobile sevices allready exist.> azure mobile table list todoListServiceBut, I caught an error blow.error: <string...
View Article503 Service Unavailable for the last 12 hours (Nov 21, 2014)
I'm on the East US. Azure dashboard shows green for Mobile Services. Hope somebody is aware of this...Update: seems to have been resolved.
View ArticleMobile Services Down?! -URGENT
Both of my Mobile Services are completely down, getting flooded with e-mail reports. I can not use either of the apps, nor can I access any of the APIs in the portal.I get this error:Failed to load...
View ArticleAzure mobile services EAST US still broken?
I've been having trouble with my azure mobile service since last night. This morning the dashboard says ok but it does not work. If I simply try to access the url for the site it generally times out...
View ArticleHow to update global version of npm
The Azure Mobile Service image that I am using currently is locked down to npm version 1.2.30. There are latest npm version installed on the image(under ...\Program Files(x86)\npm). But npm is locked...
View ArticleHow to reset azure mobile service deployment folder
Recently we added 'azure' module to node_modules for our mobile service using 'npm install azure' and have started experiencing problem accessing mobile service. Here are steps in chronological order...
View Article