0% found this document useful (0 votes)
3 views

Microsoft Azure 104 Course Content

The document outlines the Microsoft Azure 104 Certification curriculum for Azure Administrators, including key topics such as configuring Microsoft Entra ID, user and group accounts, subscriptions, and resource groups. It explains the importance of Azure subscriptions for billing, resource isolation, and access control, as well as the role of resource groups in organizing and managing related resources. Additionally, it provides a brief overview of availability options and tasks for practical application.

Uploaded by

awslearnings
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Microsoft Azure 104 Course Content

The document outlines the Microsoft Azure 104 Certification curriculum for Azure Administrators, including key topics such as configuring Microsoft Entra ID, user and group accounts, subscriptions, and resource groups. It explains the importance of Azure subscriptions for billing, resource isolation, and access control, as well as the role of resource groups in organizing and managing related resources. Additionally, it provides a brief overview of availability options and tasks for practical application.

Uploaded by

awslearnings
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Microsoft Azure 104 Certification - Microsoft Azure

Administrator

Create a Free trial Account in Microsoft Azure.


https://portal.azure.com/

Configure Microsoft Entra ID

 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

Configure user and group accounts

 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

Configure Microsoft Entra ID


Configure user and group accounts
Configure subscriptions
Configure Azure Policy
Configure role-based access control
Configure Azure resources with tools
Use Azure Resource Manager
Configure resources with Azure Resource Manager templates
Configure virtual networks
Configure network security groups
Configure Azure DNS
Configure Azure Virtual Network peering
Configure network routing and endpoints
Configure Azure Load Balancer
Configure Azure Application Gateway
Configure storage accounts
Configure Azure Blob Storage
Configure Azure Storage security
Configure Azure Files and Azure File Sync
Configure Azure Storage with tools
Configure virtual machines
Configure virtual machine availability
Configure Azure App Service plans
Configure Azure App Service
Configure Azure Container Instances
Configure file and folder backups
Configure virtual machine backups
Configure Azure Monitor
Configure Azure alerts
Configure Log Analytics
Configure Network Watcher

Microsoft Link

What is subscription in Microsoft Azure

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.

What is resource group in azure

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.

Four types of Availability Options

1. No Infrastructure redundancy requires.


2. Availability Zone

We understood

8th November 2023

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.

Task for Jack


Create Windows Machine

You might also like