简体   繁体   English

Azure DevOps 是 PaaS 还是 IaaS?

[英]Is Azure DevOps a PaaS or IaaS?

This is regarding Microsoft's Azure DevOps(Formerly VSTS).这与 Microsoft 的 Azure DevOps(以前的 VSTS)有关。 Just wanted to clear things, can Azure DevOps be classified as a Platform as a Service.只是想澄清一下,Azure DevOps 是否可以归类为平台即服务。 Since it is a cloud service it should be categorized into IaaS but it eliminates the middleware/OS in pipeline.由于它是一种云服务,它应该被归类为 IaaS,但它消除了管道中的中间件/操作系统。 If not then where does it go in the cloud services area?如果不是,那么它在云服务领域的位置在哪里? IaaS/SAAS? IaaS/SaaS?

Thanks.谢谢。

Azure DevOps is SaaS for end users (Developers,PM,QA and other stakeholder). Azure DevOps 是面向最终用户(开发人员、PM、QA 和其他利益相关者)的 SaaS。 In the backend, all the services offer by "Azure DevOps" may run on VMs or Physical server.在后端,“Azure DevOps”提供的所有服务都可以在虚拟机或物理服务器上运行。 That mean Microsoft point of view, they may use combination of IaaS & PaaS solution for this platform.这意味着微软的观点,他们可能会为这个平台使用 IaaS 和 PaaS 的组合解决方案。 Ultimately all services running on VM or physical server.最终,所有服务都在 VM 或物理服务器上运行。

它是一种 SaaS,因为您购买的是服务,而不是平台,也不是虚拟机。

From docs.microsoft.com来自docs.microsoft.com

Based on the on-premises capabilities, with additional cloud services, we manage your source code, work items, builds, and tests.基于本地功能和额外的云服务,我们管理您的源代码、工作项、构建和测试。 Azure DevOps uses platform as a service (PaaS) infrastructure and many Azure services, including Azure SQL, to deliver a reliable, globally available service for your development projects. Azure DevOps 使用平台即服务 (PaaS) 基础结构和许多 Azure 服务,包括 Azure SQL,为您的开发项目提供可靠的、全球可用的服务。

So according to Microsoft it is PaaS.所以根据微软的说法,它是 PaaS。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM