Microsoft Azure 104 Course Content
Microsoft Azure 104 Course Content
Administrator
Introduction2 min
Describe Microsoft Entra ID benefits and features3 min
Describe Microsoft Entra concepts2 min
Compare Active Directory Domain Services to Microsoft Entra ID2 min
Select Microsoft Entra editions3 min
Implement Microsoft Entra join2 min
Implement Microsoft Entra self-service password reset2 min
Knowledge check4 min
Summary and resources
Introduction1 min
Create user accounts3 min
Manage user accounts3 min
Create bulk user accounts3 min
Create group accounts3 min
Create administrative units3 min
Interactive lab simulation30 min
Knowledge check3 min
Summary and resources1 min
Microsoft Link
In Microsoft Azure, a subscription is a fundamental billing and management container for Azure resources. It's a
logical container that holds the resources you use within Azure. When you create an Azure subscription, you are
essentially entering into an agreement with Microsoft to use their cloud services. Here are some key points to
understand about Azure subscriptions:
1. Billing and Cost Management: Azure subscriptions are used to track and manage the costs associated with your
Azure resources. All the services you use in Azure, such as virtual machines, databases, storage, and more, are
billed through your Azure subscription. You receive a monthly bill based on your resource usage.
2. Resource Isolation: Subscriptions provide a way to isolate and organize resources. You can use multiple
subscriptions to separate resources for different departments, projects, or environments. This helps in managing
access, control, and billing for those resources.
3. Access Control: Subscriptions have role-based access control (RBAC) to manage permissions and access for users,
groups, and applications. This allows you to grant specific permissions to individuals or teams while limiting access
to sensitive resources.
4. Resource Groups: Within a subscription, you can create resource groups to further organize and manage related
resources. Resource groups provide a way to group resources, apply tags, and manage them as a unit.
5. Service Limits and Quotas: Subscriptions have certain service limits and quotas that can affect the number and
size of resources you can create. These limits can be adjusted by Microsoft Support on a case-by-case basis or by
upgrading to a different support plan.
6. Geographical Location: You can choose the geographical region where your Azure subscription is associated. This
can affect the data residency and compliance requirements for your resources.
7. Azure Policies and Governance: Subscriptions are used in Azure Policy and Azure Blueprints to enforce
governance and compliance standards within your organization.
8. Resource Hierarchy: Azure has a hierarchy that includes management groups, subscriptions, and resource
groups. Subscriptions are at the core of this hierarchy, and they can be organized into management groups to
manage resources at scale.
It's important to select the right subscription type and manage it effectively to optimize costs and meet your
organization's specific needs. Microsoft offers different types of subscriptions, including Pay-As-You-Go, Enterprise
Agreements, and various other subscription models, each with its own features and benefits.
In Microsoft Azure, a resource group is a logical container used to organize and manage related Azure resources.
Resource groups are a way to group Azure resources together for purposes such as management, access control,
billing, and deployment. Here are some key points to understand about resource groups:
1. Resource Organization: Resource groups are used to organize Azure resources that are related to a specific
application, project, or environment. Resources within a resource group share a common lifecycle and can be
managed as a single unit.
2. Access Control: Azure role-based access control (RBAC) can be applied at the resource group level. This means
you can assign permissions to users, groups, or service principals for all the resources within a resource group
collectively.
3. Billing and Cost Management: Resource groups help with cost tracking and management. All the resources
within a resource group are billed together, which makes it easier to monitor and allocate costs associated with a
particular project or department.
4. Deployment and Deletion: Resource groups can be deployed, updated, and deleted as a whole. When you deploy
a resource group, all the resources within it are deployed in a coordinated manner. Likewise, deleting a resource
group removes all the associated resources, helping to clean up resources efficiently.
5. Tagging: You can assign tags to resource groups and their resources to provide additional metadata and
organization. Tags can be used for categorization, reporting, and cost allocation.
6. Resource Dependencies: Resources within a resource group can have dependencies on each other. For example,
a web application may depend on a database server. Resource groups allow you to define and manage these
dependencies.
7. Cross-Resource Group Relationships: Resources from different resource groups can interact and reference each
other. This allows for flexibility in organizing resources based on your specific needs.
8. Geographical Location: While resource groups themselves do not have a specific location, resources within a
resource group can be placed in different geographical regions. This allows you to build applications that are
distributed across multiple data centers.
Resource groups are an essential concept in Azure and are used to simplify the management of complex
applications and infrastructures. They provide a way to group resources logically and streamline tasks related to
deployment, monitoring, access control, and cost management.
We understood
Subscriptions
Resource group
How to create a virtual machine
How to see resources information in resource group.
How to delete Virtual Machine with all resources.