Microsoft Certified: Azure Fundamentals

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/89

flashcard set

Earn XP

Description and Tags

Study for the certification

Last updated 8:29 PM on 9/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

90 Terms

1
New cards

What is Microsoft Azure?

A Cloud Computing platform that has continually expanding set of cloud services to help meet current and future IT challenges

2
New cards

What is Cloud Computing?

The delivering of computing services over the internet

3
New cards

What do computing services include?

  • Virtual Machines

  • Storage

  • Databases

  • Networking

  • Internet of Things (IoT)

  • Machine Learning (ML)

  • Artificial Intelligence (AI)


4
New cards

Pros of cloud computing

  • Not constrained by physical infrastructure

  • Changes infrastructure planning from long cycles to on-demand provisioning


5
New cards

Describe the shared responsiblity model

Cloud provider has responsibility of physical security, power, cooling, and network connectivity

Consumer is responsible for the data and information stored in the cloud, and access security

6
New cards

When can responsibility depend on the situation in the shared responsibility model?

  • Cloud SQL database: cloud provider maintains actual database, consumer is responsible for data ingested into database

  • Deployed VM + installed SQL database onto it: consumer is responsible for database patches and updates, as well as maintaining data and information shared


7
New cards

Which cloud service type places the most responsibility on the consumer?

IaaS

8
New cards

Which cloud service type places the most responsibility on the cloud provider?

SaaS

9
New cards

Which cloud service type evenly distributes responsibility between the consumer and the cloud provider?

PaaS

10
New cards

What are the responsibilities of the customer, cloud provider, and shared when the cloud service type is On-Premises?

  • Customer:

    • Data, devices, accounts

    • Identity and access

    • Applications

    • Network controls

    • Operating systems

    • Infrastructure

    • Data centers, networks, physical hosts


11
New cards

What are the responsibilities of the customer, cloud provider, and shared when the cloud service type is IaaS?

  • Customer:

    • Data, devices, accounts

    • Identity and access

    • Applications

    • Network controls

    • Operating systems


  • Provider:

    • Infrastructure

    • Data centers, networks, physical hosts


12
New cards

What are the responsibilities of the customer, cloud provider, and shared when the cloud service type is PaaS?

  • Customer:

    • Data, devices, accounts


  • Shared

    • Identity and access

    • Applications

    • Network controls


  • Provider:

    • Operating systems

    • Infrastructure

    • Data centers, networks, physical hosts


13
New cards

What are the responsibilities of the customer, cloud provider, and shared when the cloud service type is SaaS?

  • Customer:

    • Data, devices, accounts


  • Shared

    • Identity and access


  • Provider:

    • Applications

    • Network controls

    • Operating systems

    • Infrastructure

    • Data centers, networks, physical hosts


14
New cards

What is the customer always responsible for?

  • Information and data stored in the cloud

  • Devices allowed to connect to cloud (cell phones, computers, etc)

  • The accounts and identities of the people, services, and devices within your environment


15
New cards

What is the provider always responsible for?

  • Physical datacenter

  • Physical network

  • Physical hosts


16
New cards

What are cloud models?

They define the deployment type of cloud resources

17
New cards

What is the private cloud?

Cloud environment used by a single entity, dedicated to 1 organization

18
New cards

What are the benefits of the private cloud?

Complete control over resources and security

19
New cards

What are the downsides of the private cloud?

Greater cost, few benefits over public cloud deployment

20
New cards

What is the public cloud?

Built, controlled, and maintained by third-party cloud provider. Anyone that wants to purchase cloud services can access and use resources

21
New cards

What is the hybrid cloud?

Computing environment that uses both public and private clouds in an inter-connected environment. Can be used to allow a private cloud to surge for increased, temporary demand by deploying public cloud resources. Can be used to provide and extra layer of security

22
New cards

List the details of the public cloud

  • No capital expenditures to scale up

  • Applications can be quickly provisioned and deprovisioned

  • You pay only for what you use

  • You don't have complete control over resources and security


23
New cards

List the details of the private cloud

  • You have complete control over resources and security

  • Data isn't collocated with other tenants' data

  • Hardware must be purchased for startup and maintenance

  • You are responsible for hardware maintenance and updates


24
New cards

List the details of the hybrid cloud

  • Provides the most flexibility

  • You determine where to run your applications

  • You control security, compliance, or legal requirements


25
New cards

What is the multicloud?

Use multiple public cloud providers, possibly different features from different providers, possibly in the process of migrating to a different provider

26
New cards

What is Azure Arc?

Set of technologies that helps manage your cloud environment

27
New cards

What is Azure VMware Solution?

Run VMware workloads in Azure with seamless integration and scalability when in private cloud environment but want to migrate to a public or hybrid cloud

28
New cards

Describe the consumption-based model

You pay for the IT resources you use, and nothing more

29
New cards

What is capital expenditure (CapEx)?

Up-front spending on physical infrastructure like servers, network hardware, and datacenter space

30
New cards

What is operational expenditure (OpEx)?

Ongoing spending on services over time. Cloud computing is classified as an operational expense

31
New cards

What are the pros to a consumption-based model?

  • No upfront costs for hardware or datacenter infrastructure

  • No need to purchase and manage capacity that my go underutilized

  • Ability to add resources when demand increases

  • Ability to release resources when demand decreases


32
New cards

What is capacity planning like in a traditional datacenter?

  • Estimate future resource needs in advance

  • Can over and under estimate

  • Fixing this mean ordering installing, and provisioning additional hardware, power, and cooling


33
New cards

What is capacity planning like in a cloud-based model?

Adjust resources to match your actual demand

34
New cards

What is pay-as-you-go cloud pricing?

Pay only for the services that you consume

35
New cards

What does cloud pricing help with?

  • Plan and manage operating costs

  • Run infrastructure more efficiently

  • Scale as workload needs change


36
New cards

What is high availability?

Focuses on ensuring maximum availability, regardless of disruptions or events that may occurSer

37
New cards

What does SLA stand for, and what is it?

Service-level agreement. It’s a formal agreement between service prodiver and customer that guarantees the customer a stated level of service

38
New cards

Where can SLA be used?

inside organizations in an agreement between IT department and business users, or a commercial company like Microsoft

39
New cards

How does Azure represent their SLAs?

A percent related to the service or application’s availability

40
New cards

What is another term for availability when referencing an SLA?

Up time

41
New cards

What happens if the SLA is not met?

Might be entitled to credit

42
New cards

What is scalability?

The ability to adjust resources to meet demand, meaning you aren’t overpaying for services

43
New cards

What is vertical scaling?

Increasing or decreasing the capabilities of resources

44
New cards

Example of vertical scaling

  • Need more processing power, add more CUPs or RAM to the virtual machine

  • Need less, do the opposite


45
New cards

What is horizontal scaling?

Adding or subtracting the number of resources

46
New cards

Examples of horizontal scaling

  • Experience a steep jump in demand, deployed resources could be scaled out automatically or manually

  • Add additional VMs or containers

  • If there’s a drop in demand, scale in


47
New cards

What is reliability?

The ability of a system to recover from failures and continue to function

48
New cards

What does the decentralized design of the cloud naturally support?

Reliable and resilient infrastructure. Even if one region has a catastrophic event, the other regions are up and running

49
New cards

What is predictability?

Lets you move forward with confidence

50
New cards

What is performance predictability?

Predicting the resources you needed to deliver a positive experience for your customers

51
New cards

Examples of performance predictability

  • Autoscaling

  • Load balancing

  • High availability


52
New cards

What is cost predicability?

Predicting or forecasting the cost of the cloud spend

53
New cards

What can you do with the cloud when it comes to cost predictability?

  • Track your resources in real-time

  • Use cloud analytics and information to predict future costs and adjust resources


54
New cards

What is governance?

Templates and standards. Set standards at scale and update at scale.

55
New cards

What does it mean to set standards at scale?

Resource templates enforce technical standards and regulatory requirements


56
New cards

What does it mean to update at scale?

Use standards change, update deployed resources across your cloud footprint

57
New cards

What is compliance?

Auditing and mitigation. Audit and remediate, patches and maintenance

58
New cards

What does it mean to audit and remediate?

Cloud-based auditing flags non-compliant resources and suggests mitigations

59
New cards

What are patches and maintenance?

Software patches and updated applied automatically for governance and security

60
New cards

What is security used for?

DDoS, patches, controls. Built-in protections and match your security needs

61
New cards

What is management of the cloud?

Managing your cloud resources

62
New cards

What is the point of management of the cloud?

  • automatically scale resource deployment based on need

  • Deploy resources based on a preconfigured template, removing the need for manual configuration

  • Monitor health of resources and automatically replace failing resources

  • Receive automatic alerts based on configured metrics, for real-time metrics


63
New cards

What is management in the cloud?

How you manage your cloud resources

64
New cards

What are they ways to manage your cloud resources?

  • Web Portal: visual management UI

  • CLI: command line interface

  • APIs: Programmatic access

  • PowerShell: script and automate


65
New cards

What is included in sustainability in action?

  • Right-size

  • Automate

  • Optimize

  • Monitor


66
New cards

What is right-size in sustainability in action?

Match resources to demand

67
New cards

What is automate in sustainability in action?

Shut down and shut off unused resources

68
New cards

What is optimize in sustainability in action?

Choose efficient services and configurations

69
New cards

What is monitor in sustainability in action?

Track resource usage and spending

70
New cards

What is IaaS, in practice?

Renting the hardware in a cloud datacenter, but managing the data

71
New cards

What do you manage in IaaS?

  • Applications

  • Data

  • Runtime

  • Middleware

  • Operating system


72
New cards

What does the provider manage in Iaas?

  • Server

  • Storage

  • Networking


73
New cards

What are the two scenarios for IaaS? Describe them.

  • Lift-and-shift migration: set up cloud resources similar to on-premises, then move workloads to IaaS infrastructure

  • Testing and development: rapidly replicate dev/test environments. Start up or shut down with complete control


74
New cards

What do you manage in PaaS?

  • Applications

  • Data


75
New cards

What does the provider manage in PaaS?

  • Runtime

  • Middleware

  • Operating system

  • Servers

  • Storage

  • Networking


76
New cards

What are the two scenarios for PaaS? Describe them.

  • Development framework: build cloud-based applications using built-in components with scalability and high availability

  • Analytics and business intelligence: analyze and mine data, find insights, and predict outcomes using platform tools


77
New cards

What are the common examples of SaaS?

  • Email

  • Financial software

  • Messaging applications

  • Connectivity software


78
New cards

What do you manage in SaaS?

Data

79
New cards

What does the provider manage in Saas?

  • Applications

  • Runtime

  • Middleware

  • Operating system

  • Servers

  • Storage

  • Networking


80
New cards

What does Microsoft Azure let you do?

Freedom to build, manage, and deploy apps on a massive global network

81
New cards

What does Azure offer?

Limitless innovation, through apps and solutions with advanced technology, tools, and services

82
New cards

What are the services that Azure provides?

  • Compute

  • Networking

  • Storage

  • Databases

  • AI and ML

  • Identity and security

  • DevOps and Management

  • Internet of Things

  • Analytics

  • Integration


83
New cards

How do Azure Accounts work?

You need an Azure subscription, then it’s free to create additional subscriptions. Each subscription lets you have resources with it

84
New cards

What is Azure’s physical infrastructure?

Datacenters are grouped into Azure Regions and Azure Availability Zones

85
New cards

What are datacenters in Azure’s physical infrastructure?

Facilities with servers arranged in racks with dedicated power, cooling, and network infrastructure

86
New cards

What is an Azure Region?

Geographical area on the planet that contains at least one datacenter that are nearby and networked together in low-latency network

87
New cards

What is an Availability Zone?

Physically separate datacenters within an Azure region. They are made up of one or more datacenters with independent power cooling and networking. Each is set up to be an isolation boundary

88
New cards

Why is each Availability Zone set up to be an isolation boundary?

If one zone goes down, the other continues working

89
New cards

How are Azure Availability Zones connected?

High-speed, private fiber-optic networks

90
New cards

What should be noted about Azure Regions?

Not all support availability zones. Those that do have a minimum of 3 separate availability zones.