Azure 云服务的服务界定问题

Your company plans to migrate all its data and resources to Azure.

The company’s migration plan states that only Platform as a Service (PaaS) solutions must be used in Azure.

You need to deploy an Azure environment that meets the company migration plan.

Solution: You create an Azure App Service and Azure Storage accounts.

Does this meet the goal?

提供简体中文答案和解答。


这 2 个服务都是 Azure 云服务的重要部分。

所以答案为:是。

答案: 是的,这个方案满足目标。

解答:

该公司的迁移计划规定只能使用平台即服务(PaaS)解决方案。我们来分析一下建议的方案:

  1. Azure 应用服务 (Azure App Service): 这是一个典型的 PaaS 服务。它提供了一个完全托管的平台,用于构建、部署和扩展 Web 应用和 API。你只需要关注你的应用程序代码,而无需管理底层的操作系统、服务器硬件或网络基础设施。

  2. Azure 存储帐户 (Azure Storage accounts): 这同样被归类为 PaaS。它提供了可缩放、持久且高度可用的云存储服务(如 Blob 存储、文件存储、队列存储等),你无需预配或管理任何物理硬件或虚拟机来运行存储。

由于解决方案中提议的两个组件(Azure 应用服务和 Azure 存储帐户)都是 PaaS 解决方案,因此该方案完全符合公司只使用 PaaS 的迁移计划。