How to update device Installation's tags in .NET backend
HI,I knew the method to add Tags to Installation in this sample from...
View ArticleMobile Services - PullAsync - Query
Is there a way to handle specifying a query on PullAsync if the server properties are named differently? [JsonProperty(PropertyName = "uid")] public int UserId { get { return _userId; } set { _userId =...
View ArticleMigration issues from Azure Mobile Services to Azure App Services (API App) -...
I migrated my existing Azure mobile service to Azure App services. As I have multiple web APIs in it, I chose to go with API App. I am facing issues when trying to integrate Swagger which is required...
View ArticleIs gathering metric data for Azure Mobile Apps done through the same API as...
Azure Web apps uses the Azure Insights REST API (https://msdn.microsoft.com/en-us/library/azure/dn931943.aspx?f=255&MSPPError=-2147217396) to expose metric data. Do Mobile apps (under app services)...
View ArticleIncrement Sync - Increase Fetch Count
Using incremental sync is there any way to increase the fetch count which appears to default to 50? Does anyone have an example of doing so? I'd prefer to be pulling more records and making less API...
View ArticlePorting VB desktop Apps in Azure
In the past, the SQL data was considered "industrial secret" by my customer, but now, customers are beginning to warm up to Azure's security. I looked into Azure, and it is down-right awesome, if for...
View ArticleHow do I treat Computed columns?
Hi there,I am using C# in my Backend of my mobile App. I have a computed column in one of my tables and marked it like this: [DatabaseGenerated(DatabaseGeneratedOption.Computed)] public int...
View ArticleUWP 10 Background task error - The application called an interface that was...
Hi,I have a background task to post message to Facebook when click on the button in the toast msg send from Azure Mobile App Push notification. I received the error "The application called an interface...
View ArticleUnable to create tables or seed database using Azure QuickStart
I started with the C# Runtime download from Azure QuickStarts. I added all my DataObjects and modified the database initializer See method to add records to all my tables that needed default records....
View Article[UWP][MVVM][Azure] Can't insert data to easy table on Azure.
public class DataVM { private MobileServiceCollection<DataModel, DataModel> Items; private IMobileServiceTable<DataModel> todoTable = App.MobileService.GetTable<DataModel>(); private...
View ArticleWhen I attempt to download the c# backend, it actually downloads the android...
From @CodeStatus via Twitter"I am new to Azure mobile apps and am following your online tutorial for mobile apps. It appears that when I attempt to download the c# backend, it actually downloads the...
View ArticleAzure Mobile table offline sync for Android doesn't handle conflicts
Hi all,I'm trying to use the offline sync stuff for Android. My main issue currently is the following scenario:1. Sync database 2. Change local db 3. Change server item (via a WebFrontend, which...
View ArticleEasy Tables | 404 table not found error
I've been working to get the Easy Tables system working with the JS SDK.I've setup the Azure Portal and gone through the steps to setup Easy Tables and added a series of blank tables ready. All have...
View ArticleAPI Controller Error
From Daniel Dhillon @drdhillon via TwitterI have an ApiController with 4 methods. I have specified different routes for each method, they are all POSTs. I have looked through StackOverflow and I have...
View ArticleMobile apps - sync existing CoreData records
HiI have been using Azure Sync tables for iOS apps using CoreData for a while now to pull data with great results and I am very happy with it. Been using both AzureMobileServices and am now using a...
View Articlewhy give undefined Post Method Variable of azure app service easy api
Please see following javascript code module.exports = { "get": function (req, res, next) { var MobileNo = req.query.MobileNo; res.send("hits get"+MobileNo); },...
View ArticleAzure Mobile table for Android doesn't allow NULL values for REAL, LONG and...
Hi all,I tried to add NULL values to primitive data types like ColumnDataType.Integer, but it didn't work. I debugged the code until the SQL statement, which sets the parameter correctly to NULL for...
View ArticleAuthentication using Microsoft Account failing with 'invalid client_secret'
I just recently set up my first Mobile Service and am trying to get authentication (with a Microsoft Account) working, but having no luck. It doesnt work in my Windows 8 or Windows Phone 8 app, and...
View Article[Node.js] why give undefined Post Method Variable of azure app service easy api
Please see following javascript code module.exports = { "get": function (req, res, next) { var MobileNo = req.query.MobileNo; res.send("hits get"+MobileNo); },...
View ArticleNode.JS WebApp deployment fails with unclear error
I was not having any problem with my web app. I made a change in the code and commited the code. The Build failed. So I went back to the last working commit where the build was successfull and if...
View Article