What are the different hosting plans on azure?

shubhada Jadhav 1 Reputation point
2021-09-28T09:17:53.69+00:00

hello,
I want to host my website on azure. may I know the different hosting plans available on azure?

Azure Dedicated Host
Azure Dedicated Host
An Azure service that provides a dedicated physical server to host Azure virtual machines for Windows and Linux.
46 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,855 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
760 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 18,286 Reputation points
    2021-09-28T14:04:36.303+00:00

    Thanks for asking question! If you want to host web app (PAAS service) on azure. There are below App Service plan:

    • Shared compute: Free and Shared, the two base tiers, runs an app on the same Azure VM as other App Service apps, including apps of other customers. These tiers allocate CPU quotas to each app that runs on the shared resources, and the resources cannot scale out.
    • Dedicated compute: The Basic, Standard, Premium, PremiumV2, and PremiumV3 tiers run apps on dedicated Azure VMs. Only apps in the same App Service plan share the same compute resources. The higher the tier, the more VM instances are available to you for scale-out.
    • Isolated: This tier runs dedicated Azure VMs on dedicated Azure Virtual Networks. It provides network isolation on top of compute isolation to your apps. It provides the maximum scale-out capabilities.

    Please note that each App Service plan defines:

    • Operating System (Windows, Linux)
    • Region (West US, East US, etc.)
    • Number of VM instances
    • Size of VM instances (Small, Medium, Large)
    • Pricing tier (Free, Shared, Basic, Standard, Premium, PremiumV2, PremiumV3, Isolated)

    The pricing tier of an App Service plan determines what App Service features you get and how much you pay for the plan. The pricing tiers available to your App Service plan depend on the operating system selected at creation time.

    Reference: https://learn.microsoft.com/en-us/azure/app-service/overview-hosting-plans

    Also check this link for App service pricing https://azure.microsoft.com/en-in/pricing/details/app-service/windows/

    For Azure Static Web App: is available through two different plans, Free and Standard.
    See the pricing page for Standard plan costs.

    Check this document link: https://learn.microsoft.com/en-us/azure/static-web-apps/plans#features

    Let us know if you have further query on this.

    0 comments No comments

  2. Alan Kinane 16,786 Reputation points MVP
    2021-09-28T18:56:34.287+00:00

    Hi, there are a number of options available to you depending on what your website hosting requirements are. I would suggest taking a look at the below blog first which covers the three main options at a high level. Once you decide which is the best fit for you then you can refer to further documentation about that specific service.

    https://devblogs.microsoft.com/devops/comparing-azure-static-web-apps-vs-azure-webapps-vs-azure-blob-storage-static-sites/

    0 comments No comments