Azure Tutorials Series - Compute - Azure App Service

Azure app service comes under Compute like Containers and virtual machines. We have learnt about virtual machines and containers, In this article we will look into Azure App Service and its features.

Azure App Service

  • HTTP based PaaS
  • Used to build, deploy and scale web apps
  • Applications can be build and managed without any infrastructure cost.
  • Enables you to build and host web apps, mobile back ends, and RESTful APIs in the programming language of your choice without managing infrastructure.
  • Mainly consists of 2 components
    • Packaged code
    • Configuration

Azure Marketplace

  • Hosts thousands of third party vendors to avail the service
  • Can avail Big Data, AI/ML or any service preferred

Pricing Tiers

  • Contains three different categories
    • Dev/Test - ideal for less demanding workloads
    • Production - ideal for more demanding workloads
    • Isolated 
Using Azure Dev/Test labs you can enable developers on teams to efficiently self manage virtual machines (VMs) and PaaS machines without waiting for approvals.


Happy Learning!

Comments

Popular posts from this blog

Azure Tutorials Series - Azure Networking

Coforge Interview Questions | Automation Testing profile

Testing in CI/CD