Azure Fundamentals AZ900
Azure Fundamentals AZ900
Learning objectives
Identify appropriate use cases for each cloud service (IaaS, PaaS,
SaaS).
Describe Infrastructure as a
Service
Infrastructure as a service (IaaS) is the most flexible category of cloud
services, as it provides you the maximum amount of control for your
cloud resources. In an IaaS model, the cloud provider is responsible for
maintaining the hardware, network connectivity (to the internet), and
physical security. You’re responsible for everything else: operating
system installation, configuration, and maintenance; network
configuration; database and storage configuration; and so on. With
IaaS, you’re essentially renting the hardware in a cloud datacenter, but
what you do with that hardware is up to you.
The shared responsibility model applies to all the cloud service types. IaaS
places the largest share of responsibility with you. The cloud provider is
responsible for maintaining the physical infrastructure and its access to
the internet. You’re responsible for installation and configuration, patching
and updates, and security.
Scenarios
Scenarios
Some common scenarios where PaaS might make sense include:
While the SaaS model may be the least flexible, it’s also the easiest to get
up and running. It requires the least amount of technical knowledge or
expertise to fully employ.
Scenarios
Some common scenarios for SaaS are:
Learning objectives
Describe subscriptions.
Many teams start exploring the cloud by moving their existing applications
to virtual machines (VMs) that run in Azure. Migrating your existing apps
to VMs is a good start, but the cloud is much more than a different place
to run your VMs.
The Azure free account is an excellent way for new users to get started
and explore. To sign up, you need a phone number, a credit card, and a
Microsoft or GitHub account. The credit card information is used for
identity verification only. You won't be charged for any services until you
upgrade to a paid subscription.
The Azure free student account is an offer for students that gives $100
credit and free developer tools. Also, you can sign up without a credit
card.
Many of the Learn exercises use a technology called the sandbox, which
creates a temporary subscription that's added to your Azure account. This
temporary subscription allows you to create Azure resources during a
Learn module. Learn automatically cleans up the temporary resources for
you after you've completed the module.
You start by activating the Learn sandbox. Then, you’ll investigate each of
the methods to work in the Learn sandbox.
Tip
You can tell you're in PowerShell mode by the PS before your directory on
the command line.
Use the PowerShell Get-date command to get the current date and time.
Get-date
Most Azure specific commands will start with the letters az. The Get-date
command you just ran is a PowerShell specific command. Let's try an
Azure command to check what version of the CLI you're using right now.
az version