Daniel Benedykt
Daniel Benedykt

Reputation: 6553

Azure Mobile Apps vs Mobile Service

Azure Mobile Apps vs Mobile Service

I understand there are 2 options when working with mobile apps on Azure.

There is Mobile Services and App service.

Can you explain what are the difference and the architecture of each one ?

Thanks

Upvotes: 4

Views: 1234

Answers (2)

Dan Flict
Dan Flict

Reputation: 179

Mobile Apps is the new version of Mobile Services. But beware, most of the documentation you will find at this present date is for the older version. Some of the features like the Node.js backend is very poorly documented for Mobile Apps.

Upvotes: 0

JuneT
JuneT

Reputation: 7860

Mobile Services is now folded in as Mobile Apps in App Service. You should start using Mobile Apps instead of Mobile Services

Upvotes: 4

Related Questions