Starting with WAMS questions
I am a intermediate .net developer trying to understand Azure and WAMS. My intent is to create a Rest based backend to store data with its own Admin interface. I will use a simple Teacher in a school...
View ArticleConflicting versions of Microsoft.ServiceBus - Mobile Services .Net Backend
Hello,I'm attempting to set up a push notification hub with service-driven registration. The guidance that I've found thus far (mainly http://msdn.microsoft.com/en-us/library/azure/dn743807.aspx) has...
View ArticleiOS SDK - OAuth login via Google returns error 1502
I'm having an issue logging in using OAuth with provider Google. I am using the Azure Mobile Services SDK for iOS to present the MSLoginViewController: [self.client loginWithProvider:@"google"...
View ArticleTrusted sites
When I try to login into AMS from HTML/JS to popup window fails with this error "Cannot reach window opener. It may be on a different Internet Explorer zone" if the initial site is a "trusted site".Is...
View ArticleError: Bad request. - 400 trying to add data to a table
I have taken the HTML sample app and tried to modify it for my purposes. I am trying into insert data into my table and am receiving a 400 response. I need some pointers on how I might debug the issue.
View ArticleRecommended Approach for Cross Platform App dev using WAMS
We are starting to build a cross platform Reminder app with versions for Android, IOS, Windows Phone and most importantly the Web. Before we venture out far, please can someone confirm or correct my...
View ArticlePhonegap authentication problems - Login is only supported from http:// and...
Full error - Login is only supported from http:// and https:// URLs. Please host your page in a web serverI've searched around quite a bit and found a few posts referencing this...
View ArticleExposing authenticated data from an AMS .Net Backend to an ASP.NET MVC...
I'm building an Azure WebSite application thanks to ASP.NET MVC 5 where users will be able to read their data pushed by their app to AMS.Following this tutorial I stuck on 2 problems:As the LoginAsync...
View ArticleCan't login on social networks in my phonegap application with Azure Mobile...
Hello!I'm having some problems authenticating with Facebook thru Windows Azure Mobile Services for my Windows Phone 8 HTML5 application.I'm able to get a table, and insert to the Mobiles Service...
View ArticleAMS offline sync with filtered tables
Hi all,I'm about to build an app with exactly this scenario: One Azure Mobile Service, a .Net backend service, Authenticated users, UserId stored on server tables.I want to synchronize only users...
View ArticleProblem in inserting and deleting records into azure storage in azure mobile...
When i call AddFriends function the output in log should be as deleted friendsinserted friendsBut i am getting it as inserted friendsdeleted friendsSo what ever i am inserting everything is getting...
View ArticleAdd a field to mobile service
I am running the insurance agency code sample from Microsoft.It is a .Net backend mobile service.http://code.msdn.microsoft.com/windowsapps/Azure-Mobile-Service-678a5855It is all up and running fine,...
View ArticleRelating claims values in the security token to an Azure Active Directory User
I am using the Azure Mobile Services Javascript SDK to request a security token to authenticate a user. I then want to call the Azure Graph API to extract extra information about the logged in...
View ArticleCost of a typical transaction
I am battling whether or not I should be putting a lot of time into a local caching strategy. I have 2 lists I am concerned about in my app. One is an activity log, where items will not change. Local...
View Articleusing PHP to communicate with Azure notification hub
Trying to integrate Windows Azure notification hub in our app to send out the push notifications to various mobile platforms. All the examples given on azure forums/websites talk about communicating...
View ArticleMobile Services Scheduler Bug
Hi,it seems there is a bug in scheduler. Although I've updated my task and I see the updated script via web, the old script version is running. Also when I removed the scheduled script and created a...
View ArticleClarification about the free Mobile Services option
Hi,I've just seen by accident that there is a free option for Azure Mobile Services:http://azure.microsoft.com/en-us/pricing/details/mobile-services/I'd like to build a prototype and update a SQL db in...
View ArticleAzure Mobile Services scheduling is not working
Hello,I have several tasks scheduled through the Azure Mobile Services Scheduler. Until yesterday all was well and the schedules were firing as expected. Today I'm seeing Last Run values updated...
View ArticleAzure Mobile services - calling C++ executable in backend
How can I call my C++ executable in server-side Azure Mobile Services? I am using iOS app as front end. Hope the app used in front end usage does not matter for server side coding.
View ArticleHow to get body content from request in mobile service in Azure
I crate a mobile service and also a custom api for that in Azure. I use fiddler to send request and do some basic and simple testing.At Azure side, I create a custom api for my mobile service. Let say...
View Article