DDoS attack on custom API for authorized users
I have a custom API for authorized users in mobile service. For example, https://blablahblah.azure-mobile.net/api/blahblah If I perform this request in an application from an authorized user's behalf,...
View ArticleAdding redirect URL for Mobile Services MicrosoftAccount identity ==> URL is...
Hello,I am developinig a Mobile Service and have a Windows Store App registration. I am trying to add MicrosoftAccount identity for some time now. I use a XAML/C# frontent and Mobile Service .Net...
View ArticleLogin failed: Error: Redirect from microsoftaccount does not contain the...
I'm trying to authenticate to mobile services via microsoft account. I'm using node.js backend.I've set the client id, secret and packagesid to azure management site.The authentication seems to work...
View ArticleChecking data from one table in other table
Hi! I have java-script backend service which have 2 tables. I want modify "Insert"to check the information from the second tableexample:function insert(item, user, request) {...
View ArticleiOS 2.0 SDK released!
We've just released the final 2.0 release of the iOS SDK, which adds offline sync support. The iOS quickstart in the Azure portal is now updated to be offline-enabled by default, by storing data in a...
View ArticlePassing request as a parameter to a function
In my custom Azure API, I want to pass request as a parameter to a function. From that function I want to be able to access query parameters and also use service.mssql to execute a query on my...
View Article"Modifying a column with the 'Identity' pattern is not supported. Column:...
I am using code fist migration and second time I run the service, I got this error. "Modifying a column with the 'Identity'pattern is not supported. Column: 'CreatedAt'. context.Cars.AddOrUpdate(c...
View ArticleError in CodeFirst Seed with migrations : Modifying a column with the...
Hi,I have activated migrations on my Azure Mobile Services project. I filled the new seed function Inside the Configuration.cs class of the migrations. If the tables are empty, the seed function is...
View ArticleError: [msnodesql] Invalid passed to function query
i create a schedule. I try to run this code:var todoItemtable = tables.getTable('TodoItem'); var item = {text:"blahblah"}; todoItemtable .insert(item, { success: function() { console.log('Inserted...
View Articlehow to upload image in windows azure mobile service from android?
I am new in android I am using windows azure mobile service and I am Inserting Text data successfully but now I want to Upload Image in windows azure mobile service. I know its is possible by Azure...
View ArticleAzure Mobile Service fails Internal Server Error every time while calling...
Simple code fails all the time into error" An exception of type 'Microsoft.WindowsAzure.MobileServices.MobileServiceInvalidOperationException' occurred in mscorlib.ni.dll but was not handled...
View ArticleForeign key table objects are null in Query
I have two classes on my Azure Mobile Service, I am using a .NET backend and using the code first approach for my database tables. The two tables I am having issues with are Chip and PlayerChip.I can...
View ArticleUploading Images to Azure Storage w/ Mobile Services - No Blobs In Container
http://azure.microsoft.com/en-us/documentation/articles/mobile-services-dotnet-backend-windows-phone-upload-data-blob-storage/I'm using the guide posted above to upload images into blob storage via...
View ArticleHOWTO eliminate AAD user discovery, when using the mobile SDK?
Pleased to say that I followed instructions to use Googles Android studio to build an Azure Mobile app/site - for an android (kindle) device. Configured with AAD and a (third) certified domain of a...
View ArticleMobileService.SyncContext.PushAsync never returns in Release build
I am currently trying to create a windows phone app with azure mobile services but somehow offline sync is not working. When I create a release build and call await SyncContext.PushAsync() it never...
View ArticleWhen using offline sync, how do you only PULL for certain tables?
Hello, here's my scenario:I am using offline synchronization so mobile users can access table data in a sometimes disconnected state. I understand that when I call aPullAsync() method on a table, that...
View ArticleMSQuery ReadWithCompletion error.
I am following the code set up in the example here:http://azure.microsoft.com/en-us/documentation/articles/mobile-services-ios-how-to-use-client-library/#selectingHowever, when trying to call...
View ArticlepredicateWithFormat query
Hello,I have seen that in order to do a respective "select * from table where complete= false" I need to use a NSPredicate like:NSPredicate * predicate = [NSPredicate predicateWithFormat:@"complete ==...
View ArticleAdd system properties (like _version, _createdAt) to existing Database
Hello,I have a SQL-Database with 1200 entries. I created this database 2 years ago for an Windows phone 8 application. Now I started to develop a new Application and wanted to use this database in it....
View ArticleSome newbie questions regarding data model
Hello, A few questions as I'm a bit overwhelmed with all the technologies involved (entity framework, JSON etc), and i'm not sure I even know the terminology to ask this question properly.1) I have a...
View Article