wywm azure fundamentals

19
WYWM Azure Fundamentals

Upload: others

Post on 26-Apr-2022

12 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: WYWM Azure Fundamentals

WYWM Azure Fundamentals

Page 2: WYWM Azure Fundamentals

1. 15+ Years in IT

- IT Support, Service Delivery Manager, Cloud Infra Lead

2. AWS Solution Architect Associate

3. Passionate about helping people learn new IT skills

Adam FraserCloud Instructor

Page 3: WYWM Azure Fundamentals

Introductions - Tell me about yourself!

What are you hoping to get out of the bootcamp?

Do you have any experience with Tech

and/or cloud platforms?

Do you need any assistance signing up to WYWM, accessing the

bootcamp materials or the courses on people?

Page 4: WYWM Azure Fundamentals

Structure

DAY 1:

AZURE CERTIFICATION

+ CLOUD CONCEPTS

DAY 2:

CORE AZURE SERVICES +

CORE SOLUTIONS

DAY 3:

SECURITY IDENTITY,

GOVERNANCE, PRIVACY, AND COMPLIANCE.

DAY 4:

AZURE PRICING & LIFECYCLE +

EXAM PREP

Page 5: WYWM Azure Fundamentals

AZ-900 Certification Exam Weights

Describe cloud concepts 20-25%

Describe Core Azure Services 15-20%

Describe core solutions and management tools on Azure

10-15%

Describe general security and network security features

10-15%

Describe identity, governance, privacy, and compliance features

20-25%

Describe Azure cost management and Service Level Agreements

10-15%

Day 1 – Study Areas + Weightings

AZ-900 Certification Exam

Page 6: WYWM Azure Fundamentals

Module 01 Review

• Microsoft offers Public, Private, and Hybrid cloud models so you can build based on your needs.

• From high-availability to elasticity to disaster recovery to pay-as-use the benefits of the Azure cloud are numerous.

• IaaS, PaaS, SaaS, and serverless, or a combination.

• Shared responsibility.

Microsoft Learn Modules (docs.microsoft.com/Learn)

Page 7: WYWM Azure Fundamentals

Public cloud

• Owned by cloud services or hosting provider.

• Provides resources and services to multiple organizations and users.

• Accessed via secure network connection (typically over the internet).

Page 8: WYWM Azure Fundamentals

Private cloud

• Organizations create a cloud environment in their datacenter.

• Organization is responsible for operating the services they provide.

• Does not provide access to users outside of the organization.

Page 9: WYWM Azure Fundamentals

Hybrid cloud

• Combines Public and Private clouds to allow applications to run in themost appropriate location.

Page 10: WYWM Azure Fundamentals

Cloud model comparison

• No capital expenditures to scale up.

• Applications can be quickly provisioned and deprovisioned.

• Organizations pay only for what they use.

Public Cloud

• Hardware must be purchased for start-up and maintenance.

• Organizations have complete control over resources and security.

• Organizations are responsible for hardware maintenance and updates.

Private Cloud

• Provides the most flexibility.

• Organizations determine where to run their applications.

• Organizations control security, compliance, or legal requirements.

Hybrid Cloud

Page 11: WYWM Azure Fundamentals

Cloud Benefits

Page 12: WYWM Azure Fundamentals

Compare CapEx vs. OpExCapital Expenditure (CapEx)

The up-front spending of money on physical infrastructure.

Costs from CapEx have a value that reduces over time.

Operational Expenditure (OpEx)

Spend on products and services as needed, pay-as-you-go

Get billed immediately

Page 13: WYWM Azure Fundamentals

Consumption-based model

• Cloud service providers operate on a consumption-based model, which means that end users only pay for the resources that they use. Whatever they use is what they pay for.

• Better cost prediction

• Prices for individual resources and services are provided

• Billing is based on actual usage

Page 14: WYWM Azure Fundamentals

Infrastructure as a Service (IaaS)

• Build pay-as-you-go IT infrastructure by renting servers, virtual machines, storage, networks, and operating systems from a cloud provider.

Page 15: WYWM Azure Fundamentals

Platform as a Service (PaaS)

• Provides environment for building, testing, and deploying software applications; without focusing on managing underlying infrastructure.

Page 16: WYWM Azure Fundamentals

Software as a Service (SaaS)Users connect to and use cloud-based apps over the internet: for example, Microsoft Office 365, email, and calendars.

Page 17: WYWM Azure Fundamentals

Cloud service comparison

You configure and manage the hardware for your application.

IaaS

The most flexible cloud service.

PaaS

Focus on application development.

Platform management is handled by the cloud provider.

Pay-as-you-go pricing model.

SaaS

Users pay for the software they use on a subscription model.

Page 18: WYWM Azure Fundamentals

Shared responsibility model

Page 19: WYWM Azure Fundamentals

Walkthrough – Create a Virtual Machine

• Create a virtual machine in the Azure Portal, connect to the virtual machine, install the web server role, and test.

1. Create the virtual machine.

2. Connect to the virtual machine.

3. Install the web server role and test.