[logseq-plugin-git:commit] 2025-07-11T13:29:53.593Z
This commit is contained in:
parent
2523e480ba
commit
088ba6e4c1
@ -4,40 +4,95 @@
|
|||||||
| Describe cloud concepts | 25-30% |
|
| Describe cloud concepts | 25-30% |
|
||||||
| Describe Azure architecture and services | 35-40% |
|
| Describe Azure architecture and services | 35-40% |
|
||||||
| Describe Azure management and governance | 30-35% |
|
| Describe Azure management and governance | 30-35% |
|
||||||
- ### Introduction to cloud computing
|
- ## Cloud Concepts
|
||||||
- Define cloud computing.
|
- ### Introduction to cloud computing
|
||||||
- Compute Power
|
- Define cloud computing.
|
||||||
- Storage
|
- Compute Power
|
||||||
- Pay only ressources you use
|
- Storage
|
||||||
- Upkeep is done by cloud provider
|
- Pay only ressources you use
|
||||||
- Describe the shared responsibility model.
|
- Upkeep is done by cloud provider
|
||||||
- Cloud Provider: Physical security, power, cooling, and network connectivity are the responsibility
|
- Describe the shared responsibility model.
|
||||||
- Consumer: responsible for the data and information stored in the cloud.
|
- Cloud Provider: Physical security, power, cooling, and network connectivity are the responsibility
|
||||||
- IAAS (Infrastructure)-> PAAS (Platform) -> SAAS (Software)
|
- Consumer: responsible for the data and information stored in the cloud.
|
||||||
- {:height 231, :width 700}
|
- IAAS (Infrastructure)-> PAAS (Platform) -> SAAS (Software)
|
||||||
- Define cloud models, including public, private, and hybrid.
|
- {:height 231, :width 700}
|
||||||
- | **Public cloud** | **Private cloud** | **Hybrid cloud** |
|
- Define cloud models, including public, private, and hybrid.
|
||||||
| ---- | ---- | ---- |
|
- | **Public cloud** | **Private cloud** | **Hybrid cloud** |
|
||||||
| No capital expenditures to scale up | Organizations have complete control over resources and security | Provides the most flexibility |
|
| ---- | ---- | ---- |
|
||||||
| Applications can be quickly provisioned and deprovisioned | Data is not collocated with other organizations’ data | Organizations determine where to run their applications |
|
| No capital expenditures to scale up | Organizations have complete control over resources and security | Provides the most flexibility |
|
||||||
| Organizations pay only for what they use | Hardware must be purchased for startup and maintenance | Organizations control security, compliance, or legal requirements |
|
| Applications can be quickly provisioned and deprovisioned | Data is not collocated with other organizations’ data | Organizations determine where to run their applications |
|
||||||
| Organizations don’t have complete control over resources and security | Organizations are responsible for hardware maintenance and updates | |
|
| Organizations pay only for what they use | Hardware must be purchased for startup and maintenance | Organizations control security, compliance, or legal requirements |
|
||||||
- Azure ARC
|
| Organizations don’t have complete control over resources and security | Organizations are responsible for hardware maintenance and updates | |
|
||||||
- Manage Cloud environment
|
- Azure ARC
|
||||||
- Identify appropriate use cases for each cloud model.
|
- Manage Cloud environment
|
||||||
- Describe the consumption-based model.
|
- Identify appropriate use cases for each cloud model.
|
||||||
- Capital expenditure (CapEx)
|
- Describe the consumption-based model.
|
||||||
- upfront one time expenditure
|
- Capital expenditure (**CapEx**)
|
||||||
- Operational expenditure (OpEx)
|
- upfront one time expenditure
|
||||||
- spending money on services or products over time
|
- Operational expenditure (**OpEx**)
|
||||||
- Cloud computing is here
|
- spending money on services or products over time
|
||||||
- Compare cloud pricing models.
|
- Cloud computing is here
|
||||||
- pay-as-you-go pricing model
|
- Compare cloud pricing models.
|
||||||
- ### Describe the benefits of using cloud services
|
- pay-as-you-go pricing model
|
||||||
- Describe the benefits of high availability and scalability in the cloud.
|
- ### Describe the benefits of using cloud services
|
||||||
- uptime (or availability)
|
- Describe the benefits of high availability and scalability in the cloud.
|
||||||
- demand (or scale)
|
- **uptime** (or availability)
|
||||||
- each Service has own SLA
|
- **demand** (or scale)
|
||||||
- Describe the benefits of reliability and predictability in the cloud.
|
- Scalability refers to the ability to adjust resources to meet demand
|
||||||
- Describe the benefits of security and governance in the cloud.
|
- **vertical**
|
||||||
- Describe the benefits of manageability in the cloud.
|
- increasing or decreasing the capabilities of resources (i.e. RAM or CPU)
|
||||||
|
- **horizontal**
|
||||||
|
- adding or subtracting the number of resources (i.e. VMs or containers)
|
||||||
|
- each Service has own SLA
|
||||||
|
- Describe the benefits of reliability and predictability in the cloud.
|
||||||
|
- **Reliability** is the ability of a system to recover from failures and continue to function
|
||||||
|
- decentralized design and global scale across data centers
|
||||||
|
- **Predictability**
|
||||||
|
- **performance** predictability
|
||||||
|
- Autoscaling, load balancing, and high availability
|
||||||
|
- **cost** predictability
|
||||||
|
- track cost in real time
|
||||||
|
- Total Cost of Ownership (TCO) or Pricing Calculator
|
||||||
|
- Describe the benefits of **security** and **governance** in the cloud.
|
||||||
|
- Set templates
|
||||||
|
- update all your deployed resources to new standards
|
||||||
|
- Cloud-based auditing
|
||||||
|
- handle distributed denial of service (DDoS)
|
||||||
|
- Describe the benefits of **manageability** in the cloud.
|
||||||
|
- Automatically scale resource
|
||||||
|
- Deploy resources based on (preconfigured) templates
|
||||||
|
- Monitor health and replace failing resources
|
||||||
|
- Automatic alerts
|
||||||
|
- Use
|
||||||
|
- Web Portal, CLI, APIs, PowerShell
|
||||||
|
- ### Describe cloud service types
|
||||||
|
- Describe Infrastructure as a Service (IaaS).
|
||||||
|
- renting the hardware in a cloud datacenter (i.e. Hetzner)
|
||||||
|
- **Scenarios**
|
||||||
|
- Lift-and-shift migration
|
||||||
|
- Test an development
|
||||||
|
- Describe Platform as a Service (PaaS).
|
||||||
|
- maintain the operating systems, databases, and development tools
|
||||||
|
- **Scenarios**
|
||||||
|
- Development framework
|
||||||
|
- Analytics or business intelligence
|
||||||
|
- Describe Software as a Service (SaaS).
|
||||||
|
- Use Maintained Software
|
||||||
|
- **Scenarios**
|
||||||
|
- Email and messaging.
|
||||||
|
- Business productivity applications.
|
||||||
|
- Finance and expense tracking.
|
||||||
|
- Identify appropriate use cases for each cloud service (IaaS, PaaS, SaaS).
|
||||||
|
- ## Azure architecture and services
|
||||||
|
- ### Describe the core architectural components of Azure
|
||||||
|
- 
|
||||||
|
-
|
||||||
|
- Describe Azure regions, region pairs, and sovereign regions.
|
||||||
|
-
|
||||||
|
- Describe Availability Zones.
|
||||||
|
- Describe Azure datacenters.
|
||||||
|
- Describe Azure resources and Resource Groups.
|
||||||
|
- Describe subscriptions.
|
||||||
|
- Describe management groups.
|
||||||
|
- Describe the hierarchy of resource groups, subscriptions, and management groups.
|
||||||
|
-
|
||||||
Loading…
x
Reference in New Issue
Block a user