App Service is a Platform as a Service (PAAS) offering and we use it to host web applications. To create App Service, You need an App Service Plan. Without an App Service Plan you cannot create App Service. So App Service Plan defines the compute resources required for your application to run.
App Service is a Platform as a Service (PAAS) offering and we use it to host web applications, REST API's and backend services for Mobile Applications.
There are several types namely, Free, Shared, Basic, Standard, Premium including V2 V3 etc.
An App Service Plan in Azure is the set of computing resources that run your web apps or APIs. It determines how much CPU, memory, and storage your apps get, and affects their performance and cost. You can run multiple apps on the same plan, sharing these resources.
There are five main types of App Service plans in Azure:
1. Free
2. Shared
3. Basic
4. Standard
5. Premium