Azure core architectural components Flashcards
What are the four levels of the organizing structure for resources in Azure?
Management groups > Subscriptions > Resource groups > Resources
What are Resources?
Resources are instances of services that you create, like virtual machines, storage, or SQL databases
What are Resource groups?
Resources are combined into resource groups, which act as a logical container into which Azure resources like web apps, databases, and storage accounts are deployed and managed
What is a Subscription?
A subscription groups together user accounts and the resources that have been created by those user accounts. For each subscription, there are limits or quotas on the amount of resources that you can create and use. Organizations can use subscriptions to manage costs and the resources that are created by users, teams, or projects
What are Management groups?
These 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
Are all services and VM features available in all regions?
No
Do you always have to select a particular region?
No, some Azure services (such as Azure Active Directory, Azure Traffic Manager, and Azure DNS) do not require you to select a particular region
For what kind of reasons could you choose to build in a specialized region?
For compliance or legal purposes
How to set up your own redundancy?
Create duplicate hardware environments
What is an isolation boundary?
The way availability zones are built. If one goes down, the other continues working.
What are availability zones primarily for?
VMs, managed disks, load balancers, and SQL databases
In which three categories do Azure services that support availability zones fall?
Zonal services, Zone-redundant services, and Non-regional services
What are zonal services?
When resources are pined to a specific zone (for example, VMs, managed disks, IP addresses)
What are Zone-redundant services?
When the platform automatically replicates across zones (for example, zone-redundant storage, SQL Database)
What are non-regional services?
Services are always available from Azure geographies and are resilient to zone-wide outages as well as region-wide outages.