Computer Science, asked by prabkaur, 1 year ago

Azure app service plan defines
1.region
2.instance size
3.security
4.none of above

Answers

Answered by picklo
2

THE ANSWER IS -

1.region

&

2.instance size

Explanation:

Each App Service plan defines:

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, Isolated, Consumption)

Answered by SmritiSami
0

Azure app service plan defines the region and ins.tance size. (Option A and B)

  • An App Service plan specifies a set of computer resources that will be used to execute a web app.
  • In traditional web hosting, these computational resources are similar to the server farm.
  • One or more programs can be set up to share the same computational resources.
  • The app service plan specifies the hardware specifications on which your app operates and the number of servers you have.
  • In general, you pay for the web app plan rather than the web app thus your expenses do not rise when you add more applications to the same plan.
  • The region and size are defined by the Azure app service plan.
  • Thus, option A and option B are correct.
Similar questions