002 Azure Intro Azure Architecture and Services
002 Azure Intro Azure Architecture and Services
3 Storage
• Storage services
• Redundancy options
• File management and migration
• Azure account
• Provide protection
against downtime due Azure Region
to Availability Zone 1 Availability Zone 2
datacenter failure.
• Physically separate
datacenters within the
same region.
• Each datacenter is
equipped with
independent power,
cooling, and
networking. Availability Zone 3
• Connected through
private fiber-optic
networks.
© Copyright Microsoft Corporation. All rights reserved.
Region pairs
An Azure subscription
provides you with
authenticated and
authorized access to
Azure accounts.
• Billing boundary:
Generate separate
billing reports and
invoices for each
subscription.
• Access control
boundary: Manage and
control access to the
resources that users can
provision with specific
subscriptions.
© Copyright Microsoft Corporation. All rights reserved.
Management groups
• Management groups
can include multiple
Azure subscriptions.
• Subscriptions inherit
conditions applied to
the management
group.
• 10,000 management
groups can be
supported in a single
directory.
• A management group
tree can support up to
six levels of depth.
© Copyright Microsoft Corporation. All rights reserved.
Exercise―create an Azure resource
Create an Azure
resource and monitor
the resource group for
the required resources
being created in the
same group.
1. Create a virtual machine.
2. Monitor the resource
group.
• Describe virtual machine options, including virtual machines (VMs), virtual machine scale
sets, virtual machine availability sets, and Azure Virtual Desktop.
• Describe the resources required for virtual machines.
• Describe application hosting options, including Azure Web Apps, containers, and virtual
machines.
• Describe virtual networking, including the purpose of Azure Virtual Networks, Azure virtual
subnets, peering, Azure DNS, VPN Gateway, and ExpressRoute.
• Define public and private endpoints.
Azure virtual
machines (VMs) are
software emulations
of physical computers.
• Includes virtual
processor, memory,
storage, and
networking.
• IaaS offering that
provides total control
and customization.
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. Install the web server
package.
Azure Virtual
Desktop is a desktop
and app virtualization
that runs in the cloud.
• Create a full desktop
virtualization
environment without
having to run additional
gateway servers.
• Reduce risk of resource
being left behind.
• True multisession
deployments.
Azure Container Apps: A PaaS offering, like container instances, that can
load balance and scale.
Configure public
access to the virtual
machine created
earlier.
1. Verify currently open
ports.
2. Create a network
security group
3. Configure HTTP access
(port 80)
4. Test the connection.
VPN Gateway is used to send encrypted traffic between an Azure virtual network
and an
on-premises location over the public internet.
• Must have a
globally
unique name.
• Provide over-the-
internet access
worldwide.
• Determine storage
services and
redundancy options.
Locally redundant storage (LRS) Single datacenter in the primary region 11 nines
Azure Disk: Provides disks for virtual machines, applications, and other
services to access and use.
Azure Queue: Message storage service that provides storage and retrieval for
large amounts of messages, each up to 64 KB.
Azure Files: Sets up a highly available network file share that can be accessed
by using the Server Message Block protocol.
Create a storage
account with a blob
storage container.
Work with blob files.
1. Create a storage account.
2. Create a blob container.
3. Upload and access a
blob.
• Unified migration
platform.
• Range of integrated
and standalone tools.
• Assessment and
migration.
of data.
• Move your disaster
recovery backups to
Azure.
• Protect your data in a
rugged case during
transit.
• Migrate data out of
Azure for compliance or
regulatory needs.
• Migrate data to Azure
from remote locations
with limited or no
connectivity.
© Copyright Microsoft Corporation. All rights reserved.
File management options
Microsoft Entra ID is
Microsoft Azure’s cloud-
based identity and
access management
service.
• Authentication
(employees sign in to
access resources).
• Single sign-on (SSO).
• Application
management.
• Business to
Business (B2B).
• Device management.
• Gain the benefit of cloud-based domain services without managing domain controllers.
• Run legacy applications (that can’t use modern auth standards) in the cloud.
• Automatically sync from Microsoft Entra ID.
Authentication Authorization
• Identifies the person or service seeking • Determines an authenticated person’s or
access to a resource. service’s level of access.
• Requests legitimate access credentials. • Defines which data they can access, and
what they can do with it.
• Basis for creating secure identity and
access control principles.
Provides additional security for your identities by requiring two or more elements for
full authentication.
• Something you know Something you possess Something you are
Conditional Access is
used to bring signals
together, to make
decisions, and enforce
organizational policies.
• User or group
membership
• IP location
• Device
• Application
• Risk detection
• Fine-grained access
management.
• Segregate duties
within the team and Microsoft Entra ID
grant only the amount
of access to users
that they need to
perform their jobs.
Azure
subscription
• Enables access to the
User Apps User groups
Azure portal and Resource group
controlling access to
resources. Resource group
• A layered approach to
securing computer Physical security
systems.
Identity and access
• Provides multiple
Perimeter
levels of protection.
• Attacks against one Network
layer are isolated
from subsequent Compute
layers.
Application
Data
• Storage services