How to Create an App Service Plan in Microsoft Azure?

Azure App Service Plan Overview

In App Service, an app runs in an App Service plan. An App Service plan defines a set of compute resources for a web app to run. These compute resources are analogous to the server farm in conventional web hosting. One or more apps can be configured to run on the same computing resources (or in the same App Service plan).

For more information – Refer Microsoft Documentation.

Before starting, I hope you have an Azure Subscription. If you don’t have one, create a free account here.

Step 1: Go to Azure Portal – https://portal.azure.com/

Step 2: Click on “Create Resource”

Step 3: Search App Service Plan

Step 4: Click Create

Step 5: Fill the form –

  1. Select your Subscription and Resource Group using drop-down.
  2. Name: Give a name to your app service plan
  3. Operating System: Windows (For Linux users, select Linux).
  4. Region: Any region
  5. Sku and size: If you are developing just for testing, I recommend you to take Shared infrastructure under Dev/Test. You get free tier with 60 minutes/day compute. For production environment select pricing tier under Production.

Step 6: Review and Create

Thank You All!! Hope you find this useful.

Leave a Reply

Up ↑

Discover more from JD Bots

Subscribe now to keep reading and get access to the full archive.

Continue reading