Learn Microsoft Azure by Mohamed Wali

Learn Microsoft Azure by Mohamed Wali

Author:Mohamed Wali
Language: eng
Format: epub
Tags: COM091000 - COMPUTERS / Cloud Computing *, COM053000 - COMPUTERS / Security / General, COM088000 - COMPUTERS / System Administration / General
Publisher: Packt Publishing
Published: 2018-12-24T11:52:17+00:00


App Service plans

When you create an App Service, such as a Web App for example, you will be asked to specify the App Service plan.

An App Service plan is like the hardware host on which you run your VMs. It contains the resources that are shared among the App Service. As a result, we can look at App Service as VMs running on the host, which is the App Service plan.

The App Service plan also defines many settings for the App Service that will be built on it, such as the region, number of instances, whether it will be able to scale out/in or not, and much more, which will be covered later on.

Azure offers different plans to fulfill different customers' needs, such as the following:

Shared infrastructure plans: Free plan: This is the entry level plan, and as its name implies, it's available for free. It's meant for dev/test scenarios, or if you wish to deploy a website for temporary purposes, where your app would be running with other apps on the same VM with a limited CPU quota per day and no SLA guarantee. This option is suitable, as long as you don't care about your domain name.

Shared plan: This plan is also meant for dev/test scenarios, but offers a higher CPU quota than the free plan, and the ability to add a custom domain name to the app. This is the lowest cost plan.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.