[Node.js] Implementing table joins in the Mobile Apps Node.js backend using SQL
Since Azure Mobile Apps does not provide a way to create relationships between tables I decided to create a custom API in my Node.js backend to return data from related tables. The idea was to...
View ArticleAndroid App with XML Backend?
From Pronoy Mukherjee @PronoyMukherje via Twitter @AzureSupport Can we also test Android apps in Azure that has a back end of XML?https://twitter.com/PronoyMukherje/status/727159459605172224Thanks,...
View ArticleFirst api call to Mobile Services is very slow
The first api call to Mobile Services after starting the app and setting it's authentication id and token from isolated storage is very slow. It takes a considerable amount of time (~10 seconds)....
View Articleazure Mobile Services Unauthorised error with .net backend
Hi, I have been trying to create an Azure Mobile Service with a .net back end. Each attempt results in a login request when testing using the help page that is auto generated. This result is the same...
View ArticleMobile Services 502 Bad Gateway
Hi,I'm busy with development on my azure mobile service site. It has not been migrated to App Service yet.Midway through testing a new API method today I started receiving a 502 Bad Gateway error. At...
View ArticleAzure Mobile Services Table Controller
There is problem in my Visual studio 2015, I have installed Azure SDK and it was working fine until yesterday when I tried to create A new controller I could not find "Azure Mobile Services Table...
View ArticleAzure Mobile Service - Get More user Info.
Hi, I am developing an android App using Azure Back end.When i get the user id using Azure Authentication, How i can get the more user information (name , full name, etc) using the Access token or User...
View Article[Node.JS] Authenticating https request with pfx certificate
In a Mobile Services API, I'm trying to authenticate a request using a .pfx file, but the certificate is not being sent in the request. I suspect that it's because of the Node version, which is 0.8.28....
View Article403 error after authenticating Apache Cordova app with Azure App Service
Hello all. Here's the deal.I created an Azure App Service application, which will serve as backend to an Apache Cordova app created from VS2015. The App Service has a .NET Backend, and the mobile app...
View Article[Node.js] Azure Mobile Service - Get More user Info.
Hi, I am developing an android App using Azure Back end.When i get the user id using Azure Authentication, How i can get the more user information (name , full name, etc) using the Access token or User...
View ArticleAzure Mobile App and ASP Identity
I started a project as a Angular SPA with a WEB API back-end for data querying. It was always in mind to have a mobile UI too (android/ios). My domain classes were made and authentication was...
View ArticleAzure Mobile Apps Consistently Slow on First Request
Searching around this forum and other websites I found out it seems the default configuration is to unload your application if it haven't been accessed for a certain amount of time. This is pretty...
View Article[Node.js] Azure Mobile Apps Consistently Slow on First Request
Searching around this forum and other websites I found out it seems the default configuration is to unload your application if it haven't been accessed for a certain amount of time. This is pretty...
View ArticleDoes Mobile Service works with Azure Data Warehouse?
Hi,I was wondering if I created a Mobile App that consumes Azure App Services if I can consume data from Azure Data Warehouse, instead of the from the default SQL Azure with Dynamic Schema?If yes, how...
View ArticleMobile App not usable with Universal Windows Javascript app?
Hello, am I right that it is currently not possible to use the Azure Mobile App with an Universal Windows Javascript app? If I try to add a Connected Service, then it just states: The current project...
View ArticleAzure Mobile Apps - Scheduler doesn't work after migration from Azure Mobile...
Hi,Since I migrated from Azure Mobile Service to Azure Mobile Apps, the script I had in a scheduler doesn't work anymore. The script is a simple insert function:function AddData() { var version...
View ArticleAzure Mobile App - Run Service Locally - Unexpected packet format
Hi All,I have an Azure Mobile App with authorization (facebook, google, Microsoft and twitter) that authorizes and works fine with the service published to azurewebsites.net. I am trying to be able to...
View Article[Node.js] Azure Mobile Apps - Scheduler doesn't work after migration from...
Hi,Since I migrated from Azure Mobile Service to Azure Mobile Apps, the script I had in a scheduler doesn't work anymore. The script is a simple insert function:function AddData() { var version...
View Article[Node js] Easy API get current user id
Hi all - been banging my head on my desk most of the day regarding this. I have an Easy API end point. I've set all methods to authenticated:{"get": {"access": "authenticated" },"post": {"access":...
View Article