Microsoft Azure: Hands On Training: AZ-900 AZ-104 and AZ-305
- Description
- Curriculum
- FAQ
- Reviews
Welcome to my comprehensive Microsoft Azure training course, your ultimate guide to mastering the skills needed to excel in the dynamic world of cloud computing. Whether you’re an IT professional or a curious learner, this hands-on course is designed to empower you with the knowledge and practical experience necessary to thrive in the Microsoft Azure ecosystem.
Throughout this course, we’ll dive deep into Microsoft Azure, covering cloud infrastructure management, Azure services utilisation, and essential Azure fundamentals. This expert-led instruction will equip you with the expertise to succeed in cloud computing.
In our journey, we’ll explore vital topics, including cloud deployment strategies, robust security practices, and cloud management techniques. By enrolling in this course, you’re taking a significant step toward enhancing your cloud skills and making yourself a valuable asset in today’s competitive job market.
Microsoft Azure skills are in high demand, and this course ensures you have the competitive edge. Whether your goal is career advancement or a deep understanding of cloud computing, this course is your ticket to success.
Join me today and gain essential Azure skills, elevate your cloud expertise, and unlock exciting opportunities in the world of cloud computing. Enroll now to become a Microsoft Azure expert and position yourself at the forefront of this transformative industry.
-
3Create Azure AccountVideo lesson
In this tutorial I will show you how to create a Microsoft Azure Account for free and get $200 for the first month which you can use to practice for your Microsoft Azure Exams
-
4Setup Azure BudgetVideo lesson
In this tutorial I will show you how to setup your spending budget before deploying any resource in Microsoft Azure.
-
5Deploy Free ResourcesVideo lesson
In this tutorial I will show you how to deploy free services. Must watch before deploying free services in Azure
-
6Quiz - Introduction to Microsoft AzureQuiz
-
7Create a new Azure AD TenantVideo lesson
Detailed Steps on How to Create an Azure AD Tenant on Microsoft Azure
-
8Delete a Azure AD TenantVideo lesson
Detailed Steps on How to Delete an Azure AD Tenant on Microsoft Azure
-
9Add Custom Domains in Microsoft AzureVideo lesson
How to add Custom Domains in Microsoft Azure. In this tutorial I will show you how to change your default domain name and add a custom domain name in Microsoft Azure.
-
10Installation of Azure AD ConnectVideo lesson
How to easily install and configure Microsoft Azure AD Connect in Under 15 minutes.
https://learn.microsoft.com/en-us/microsoft-365/enterprise/prepare-a-non-routable-domain-for-directory-synchronization?view=o365-worldwide
https://learn.microsoft.com/en-us/azure/active-directory/hybrid/whatis-azure-ad-connect
PowerShell Commands
$LocalUsers = Get-ADUser -Filter "UserPrincipalName -like '*onprem.local'" -Properties userPrincipalName -ResultSetSize $null
$LocalUsers | foreach {$newUpn = $_.UserPrincipalName.Replace("@onprem.local","@kzcclabs.com"); $_ | Set-ADUser -UserPrincipalName $newUpn}
-
11Uninstall of Azure AD ConnectVideo lesson
How to Uninstall Microsoft Azure AD Connect
-
12Microsoft Entra ID LicensingVideo lesson
-
13Authorization vs AuthenticationVideo lesson
-
14Installation of Cloud SyncVideo lesson
-
15Microsoft Entra ID Admin CenterVideo lesson
-
16Configure Dynamic GroupsVideo lesson
-
17B2B CollaborationVideo lesson
-
18Business to Customer (B2C)Video lesson
-
19Microsoft Entra ID MonitoringVideo lesson
-
20Self-service Password Reset (SSPR)Video lesson
-
21Configure MFA Per UserVideo lesson
-
22Configure Conditional AccessVideo lesson
-
23Azure Policy - Part 1Video lesson
How to create a Microsoft Azure Policy Assignment. In Part 1 of Azure Policy Assignments I demonstrate the deny effect of Azure Policies.
Understand Azure Policy effects - https://learn.microsoft.com/en-us/azure/governance/policy/concepts/effects
-
24Azure Policy - Part 2Video lesson
How to create a Microsoft Azure Policy Assignment. In Part 2 of Azure Policy Assignments I demonstrate the Modify, DeployIfNotExists, AuditIfNotExists and Audit effect of Azure Policies.
-
25Create Azure Role Assignments (RBAC)Video lesson
In this tutorial I will show you how to create a new user in the azure portal and then add a role assignment to that new user to access settings of a virtual machine
-
26Create Your First Azure Virtual MachineVideo lesson
In this tutorial, I will show you how to deploy a Virtual Machine in Azure for Free in Under 10 Minutes. Azure Virtual Machine Tutorial 2022 for Beginners.
-
27Virtual Machine SettingsVideo lesson
In this tutorial, I will browse through some of the additional VM settings after deploying an Azure VM
-
28Deploy Azure Bastion VMVideo lesson
Difference Between Basic and Standard SKU's - https://learn.microsoft.com/en-us/azure/bastion/bastion-overview
Azure Bastion Pricing - https://azure.microsoft.com/en-us/pricing/details/azure-bastion/
Azure Bastion Features - https://azure.microsoft.com/en-us/products/azure-bastion/#overview
-
29VM Availability OptionsVideo lesson
-
33Create a Azure Storage AccountVideo lesson
Step by Step guide to create a Storage Account in Microsoft Azure
1) What is a private endpoint?
https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-overview
2) Use private endpoints for Azure Storage
https://learn.microsoft.com/en-us/azure/storage/common/storage-private-endpoints
3) What is Azure Private Link?
https://learn.microsoft.com/en-us/azure/private-link/private-link-overview
4) Microsoft global network vs ISP Routing
https://learn.microsoft.com/en-us/azure/virtual-network/ip-services/routing-preference-overview
-
34Deploy Azure File Share and Blob ContainerVideo lesson
Create a Microsoft Azure Blob Container and File Share
-
35Copy Files Using AzCopyVideo lesson
-
36Create Azure File SyncVideo lesson
-
37Delete Azure File SyncVideo lesson
-
38Create Cloud ShellVideo lesson
-
39Sync Between Azure Cloud and On Prem ServerVideo lesson
-
40Troubleshoot File Sync IssuesVideo lesson
-
42Introduction to Azure MigrateVideo lesson
-
43Part 1 - Azure Migrate - PrerequisitesVideo lesson
-
44Part 2 - Azure Migrate - Load Migration OVAVideo lesson
-
45Part 3 - Azure Migrate - Azure Migrate - Discover VM'sVideo lesson
-
46Part 4 - Azure Migrate - Create AssessmentVideo lesson
-
47Part 5 - Azure Migrate - ReplicationVideo lesson
-
48Part 6 - Azure Migrate - Migrate VMVideo lesson
-
49Part 7 - Azure Migrate - Test MigrationVideo lesson
-
50Part 1 - Assessing AWS EC2 InstancesVideo lesson
-
51Part 2 - Migrate AWS EC2 Instance to AzureVideo lesson
-
52Create a Recovery Services Vault (RSV)Video lesson
-
53Create a Backup PolicyVideo lesson
-
54Backup an Azure VMVideo lesson
-
55Recovery Services Vault SettingsVideo lesson
-
56Restore Azure VMVideo lesson
-
57Backup Azure File ShareVideo lesson
-
58Delete a Recovery Services VaultVideo lesson
-
59Backup On-Prem VM to Azure using MARS (Microsoft Azure Recovery Services) AgentVideo lesson
External Links May Contain Affiliate Links read more