简体   繁体   中英

Can I create Azure MobileServiceClient instance with Azure Function App url instead of creating an Azure Mobile App?

My purpose is to build my mobile app backend serverless. Now, when I try to create MobileServiceClient instance, it asks for an Azure Mobile App URI, can this URI be an Function App URI or it has to be only Mobile App?

You should be able to handle the mobile apps server logic with functions, though you'll be rolling all of this on your own.

One possibility: deploy a mobile app which uses the Azure Mobile Apps sdk at the root of your function app (they're both built on top of Web Apps). Then, use proxies / functions to handle any custom api calls from the mobile client so that you can convert over at your own pace.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM