Skip to content

Commit 3ab844a

Browse files
fix: improvements from recording 20.08.2025
1 parent f477156 commit 3ab844a

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,7 @@ Effective cost management in the cloud involves several strategies:
12841284

12851285
#### Virtual Machines (VMs)
12861286

1287-
Azure `VMs` are on-demand, scalable computing resources that provide complete control over the `operating system` and configuration. They're ideal for running applications that require full control over the computing environment.
1287+
Azure VMs are on-demand, scalable computing resources that provide complete control over the operating system and configuration. They're ideal for running applications that require full control over the computing environment.
12881288

12891289
- **What is a vCPU?**
12901290
A vCPU (virtual CPU) is a virtual processor that represents a portion of a physical CPU core. In Azure, vCPUs are the fundamental unit of compute power for virtual machines. Each vCPU:

__presentation-slides/index.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -538,9 +538,6 @@
538538

539539
### Azure Compute Services <!-- .slide: data-transition="zoom" data-transition-speed="slow" -->
540540

541-
---
542-
543-
544541
* Virtual Machines (VMs) <!-- .element: class="fragment custom blur highlight-current-blue fade-up" -->
545542
* Virtual Machine Scale Sets (VMSS) <!-- .element: class="fragment custom blur highlight-current-blue fade-up" -->
546543
* Availability Sets <!-- .element: class="fragment custom blur highlight-current-blue fade-up" -->
@@ -551,7 +548,7 @@
551548

552549
### Virtual Machines (VMs) <!-- .slide: data-transition="zoom" data-transition-speed="slow" -->
553550

554-
* Full Control <!-- .element: class="fragment custom blur highlight-current-blue fade-up" -->
551+
* Full Control (IaaS) <!-- .element: class="fragment custom blur highlight-current-blue fade-up" -->
555552
* Flexible Sizing <!-- .element: class="fragment custom blur highlight-current-blue fade-up" -->
556553
* Multiple OS Support <!-- .element: class="fragment custom blur highlight-current-blue fade-up" -->
557554

@@ -567,7 +564,7 @@
567564

568565
---
569566

570-
### vCPUs <!-- .slide: data-transition="zoom" data-transition-speed="slow" -->
567+
### Virtual Machines (VMs) <!-- .slide: data-transition="zoom" data-transition-speed="slow" -->
571568

572569
* Web servers <!-- .element: class="fragment custom blur highlight-current-blue fade-up" -->
573570
* Database servers <!-- .element: class="fragment custom blur highlight-current-blue fade-up" -->

0 commit comments

Comments
 (0)