Azure App Service Plan Tiers Features comparison between the different SKUs
App Service Plan Overview If you need to host a web app, mobile app or API app in Azure, you want an App Service Plan. Basically, this is the compute resource on your app. You have the choice between five SKUs: • Free • Shared • Basic • Standard • Premium It’s easy to understand how the compute resource is developing among every tier. However, it’s now no longer best a matter of compute strength or storage space. As you're going up with inside the SKUs, you may additionally get extra features. So even in case you don’t want extra computing strength, in some instances you may need to scale up your App Service Plan to get some required feature. I had a hard time locating a brief review and contrast of the SKUs. The best region I discovered wherein you could get a few element is with inside the Azure Portal while you pick you’re pricing tier (whilst growing a brand new App Service Plan or scaling up). The App Service Plan pricing page offers you a few information, however now no longer in extremely good details. And any other annoying element is when it comes to the instance size, the naming isn't always steady among the net web page display (pricing web page / portal) and the API (PowerShell, CLI, RM template). Example: B1 = Tier Basic + Size Small For Azure SQL Database or VM, it’s again a bit different.
App Service Plan Size specs Basic, Standard and Premium are sharing the identical available sizes and specs. App Service Plan size translation: 1 = Small = 1 Core + 1.75 GB RAM 2 = Medium = 2 Core + 3.5 GB RAM 3 = Large = 4 Core + 7GB RAM It’s pretty smooth to remember, the Small length simply doubles every time. Also notice that the Free and Shared are simplest to be had in a single length. F1 = 1 Core + 1 GB RAM D1 = 1 Core + 0.5 GB RAM