How to access Azure Mobile App Service?

Jeremy 41 Reputation points
2022-08-03T07:06:27.887+00:00

I want to use Azure Mobile App Service, and from what I understand, it should be accessable through App Services resource. However, when I want to create a new App Service resource, I got directed to 'Create Web App' instead. Is Web App and App Services the same thing? Thank you.

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,173 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sreeju Nair 12,666 Reputation points
    2022-08-03T07:27:35.203+00:00

    Azure App Service enables you to build and host web apps, mobile back ends, and RESTful APIs in the programming language of your choice without managing infrastructure. When you refer Azure Web App, you actually refer the Azure App Service itself.

    Azure Mobile Apps SDKs allows you to integrate application with Azure App Service and your mobile application easily.
    https://learn.microsoft.com/en-us/azure/developer/mobile-apps/azure-mobile-apps/overview

    To understand how you can start with mobile application, you may refer the quickstarts

    https://learn.microsoft.com/en-us/azure/developer/mobile-apps/azure-mobile-apps/quickstarts/maui/

    Hope this helps

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.