View on GitHub

MyCloud Notes

Cloud Notes for Azure AZ-900 exams

Azure Fundamentals

This contains notes taken based on the skills definition for the azure fundamentals exam. Although not thoroughly comprehensive it’s intended to define/state some concepts that may not be clearly defined. This is only intended for study purposes:

Describe Cloud Concepts

Identify the benefits and considerations of using cloud services
Describe the differences between categories of cloud services

Describe Core Azure Services

Regions: A region is a geographical area on the planet that contains at least one but potentially multiple datacenters that are nearby and networked together with a low-latency network.

Region pairs: Each Azure region is always paired with another region within the same geography (such as US, Europe, or Asia) at least 300 miles away. This helps for replication and failover.

Availability Zones: Availability zones are physically separate datacenters within an Azure region. Each availability zone is made up of one or more datacenters equipped with independent power, cooling, and networking.

Resource groups: These are logical containers in Azure that house various related resources.

Resources: A single unit of a manageable item found in unit, e.g VM’s, virtual networks, webApps etc.

Subscriptions: A subscription provides you with authenticated and authorized access to Azure products and services. It also allows you to provision resources. An Azure subscription is a logical unit of Azure services that links to an Azure account, which is an identity in Azure Active Directory (Azure AD) or in a directory that Azure AD trusts.

Management Groups: This a scope level above subscriptions they help in managing policies, compliance etc across various subscriptions. They can support up to 6 level of depth.

Azure Resource Manager: Azure Resource Manager is the deployment and management service for Azure. It provides a management layer that enables you to create, update, and delete resources in your Azure account.

Tenant: A tenant represents an organization in Azure Active Directory. It’s a dedicated Azure AD service instance that an organization receives and owns when it signs up for a Microsoft cloud service such as Azure, Microsoft Intune, or Microsoft 365. Each Azure AD tenant is distinct and separate from other Azure AD tenants.