"The IPrincipal's Claims must contain an 'iss' Claim."
We used to talk about "DLL hell". Well, the current situation with Azure and NuGet seems every bit as bad as what we used to experience! I had an application that was working well one day, and then...
View ArticleLocal Debug AAD Authentication
Hi, why when I run my .net bakcend in local debug mode https://localhost:port/tables/entity always return {"message":"Authorization has been denied for this request."} ?I've included SigningKey in...
View ArticleOffline data sync limitations
I am thinking about using Azure Mobile Services (or Azure App Service Mobile Apps) in business application (disconnected client) written in Xamarin. Reading some forums and blogs I have found...
View ArticleAzure Mobile Services Logout doesn't work for Window 8 Phones
Hi Team,<o:p></o:p> I have two Windows App authenticating against Azure Mobile Services. One App is a Windows 8 App and the second one is Windows 8.1 App. <o:p></o:p>The...
View ArticleWhere do I find the Application Key in the new Azure portal?
From @diallotafsir52 via Twitter:"I can't find application key on windows azure. How can I find a application key with the new update of the azure portal? With the new azure interface I can't find the...
View ArticleUnable to create new table since migrated azure mobile services to app service
i'm not able to create any new table since azure migrated my mobile service to app service. the new service added mbl_ to the service name and the old database schema name is without mbl_ any idea how...
View Article[Node.js] "Enabling Mobile Extension for your App" in Easy Tables
I recently updated my node mobile service to a mobile app, it appears to work fine in the app, however, I can no longer access the easy tables in the portal, which is important for me to moderate...
View ArticleMigrated to app service from mobile service. any easy way to access Logs.
I've recently migrated to azure app service from azure mobile services. Is it possible to get the old log viewer in azure mobile services. they were very easy to browse, web accessible, and don't...
View ArticlePost Migration Deployment Slots
HelloWe have migrated our Mobile Service to the Mobile App Service and everything works great.But when we create the deployment slot and push to the local git repository using the same code as the...
View ArticleAccessing existing tables in App Service Mobile Apps
Hi,I'm creating a mobile app to access the SQL Azure database of an existing web app. I am using the new Azure App Service Mobile Apps. I am using Node.js backend and using Easy Tables (on the Azure...
View Article[Node.js] How to update count on insert script
In Azure mobile services I want to count items when a record is inserted using the insert script. Basically counting likes for a listing like facebook.I have two tables, likes and listings related by...
View ArticleCan i use my won data base in mobile azure service for Windows Phone 8.1 apps
When creating new service for my windows phone 8.1 data base is also creating for that service. Insted of using service created database, can i use my won database which is located in...
View ArticleNeed to Restart Services for changes to take effect
I am using GIT to publish any changes in my APIs to Azure Mobile Services, lately for some reason I need to log on to the azure management portal and restart the service every-time I publish any...
View ArticleGetAppServiceIdentityAsync AAD return null
Hi, I've tried the following code but return always null exception:creds = await this.User.GetAppServiceIdentityAsync<AzureActiveDirectoryCredentials>(this.Request);the GetAppServiceIdentityAsync...
View ArticleAuthentication tokens expiring quickly
I created a new App Services Mobile App, and I notice I am being prompted to log in after only a few hours. After using a helper method I found online to check if a token is expired, I am seeing that...
View ArticleError:ZE9
I am experiencing the issue below ,RDFE: The upstream server reported that the resource was not found. If you contact a support representative please include this correlation identifier:...
View ArticleApp Service Mobile - Table creation
Hi, I have just created a new App Service Mobile App. I'm using a .NET backend. 1. Should I be creating tables using my .NET backend or Easy Tables? It seems the tables that were created using .NET...
View ArticleCommunication between ios app and java server in private netwrok.
Hello, How can I call API's of a java server hosted in private network with REST API exposed from a public network i.e. a mobile app using azure mobile services.
View ArticlePullAsync stack overflow exception.
Hello,When I try to PullAsync a table with 180 fields I am getting a stack overflow exception at the server side. Debugging shows that the exception is raised after the controller has returned the data...
View ArticleAuthentication from an MVC app to Azure Mobile App
I'm working on a project that is using an Azure Mobile App. We have an IOS, Android and Windows Phone app that connects and retrieves information. We are now connecting an MVC app, running separately,...
View Article