azure-mobile-services | Mobile Services is deprecated - Use Mobile Apps | Azure library
kandi X-RAY | azure-mobile-services Summary
kandi X-RAY | azure-mobile-services Summary
Azure Mobile Services has been superseded by Azure App Service Mobile Apps and is scheduled for removal from Azure. We recommend using Azure Mobile Apps for all new mobile backend deployments. Read this announcement to learn more about the pending deprecation of this service. Learn about Mobile Apps in Azure App Service. Get started with Azure Mobile Apps, see the Azure Mobile Apps documentation center.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of azure-mobile-services
azure-mobile-services Key Features
azure-mobile-services Examples and Code Snippets
Community Discussions
Trending Discussions on azure-mobile-services
QUESTION
I'm currently working on a mobile app and I want to use Facebook SDK access token on android to authenticate against a .NET Web Api.The Web Api is secured with Azure B2C Identity Management. My Azure B2C Identity Management system uses Facebook as Identity provider.
What I want to achieve is to acquire an access token silently from the Azure B2C Identity Management System based on the Facebook SDK access token. The reason I want to achieve this is that if the user has already installed Facebook app on his mobile to not be forced to reenter his credentials.
I found this post which does something similar but using mobile services on azure https://blogs.msdn.microsoft.com/carlosfigueira/2014/01/07/using-the-facebook-android-sdk-for-logging-in-to-azure-mobile-services/
What I want to achieve is something similar but using Azure B2C Signin Policy.
Any ideas on how this can be done?
...ANSWER
Answered 2019-Oct-10 at 06:07I believe this isn't supported. You would instead have to use an OpenID Connect SDK like AppAuth instead.
AppAuth uses features like Chrome Custom Tabs which shares cookies with the main browser so users don't have to re-login to sites like facebook.
Also, there is an official tutorial for using AppAuth with Android using Azure AD B2C.
QUESTION
I'm using Azure Mobile Services library for Javascipt in my Angular Web App. According to the documentation here: https://github.com/Azure/azure-mobile-services/blob/master/docs/mobile-services-html-how-to-use-client-library.md#how-to-filter-returned-data
There are two ways to filter the returned data. One is passing a JSON object and the other is passing a filter function (for complex filtering). I'm using the filter function since I have to use relational operators for columns like startDate or endDate which require a greater than or less than condition.
I have a function, like the one below, which returns a filter function based on certain filters set on the front end, but to cater different filters, I have to use a lot of if..else conditions to see which of them is set and what filter function to return.
...ANSWER
Answered 2017-Aug-08 at 08:14Actually, the body of the filter function is translated into an Open Data Protocol (OData) boolean expression which is passed to a query string parameter. However, you can directly pass an OData query string to the read
method, and build OData query string as below:
QUESTION
I'm trying to build my Android project in a Xamarin.Forms solution and the following line keeps raising an exception that breaks the build.
...ANSWER
Answered 2017-May-15 at 00:11Derp
You need to add the Azure Mobile Client NuGet package to all the mobile app projects in the solution - Ken Tucker
QUESTION
Can someone tell me how to log from a TableController class (Microsoft.Azure.Mobile.Server)? I have seen a few places (such as https://blogs.msdn.microsoft.com/azuremobile/2014/04/24/logging-with-the-net-backend-for-azure-mobile-services/) that say to user the TableController Services member, Log property and to call the logging methods from there--this.Services.Log.Info("log text"). But I don't see any Services member of the TableController class.
Thanks, Steve
...ANSWER
Answered 2017-Apr-24 at 06:14The Services property only works under Azure Mobile Services. In Azure Mobile App, The Services property is no longer part of the SDK. Logging is now accomplished using the standard ASP.NET trace writing.
QUESTION
I am trying to use autofac with azure mobile app to have dependency injection in custom controllers.
following this link
http://wp.sjkp.dk/dependency-injection-with-azure-mobile-services-net-backend/
however, i can't find ConfigBuilder, ConfigOptions classes in my project to get started.
Are they outdated or i am missing something here?
Update:
Managed to write a detailed explaination here about mobile app and autofac integration here. https://cloudontopblog.wordpress.com/2017/03/18/18/
...ANSWER
Answered 2017-Jan-25 at 17:02Mobile Services is no longer active. You are using Azure Mobile Apps. That blog post is out of date at this point.
I don't know of anyone using AutoFac with Azure Mobile Apps, so I'm afraid you are blazing new trails. If you get it figured out, please write about your experience!
QUESTION
I see that I can add Nancy to my Azure Mobile App. http://www.strathweb.com/2014/02/running-owin-pipeline-new-net-azure-mobile-services/ but how can I add the authentication for Nancy? The goal here is to be able to have both a web app and a mobile app using the same server.
Goal: If Nancy page requires authentication, jump to ~/.auth/login/aad (for example), then return to the originating page.
Where I am:
- Created new Azure Mobile App ASP.NET application
- Added Nancy
Remove default MobileAppConfig and replace with
...
ANSWER
Answered 2017-Mar-06 at 18:44The blog post you reference is for Azure Mobile Services, not Azure Mobile Apps.
Check out chapter 6 of my book - http://aka.ms/zumobook. It explicitly shows you how to handle App Service Authentication for a variety of platforms. Nancy isn't one of them directly, but the MVC version should assist you there.
QUESTION
I'm trying to enable Azure offline sync in my Android app (Java). I added models with 1:n relationship to my cloud sync web service (C#) like in this article:
...ANSWER
Answered 2017-Jan-16 at 07:57For android client on Azure Mobile Apps, your scenario is belong to store an object with complex properties or array property into a table, please refer to the subsection How to: Store an object or array property into a table
of the section How to: Customize the client
from the Azure offical document to do it.
As reference, there is a blog which introduce how to do it.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install azure-mobile-services
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page