PaaS 扩展价格层级

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Hot Area:

AnswerDiscussion

Correct Answer:

Box 1: No -

A PaaS solution does not provide access to the operating system. The Azure Web Apps service provides an environment for you to host your web applications.

Behind the scenes, the web apps are hosted on virtual machines running IIS. However, you have no direct access to the virtual machine, the operating system or

IIS.

Box 2: Yes -

Box 3: Yes -

A PaaS solution that hosts web apps in Azure does provide the ability to scale the platform automatically. This is known as autoscaling. Behind the scenes, the web apps are hosted on virtual machines running IIS. Autoscaling means adding more load balanced virtual machines to host the web apps.

References:


这个问题需要和 PaaS 扩展性 对比起来看。

集中的问题在第二个问题。