Skip to content

Commit 3240901

Browse files
committed
update
1 parent d0782d9 commit 3240901

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

articles/security/fundamentals/shared-responsibility.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,13 @@ ms.author: mbaldwin
1212
---
1313
# Shared responsibility in the cloud
1414

15-
As you consider and evaluate public cloud services, it's critical to understand the shared responsibility model and which security tasks the cloud provider handles and which tasks you handle. The workload responsibilities vary depending on whether the workload is hosted on Software as a Service (SaaS), Platform as a Service (PaaS), Infrastructure as a Service (IaaS), or in an on-premises datacenter.
15+
As you consider and evaluate public cloud services, it's critical to understand the shared responsibility model and which security tasks the cloud provider handles and which tasks you handle. The workload responsibilities vary depending on whether the workload is hosted on Software as a Service (SaaS), Platform as a Service (PaaS), Infrastructure as a Service (IaaS), or in an on-premises datacenter:
16+
17+
- **[IaaS](https://azure.microsoft.com/resources/cloud-computing-dictionary/what-is-iaas)** (Infrastructure as a Service): You manage virtual machines, operating systems, and applications. Examples include Azure Virtual Machines, Azure Disk Storage, and virtual networks.
18+
- **[PaaS](https://azure.microsoft.com/resources/cloud-computing-dictionary/what-is-paas)** (Platform as a Service): You deploy applications without managing VMs or operating systems. Examples include Azure App Service, Azure Functions, Azure SQL Database, and Azure Storage.
19+
- **[SaaS](https://azure.microsoft.com/resources/cloud-computing-dictionary/what-is-saas)** (Software as a Service): You use ready-made applications. Examples include Microsoft 365, Dynamics 365, and other cloud applications.
20+
21+
Many Azure solutions use a combination of service models. For more detailed guidance on choosing compute services, see [Choose an Azure compute service](/azure/architecture/guide/technology-choices/compute-decision-tree).
1622

1723
## Division of responsibility
1824

0 commit comments

Comments
 (0)