Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 02-IaaS-PaaS-SaaS IaaScomponents added.md #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion Day-02/02-IaaS-PaaS-SaaS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ IaaS is a cloud computing model that provides virtualized computing resources ov

- **Flexibility:** IaaS is suitable for a wide range of applications, offering flexibility in terms of technology stack.

- Components of IaaS in Azure:

Virtual Machines (VMs): Virtual servers that can run applications and services as if they were physical machines.
Storage: Scalable storage solutions for storing data, backups, and other content.
Networking: Virtual networks, load balancers, and gateways to manage network traffic and connectivity.

## Platform as a Service (PaaS)

PaaS is a cloud computing model that provides a platform allowing customers to develop, run, and manage applications without dealing with the complexity of underlying infrastructure. In Azure, PaaS offerings include Azure App Service, Azure SQL Database, and Azure Functions.
Expand Down Expand Up @@ -46,4 +52,4 @@ When deciding between IaaS, PaaS, and SaaS in Azure, consider factors such as:

- **Resource Control:** Choose IaaS if you need more control over the underlying infrastructure.

- **Cost Considerations:** Evaluate pricing models for each service and choose based on your budget and usage patterns.
- **Cost Considerations:** Evaluate pricing models for each service and choose based on your budget and usage patterns.