You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -793,6 +788,12 @@ Think of cloud computing like electricity. Instead of generating your own power,
793
788
- **What it is:**
794
789
Azure IaaS provides virtualized computing resources over the internet. You manage the operating system, middleware, and applications, while Azure manages the physical infrastructure.
795
790
791
+
- **Azure Examples:**
792
+
- **Azure Virtual Machines**: Complete control over OS and applications
- **Azure Virtual Network**: Private networking and connectivity
795
+
- **Azure Load Balancer**: Traffic distribution and high availability
796
+
796
797
- **Practical Example:**
797
798
A company migrating their on-premises servers to Azure:
798
799
@@ -822,6 +823,12 @@ Think of cloud computing like electricity. Instead of generating your own power,
822
823
- **What it is:**
823
824
Azure PaaS provides a platform allowing customers to develop, run, and manage applications without the complexity of building and maintaining the infrastructure.
824
825
826
+
- **Azure Examples:**
827
+
- **Azure App Service**: Managed web application hosting with built-in CI/CD
828
+
- **Azure Functions**: Serverless compute for event-driven applications
829
+
- **Azure SQL Database**: Fully managed relational database service
830
+
- **Azure Kubernetes Service (AKS)**: Managed Kubernetes container orchestration
831
+
825
832
- **Practical Example:**
826
833
A web application deployment:
827
834
@@ -881,6 +888,12 @@ Think of cloud computing like electricity. Instead of generating your own power,
881
888
- **What it is:**
882
889
Azure SaaS delivers software applications over the internet, eliminating the need to install and run applications on individual computers.
883
890
891
+
- **Azure Examples:**
892
+
- **Microsoft 365**: Complete productivity suite (Office, Teams, SharePoint)
0 commit comments