Mobile Services - PhoneGap send user credentials
HiI am invoking mobile services from PhoneGap, how I can send user parameter?actually, PhoneGap use the oauth service for authenticate individuality each service, facebook, window live, google, etc,...
View ArticleAzure mobile API call delay
Team,I have tried Azure mobile from both hybrid and ios apps. One thing is common and that is delay in initial get request call. Basically running select query. I am almost tempted to drop Azure mobile...
View ArticleConsuming an HTTP GET operation with parameters from a Custom API
I've created an .Net Backend Mobile Servicewith a custom API which is used to fetch records from a particular table. Here's my code on the server: [HttpGet] [Route(@"api/VerificaAtualizacao")] public...
View ArticleDEPLOYMENT TRIGGER URL fails to deploy from BitBucket
I have a WAMS (node.js) that I want to manage from Bitbucket. I have added the "DEPLOYMENT TRIGGER URL" to the bitbucket repo as a POST Hook. I then push to my bitbucket in the anticipation that the...
View ArticleRPC error for ADAL for Windows Phone 8.1
I have hosted a Azure Mobile Service and I have used ADAL from Nuget . I am able to call and get response from Azure Mobile Service using ADAL for iOS and Android / Windows Store . However for Windows...
View ArticleProject Siena app Publish Issue
Hi all,I have just started creating Siena App and created simple translator app, its working fine but when I try to publish it using File-->Publish it shows me a warning prompt saying "Download...
View ArticleCreate a View for Azure Mobile Services
I created a very simple table named PropertyTest in my SQL Azure database. The Schema name is TaskMasterMobile which is a Mobile Service I set up. I then created a new data table on the service side...
View ArticleJsonWebToken - SymmetricKey and Audience
HiI am using JsonWebToken implemented from JsonWebToken DelegatingHandler for WebAPIto send social authentication to web api service configured in mobile servicebut I don't understand what I should...
View ArticleParameters in POST request to custom API not found - showing "undefined"
I'm trying to build a basic form in html which will send a POST request to my custom Azure API. The request triggers the API script, but none of the parameters come through. I've set up a test...
View ArticleUse Azure SQL View with Mobile Services
I created a very simple table named PropertyTest in my SQL Azure database. The Schema name is TaskMasterMobile which is a Mobile Service I set up. I then created a new data table on the service...
View ArticleHow to create a chat using Azure Mobile Services .Net server
I have working Azure Mobile Servies .Net server. Now I want to add chat to my application (the client is Windows Phone 8.1) Please suggest what technology to use to do that. If I use JS server, I...
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 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 ArticleInvokeAPI from within a script?
Is it possible to call custom APIs from within custom APIs?If so, does this count as an API call towards my quota? Hoping it doesn't since it's really only 1 call from client to server.
View ArticleCreate a Staging .NET Backend for Testing and Developing Azure Mobile Services
Create a Staging .NET Backend for Testing and Developing Azure Mobile Services (Channel 9)http://aka.ms/Akbcwk via@ch9Jeff Sanders (MSFT) @jsandersrocks - Windows Store Developer Solutions@WSDevSol...
View ArticleLose all data when use .net backend
I use WMS period of time, select js backend, very good. I recently switched to .net, met some trouble.When I make data model changes to an existing Azure SQL Database, I will losing existing data. I...
View ArticlePush O/R data updates to Windows Store clients
I am developing a multi-user Windows Store app. The app's main screen displays data which can be updated by other users at any time. Any changes made to this data needs to be pushed onto all clients.So...
View ArticleADO.NET
Hi,Can I use ADO.NET in a .Net backend mobile service or I must use the entity Framework?Thanks
View ArticleOffline mode for data storage with azure mobile services
Hi everybody,I am actually develop an application who needs to take some data from db and keep it offline.The application never push new data, online take and consume.It's for windows phone 8. I try to...
View Article