Describe Azure architecture and services Flashcards
Describe Azure region
A region is a geographical area on the planet that contains at least one but potentially multiple datacenters that are nearby and connected with a low-latency network
Describe availability zones
Availability zones are made up of at least 3 physically separate data centers within an Azure region. Each data center has its own cooling, power, and networking. They’re connected to each other through high-speed, private fiber-optic networks, if one in the zone goes down the others continue working.
Describe Azure data centers
Azure data centers are buildings around the world that contain all the hardware that Azure runs on.
Describe Azure resources
Resources are instances of services you create, such as VMs or SQL databases.
Describe subscriptions
A subscription bundles together resources and the user account that created them. Each subscription has a limit to the number of resources that can be created and used, which is set by management groups. Subscriptions are used to manage costs and, at a higher level, resources.
Describe management groups
Management groups help you manage access, policy, and compliance for multiple subscriptions. All subscriptions in a management group automatically inherit the conditions applied to the management group.
Describe the hierarchy of resource groups, subscriptions, and management groups
Resources, or instances of services, at the lowest level
Resource groups are logical containers for resources
Subscriptions group together resource groups and the user account created them
Management groups are containers for subscriptions
Describe the Container Instances compute service
Container Instances abstract away the operating system and infrastructure requirements for a single application and its dependencies. Azure allows you to run a container without having to manage any VMs or additional services
Describe Azure Virtual Machines
Virtual Machines are software emulations of physical computers
Describe resources required for virtual machines
Managed Disk Drive
Azure Subscription
Azure Resource Group
Virtual Network Interface
Network Security Group
Public IP address
Describe the Azure App Service hosting option
App Service allows you to host an application without having to handle the infrastructure or operating system
Describe the purpose of Azure Virtual Networks
Azure Virtual Networks enable Azure resources to communicate with each other, users on the Internet, and your on-premises client computers
Define public endpoints
Public endpoints have a public IP address and can be accessed from anywhere in the world.
Compare Azure storage services
Azure Blobs: A massively scalable object store for text and binary data in block blobs.
Azure Files: Managed file shares you can mount for cloud or on-premises deployments.
Azure Queues: An asynchronous messaging queue for reliable messaging between application components.
Azure Tables: A structured key/attribute NoSQL store with a schemaless design.
Azure Disks: Virtual hard disks for Azure VMs.
Describe the Hot Access storage tier
The hot access tier is optimized for storing data that are accessed frequently.
Describe the Locally redundant storage (LRS) redundancy option
Your data is has 3 synchronous copies within the same data center
Describe the Standard general-purpose storage account type
A standard storage account type for blobs, file shares, queues, and tables. Recommended for most scenarios using Azure Storage.
Describe moving files with AzCopy
AzCopy is a command-line utility that you can use to copy blobs or files to or from a storage account.
Describe data migration with Azure Migrate
Azure Migrate provides a way to move your on-premises data center to Azure using services for migration, modernization, and optimization.
Describe Azure Active Directory (Azure AD)
Azure Active Directory (Azure AD) is a globally available identity service that enables your users to sign in and access both cloud and on-premises applications.
Describe single sign-on (SSO) authentication
Single sign-on (SSO) authentication gives the ability to manage multiple on-premises infrastructure components and systems by using a single identity per user
Describe external identities and guest access in Azure