
Explore Azure fundamentals with hands-on demos across 60 essential services, building a solid cloud foundation for AZ-900 while highlighting career growth and certification paths.
Learn about AZ-900 fundamentals exam: official eligibility, language options, not retire, country-based pricing, and the key objectives covering cloud concepts, core solution and management tools, privacy and compliance, cost management.
Adjust playback speed, access the transcript and subtitles, and improve video clarity with a higher pixel setting, then rate and save your feedback, or contact Udemy for platform issues.
Learn why cloud matters, the limits of on-premises systems, and how Azure covers them. Create a free Azure subscription, explore the portal, and set budget alerts to prevent charges.
Explore why cloud computing replaces traditional data centers by offering on-demand, scalable resources with pay-as-you-go economics, with providers maintaining infrastructure and no upfront hardware.
Cloud computing means internet-based computing where you rent on-demand resources like virtual machines, software platforms, databases, and storage from a provider. Access these resources via the internet without on-premises maintenance.
Create an Azure free account, explore 12-month and always free services, and claim $200 credit with a valid Microsoft account and card verification to sign up.
Explore the Azure portal overview to navigate home and all services, search, favorites, resource creation, cloud shell, dashboards, and the Azure marketplace for quick deployment of resources.
Learn how to prevent unexpected charges by deleting unused resources, managing free subscriptions, and setting budget alerts with cost analysis and a dashboard.
Explore azure free options by using the Microsoft Learn sandbox to activate a temporary two-hour environment for hands-on learning.
Learn how students can create an Azure free subscription without a credit card by using a valid student email, verifying with a school email code, and starting free services.
Explore the benefits of cloud computing, including high availability, fault tolerance, scalability, elasticity, and agility, and compare capital versus operational expenditure while understanding SaaS, PaaS, IaaS and consumption-based pricing models.
Explore how moving to the cloud enables high availability, fault tolerance, and disaster recovery through regional replication, load balancing, and rapid failover to minimize downtime.
Explore how cloud scalability, elasticity, and agility optimize resource use and costs by auto adjusting capacity, with vertical and horizontal scaling and a load balancer.
Compare capital expenditure and operational expenditure to understand upfront costs versus pay-as-you-go cloud pricing, with examples from on-premises data centers and cloud services.
Discover the economic benefits of cloud computing, from trading capital expense for variable costs to rapid scale, global reach, reduced infrastructure management, and economies of scale.
Learn the consumption based model and pay as you go, paying only for resources you use, with scalable up and down and no upfront fees.
Explore on premises, IaaS, PaaS, and SaaS through a shared responsibility model, using a car rental, taxi, and bus analogy to show vendor vs user responsibilities.
Understand the shared responsibility model, where cloud provider and user split duties differently across SaaS, PaaS, and IaaS, including data, identities, and configurations.
Understand deployment models: public cloud offers no maintenance, nearly unlimited scalability, and high reliability; private cloud emphasizes security and compliance, and hybrid cloud blends both for sensitive data.
Explore how cloud pricing differs from on premises by examining storage usage, per-second VM billing, data transfer between regions, read/write operations, and models such as free tier and serverless.
Understand cloud fundamentals, including high availability, elasticity and scalability, rapid agility, global deployment for disaster recovery, and the economics of capex vs opex across IaaS, PaaS, and SaaS.
Explore Azure's fundamental architectural components, including regions, availability zones, and data centers, and learn to organize resources with resource groups, deploy via ARM templates, and manage subscriptions and management groups.
Explore Azure data centers and regions, learn how region pairs enable redundancy and global availability through automatic replication while considering compliance, proximity, service availability, and regional pricing.
Explore how availability zones provide isolated data center groups within regions, with independent power, cooling, and networking, enabling fast data replication and encrypted traffic across high-speed fiber links.
Understand resource groups as logical containers that group resources across regions and store metadata for centralized access control. Assign each resource to a single group.
Azure resource manager authenticates and creates resources via portal, PowerShell, CLI, or SDK using Azure Active Directory OAuth 2.0, and ARM templates enable deploying identical resources with JSON and dependencies.
Explore how Azure subscriptions, linked to your account, govern billing and resource access. Manage multiple subscriptions, set budgets and policies, and tailor access for development and production environments.
Organize hundreds of subscriptions with management groups in a hierarchical structure, applying inherited policies and region constraints across all nested subscriptions and resources.
Learn how Azure sovereign regions provide dedicated, separate data centers and portals for US government and China markets, with strict regulatory controls and limited access.
Explore Azure architectural components: regions with data centers, availability zones, and region pairs; organize resources with resource groups and deploy via ARM templates. Cover subscriptions and management groups for governance.
Explore compute concepts in cloud, deploy and scale virtual machines, balance load, and compare containers, app service, Kubernetes, container registry, and Windows Virtual Desktop.
Learn what compute means through everyday processing examples, then explore Azure compute services such as virtual machines, container instance, Kubernetes service, Azure function, and Windows Virtual Desktop.
Operate virtual machines as cloud infrastructure as a service with full OS control. Configure CPU, RAM, storage, network, and security for testing, development, and disaster recovery.
Quickly create a virtual machine in the Azure portal, choosing subscription, resource group, region, OS, size, and credentials, then connect and manage disks and networking.
Learn to choose virtual machine sizes and images in the Azure portal, including WordPress images, and compare pay-as-you-go and reserved pricing to fit production or development needs.
Deploy a simple webpage on a Windows VM by installing Internet Information Services (IIS), configuring an inbound NSG rule, and accessing the site via the public IP.
Drive high availability and improved network performance by distributing traffic across multiple virtual machines with a load balancer, using a frontend IP, backend pools, health checks, and inbound rules.
Configure virtual machines across Azure availability zones to achieve high availability for mission-critical apps and data. Learn to select zones, create virtual machines in multiple zones, and keep data synchronized.
Learn how virtual machine availability sets provide high availability and business continuity by distributing VMs across fault domains and update domains; Microsoft handles the distribution.
Create a virtual machine within an availability set and distribute it across fault and update domains for infrastructure resilience. Configure the resource group and region, then deploy two virtual machines.
Learn how Azure virtual machine scale sets automatically scale a group of load-balanced VMs by monitoring thresholds, using a shared base configuration, and applying schedules for high availability.
Explore Azure App Service, a fast platform as a service to host and manage web apps, APIs, containers, and mobile backends with automatic scaling and deployment from GitHub.
Learn to create a web app on Azure App Service by selecting a subscription and resource group, naming the app, choosing runtime and region, and selecting an app service plan.
Learn how containers package an application and its dependencies into an isolated, portable unit to run consistently across environments, with images and Docker-based container registries.
Explore container hosting options from local docker to on-premises and cloud. Compare ACI and AKS: ACI for dev and small workloads, AKS for production with scalable deployments and monitoring.
Explore the difference between virtual machines and containers, showing how VMs run full os copies under a hypervisor, while containers via Docker virtualize the os to run lightweight apps.
Explore Docker fundamentals by understanding images, containers, and container registries like Docker Hub, and see how Docker enables faster, portable deployment across cloud environments and on premises.
Launch a container instance in the Azure portal using a quickstart hello world image in East US, enable a public endpoint, and test access via the DNS name.
Access a cloud-hosted Windows desktop from any device via a browser, with Windows Virtual Desktop providing full desktop or app access, multi-session capability, host pools, and containerized profiles.
Explain Azure compute concepts from virtual machines and load balancers to availability sets and scale sets, containers, Docker, Azure App Service, and Azure Virtual Desktop for web apps and access.
Define serverless technology and explore its advantages, then compare Azure Functions and Azure Logic Apps as the two offerings to implement serverless solutions.
Explore how serverless computing eliminates infrastructure management by charging only for actual usage, enabling automatic scaling and event-driven execution with functions and logic apps.
Azure Functions, a serverless, event-driven compute that scales on demand and charges only for active time, with stateless or stateful options and blob storage or database-triggered use cases.
Learn to create and test an Azure Functions app, choose a runtime, configure a simple trigger, run code, and manage resources to control costs.
Create automated workflows with Azure Logic Apps to monitor Twitter sentiment, trigger actions, and route negative feedback to customer service using drag-and-drop connectors and conditional logic.
Create a simple logic app in Azure, connect to a storage account, and use a template to delete blobs older than a set date.
Explore serverless technology, focusing on the infrastructure behind the scenes, pay-for-use execution, automatic scaling, and event-driven apps, including functions and logic apps that power end-to-end workflows.
Explore connecting on-premises infrastructure to the cloud with virtual networks, subnets, VPN gateway, and ExpressRoute, and compare load balancer, application gateway, CDN, DNS, and public and private endpoints.
Learn how virtual networks create isolated cloud environments, assign IP address ranges with CIDR, and partition resources into public and private subnets, with secure peering between virtual networks.
Create a virtual network and a virtual machine within the same region, configure subnets and address space, and manage resources in a resource group while noting regional constraints.
Compare vpn gateway and vnet peering for secure, encrypted connectivity between on-premises networks and Azure virtual networks, featuring site-to-site, point-to-site, and network-to-network options, with low latency and high bandwidth advantages.
Application gateway provides advanced load balancing with rules based on request data, supports auto scaling, end-to-end encryption, redundancy, and multi-site hosting for up to 100 websites.
Deliver content rapidly by caching copies at edge locations near users worldwide, so requests are served from the nearest edge instead of the origin server.
ExpressRoute offers a private, dedicated link from on premises to a virtual network, delivering high reliability, faster speed, and lower latency for large-scale, mission-critical workloads, unlike VPN Gateway.
Learn how the DNS domain name system maps websites to IP addresses and how browsers resolve names via DNS servers, with Azure DNS edge enabling fast, global name resolution.
Demonstrate hosting a DNS server in Azure by deploying a Windows Server 2022 VM and pointing an A record for cloud hungry dot com to its IP.
Learn how service endpoints enable secure, direct connectivity from a virtual network to a storage account using private IPs, avoiding public internet and exposing only the intended private path.
Connect a virtual network to a storage account using a service endpoint, enabling secure, edge-limited access from a virtual machine while restricting laptop access.
Explore private endpoints and service endpoints for cross-network access without public IPs, using private link service and traffic on the Microsoft backbone. Note data protection and cost considerations.
Learn to design an isolated corporate network with Azure virtual networks and subnets, connect sites via vpn gateway or express route, and optimize delivery with cdn and endpoints.
Learn about Azure storage services—table, queue, file, and blob—and how durability, redundancy, and access tiers secure data. Explore tools like storage explorer, import/export, and file sync for migration.
Explore Azure storage services overview: storage accounts, blob, file, table, and queue storage; include Cosmos DB NoSQL options, and learn durability, availability, encryption, scalability, and access via REST API, SDKs.
Learn to create an Azure storage account: choose subscription and resource group, name, region, and redundancy, compare standard and premium storage, and explore blobs, files, queues, and tables.
Explore how data redundancy protects against hardware failures and disasters while weighing cost and availability. Compare LRS, ZRS, GRS, and RA-GRS options.
Explore blob storage, a binary large object service with a flat account-container structure, unique blob URLs, and support block, page, append blobs, enabling sharing, streaming, logging, backup, and archiving.
Use hot, cool, and archive access tiers to balance frequency and cost and latency. Hot offers low latency for frequent access, cool handles infrequent access, archive stores rarely accessed data.
Configure storage account settings and blob access tiers in Azure, including default options, hot, cool, archive, and rehydration choices; change tiers per file, not in bulk.
Discover table storage as a NoSQL key-value store with rows identified by a unique key, using partitions for scale, semi-structured data, and fast data retrieval, with Cosmos DB as successor.
Queue storage buffers messages to decouple producers and consumers, enabling asynchronous backlog processing. Create and manage queues in the portal, add messages, and let applications fetch them for processing.
Azure file storage provides cloud file shares accessible from Windows and Linux, mounted concurrently from cloud and on premises, using SMB or NFS, with encryption at rest and in transit.
Create a demo file share, upload files, and navigate directories, then connect to the share from Windows, Linux, or macOS using the provided script and map a drive.
Explore Azure disk storage for virtual machines, including creating and attaching operating system and data disks, choosing managed versus unmanaged disks, and understanding standard, premium, and ultra disk types.
Install storage explorer to manage your storage accounts from a single place in the azure portal, log in to view subscriptions and data lake, including Cosmos TV.
Explore the Azure import and export service for moving data between on-premises and cloud storage, including Data Box options and the rule: import to the cloud, export from blob storage.
Discover Azure file sync to keep cloud shares and on-premises servers in sync with storage sync service, sync group, and endpoints, including local caching for hybrid environment.
Demonstrates implementing Azure file sync with a storage account and two Windows Server VMs, registering them with a storage sync service, and syncing a file share across endpoints.
Use the easy copy tool to move data from on premises to edge, file, or block storage and to copy data between storage accounts with simple command line syntax.
Download the easy copy tool, use the CLI to list, upload, and copy files to storage containers, with token or Active Directory authentication.
Azure Migrate serves as a hub to discover and assess on-premises infrastructure and migrate databases, web apps, virtual machines, and data to the Azure cloud using third-party tools.
Explore the Microsoft azure data box, a secure hardware appliance designed to copy very large data sets (over 40 terabytes) using import or export options, via the portal.
Explore Azure storage services, including blob, table, queue, and file, covering blob types, redundancy options, access tiers, and disk storage, with migration tools like Storage Explorer and Data Box.
Explore how Azure identity services secure access through authentication and authorization, covering Azure Active Directory, B2B, RBAC, SSO, MFA, passwordless, zero trust, and defense in depth.
Differentiate authentication from authorization and explore access control methods like multi-factor authentication, single sign channel, role-based access, and credentials like private and public keys and digitally signed XML.
Azure Active Directory is the identity and access management service that authenticates users and apps for sign-in to Office 365 and other resources, using tenants to isolate organizations.
Compare Windows Server Active Directory with Azure Active Directory, showing how Azure AD Connect sync keeps directories in sync and authentication protocols differ, with single sign-on and multi-factor authentication.
Learn how to create a new user in Azure AD, assign groups and roles, and sign in to verify default access restrictions managed by role-based access control.
Learn how to invite external users to Azure Active Directory as guest identities for B2B collaboration, granting access to resources.
Learn how to upgrade Azure Active Directory from free to premium P1 or P2 with a 30-day free trial, and compare features like conditional access, identity protection, and dynamic groups.
Organize users with Azure AD groups and assign permissions at the group level. Differentiate security groups from Microsoft 365 groups, and manage owners and members efficiently.
Azure Active Directory roles govern permissions, assign the user administrator role to individuals or groups to create or manage users, and understand group eligibility and permanent settings.
Differentiate Azure AD administrator roles from RBAC roles by understanding their scope: AD roles manage Active Directory resources, while RBAC roles control access to other services.
Enable single sign on to access multiple applications with one Active Directory identity, trusted by Azure Active Directory, simplifying credential management and revoking access when users depart.
Microsoft Azure multifactor authentication adds security by requiring two or more elements beyond credentials, such as an OTP code on a mobile device or biometrics like fingerprints or face.
Explore how conditional access in Azure Active Directory evaluates identity signals: user type, location, and device, to decide whether to allow, deny, or require multifactor authentication, based on B1/B2 licenses.
Learn to create a conditional access policy in Azure Active Directory that enforces multi-factor authentication for a specific user, including policy setup and testing with an MFA code.
Explore passwordless authentication, including Windows Hello for business, the Microsoft Authenticator app, and security keys, to replace passwords with faster, secure sign-ins.
Master RBAC by assigning role based access through security principles, defining reader, contributor, owner, or custom and resource specific roles, and scoping access from management groups to resources.
Demonstrates role-based access control by granting a user permissions through role assignments at the resource group scope, with Azure Active Directory managing access.
Clarify the difference between Azure Active Directory administrator roles and RBAC role assignments. Assigned roles manage users, licenses, and applications; admin roles govern broader resources and billing.
Apply zero trust by verifying explicitly and enforcing least privilege across devices, networks, and users. Assume breach with risk-based policies, device health checks, and end-to-end encryption to protect cloud resources.
Protect data by applying multiple layers of security across physical, identity and access, network, compute, and applications, ensuring data confidentiality, integrity, and availability.
Explore how Microsoft Defender for Cloud protects resources across cloud, multi-cloud, and on-premises with a secure score, recommendations, and alerts.
Explore how Azure identity service handles authentication and authorization with Azure Active Directory, manage tenants and directories, support external users, single sign-on, directory roles, and password authentication options.
Explore factors influencing cloud costs, use the pricing and total cost of ownership calculators, and apply cost management reports and alerts to reduce monthly billing.
Explore how subscription types, meters, resource types, and region impact Azure costs, and learn to manage billing by usage, storage type, and bandwidth considerations.
Navigate the pricing calculator to estimate hourly and monthly costs for Azure resources, including virtual machines, storage, SQL databases, operating system choices, redundancy, bandwidth, and three-year reserved discounts.
Learn to cut cloud costs by reserving instances for stable workloads, leveraging hybrid licensing, using spot pricing, and following advisor recommendations, while deleting unused resources and choosing cost-efficient regions.
Use the total cost of ownership calculator to compare on-premises capex with edge and Azure opex, define your workload, and view five-year savings in a granular report.
Master Azure cost management and billing to analyze spending, set budgets, and receive alerts. Visualize costs by service, location, and tag, and use advisor recommendations to optimize expenses.
Explore factors that drive cloud costs, including resource types, usage meters, and location-based pricing, and learn to forecast costs with the pricing calculator and cost management tools.
This course will assist you and your team in studying for the AZ-900 Microsoft Azure Fundamentals exam. This course will help you gain a solid understanding of Microsoft Azure important services even if you don't intend to take the exam. And this will help you irrespective of any specific role.
Updates Log:
Last updated: 1st Aug 2023
Course Created: March 2022
This course Includes:
15+ Hours Training Videos for all Exam Objectives (100% Syllabus Covered)
400+ Downloadable Slides PDF
60+ Quiz Questions
FREE - Full Length Practice Test (50 questions)
Lifetime Validity and Unlimited Access
30 days money back guarantee
Attractive Features:
Brand New Course - Revised as per new syllabus on 5th May 2022
Lots of Demos/Hands On - Almost every concept explained with Demo
Explained while keeping absolute beginner in mind
Microsoft Certified Trainer - with 10+ years of experience in Microsoft Technologies
Concepts Covered in this course
Azure Fundamental Concepts - [AZ-900]
Azure Architectural Components - [AZ-900]
Azure Compute Services - [AZ-900]
Azure Serverless Technology - [AZ-900]
Azure Networking Services - [AZ-900]
Azure Storage Services - [AZ-900]
Azure Database Services - [AZ-900]
Azure BigData and Analytics Services - [AZ-900]
Azure Managing and Configuring Tools - [AZ-900]
Azure Monitoring Services - [AZ-900]
Azure Security Services - [AZ-900]
Azure Identity Services - [AZ-900]
Azure Cloud Governance - [AZ-900]
Azure Cost Management - [AZ-900]
Cloud is no more a choice anymore, today or tomorrow you have to learn Cloud and there is no better way to start learning Azure Cloud by preparing for AZ-900 certification.