Custom Authentication with Mobile Apps
Hey,I have a quick question: I'm using the new MOBILE APPS from the Preview Portal and downloaded the .NET-Backend. Now I want to implement custom registration/authentication (without social auth). Is...
View ArticleHaving trouble setting up a .NET Backend with migrations
I have a Mobile Service in Node.JS that I am trying to convert to .NET, it's turning out to be much more difficult.I have a lot of tables and I am trying to dynamically create the database without...
View Article503 Service Unavailable for Mobile Service for up to 6 hours
My service https://barcroft.azure-mobile.net/ has been intermittently returning 503 Service Unavailable. Additionally the Logs tab in the Management Console is not loading. I have restarted the...
View ArticleAzure App Service: Mobile + Web Application Architecture
Hi,this is more a broad question about Azure App Services, so I hope I chose the right forum to ask this question, since there's no general forum.I'm building an application that has mobile clients and...
View ArticleTrying to query Microsoft Azure table on iOS using NSPredicate and MSQuery
Hi! I am struggling with trying to query the Microsoft Azure database using NSPredicate and MSQuery for iOS. I am following the code written at the below link:...
View Articlehow to customized the azure mobile service logs to storage table/sql azure table
Hi, I want to log the mobile service application logs to sql azure table or storage table instead of mobile service default logs. Azure mobile service default logs writing to logs in azure portal. it...
View ArticleMonitoring VM resources
Hi all, Is there a way to get information about the resources of vm running in Azure, with azure ios sdk or android sdk or .Net sdk?
View ArticleImporting SQLite tables into Azure Mobile Service
Using the data tool in Azure Mobile Services, is it possible to import SQLite tables? I've got a large DB in my existing app and recreating these in the cloud through the tool will take a lot of time....
View ArticleSyncing Up instead of Down with Azure Mobile Services and an iOS App
Most traditional cloud-based apps use the cloud database as the central repository for storage and the apps sync down to their respective devices. However, I'm working on a case where the app will...
View ArticleNuget dependencies conflict
Hello,I'm new to Visual Studio, and I'm developping my first app. I'm facing a problem and I hope you can help me solve it.Just as a previous information, I'm following a guide, which is official, and...
View ArticleHow To Link Two Tables
Hello!I'm creating a C# Universal App. I've successfully created an Azure Mobile Service with JavaScript backend and added to my projects. My first step was to login with Facebook. Then I created...
View ArticleCan I update a table that inherits from EntityData manually?
As you know, inheriting from EntityData means I have the following system properties columns:public DateTimeOffset? CreatedAt { get; set; } public bool Deleted { get; set; }public DateTimeOffset?...
View ArticleHow to handle the case where your query string is too long?
Hi,am developing windows universal app using C# and xaml.with azure mobile services we are implementing offline support and we are using PullAsync to retrieve 3000 locations.The problem is that...
View ArticleAzure Web API deployment problem
Hi.Yesterday I came across a peculiar problem while deploying new version of Web API project to Azure. After I deployed my application everything seemed to be ok. I got standard "Success" message and...
View ArticleAzure mobile service - accessing a table controller from another custom...
I am trying to access a table using its controller from another controller method. But when the method tries to call the table controller method I get an...
View ArticleMobile App and iOS Gamecenter authentication.
Hello,I would like to authenticate players with GameCenter only. I can already generate a token after verifying a GK user with apple - this bit of Web API is sitting on an Azure Web instance.How do you...
View ArticleHelp with LINQ Query Error with Where Clause
Hello,I am doing something very simple, but I am clearly missing the piece that makes it work :-)1. I created a sample mobile service2. Downloaded it. Compiled it. Published it.3. Compiled the sample...
View ArticleHow to do POST INSERT without a library the WindowsAzure.MobileServiceClient
#include "WinHttpClient.h"WinHttpClient client(L"https://xxx-xx.azure-mobile.net"); client.SetRequireValidSslCertificates(false); // Set post data. //string data = "{\"id\" : \"sample string 3\",...
View ArticleMany timeouts in mobile services
Hi,Whats the problem with mobile services? All days I receive many errors like this.The request 'POST /api/xxx' has timed out. This could be caused by a script that fails to write to the response, or...
View ArticleWindows 8.1 Universal Apps and CloudBlobStorage Missing
I have a Universal Windows 8.1 application which is targeting windows phone and of course RT.1) I add with NuGet the reference to the Microsoft.WindowsAzure.MobileServices library2) I can access tables...
View Article