"Azure App Services"

Hanan Ali Ibrahem Roffa 81 Reputation points
2022-05-05T23:49:56.423+00:00

What's the meaning of Azure App Service?

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,368 questions
0 comments No comments
{count} vote

Accepted answer
  1. Luis Rodriguez 6,191 Reputation points Microsoft Employee
    2022-05-05T23:58:49.557+00:00

    Hello @Hanan Ali Ibrahem Roffa

    Welcome to Microsoft Q&A Platform,

    Azure App Service is an HTTP-based service for hosting web applications, REST APIs, and mobile back ends. You can develop in your favorite language, be it .NET, .NET Core, Java, Ruby, Node.js, PHP, or Python. Applications run and scale with ease on both Windows and Linux-based environments.

    More info:
    https://learn.microsoft.com/en-us/azure/app-service/overview

    I hope this helps!

    ----------

    Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


2 additional answers

Sort by: Most helpful
  1. Hanan Ali Ibrahem Roffa 81 Reputation points
    2022-05-06T00:08:40.933+00:00

    Azure App Service is an HTTP-based service for hosting web applications, REST APIs, and mobile back ends. You can develop in your favorite language, be it .NET, .NET Core, Java, Ruby, Node.js, PHP, or Python. Applications run and scale with ease on both Windows and Linux-based environments.

    0 comments No comments

  2. Rajwinder Kaur 1 Reputation point
    2022-07-21T11:33:46.143+00:00

    Azure app service completely managed environment, meaning App Service automatically patches and maintains the OS and language frameworks.
    This service supports a wide variety of programming languages and frameworks. Like .NET, Java, Ruby, PHP, Python.
    It can scale resources up and down or in and out.
    It can Set up CI/CD, and Access on-premises data.
    Compliance, Security, and Support for Containerization and Docker.

    0 comments No comments