Corporate · onsite · online training worldwide
contact@DevOpsSchool.com· +91 99057 40781·
> Cloud & Enterprise Platform · DevOpsSchool Trainer

Microsoft Trainer

Private corporate batches, live online cohorts and 1-on-1 mentoring in the Microsoft infrastructure stack — Azure, Windows Server, Active Directory, PowerShell and Azure DevOps — taught by a practitioner who runs it in production.

20 years across DevOps, SRE and Security · 10,000+ engineers trained · Trained teams at JPMorgan Chase, Verizon, Nokia and the World Bank

DeliveryOnline · Onsite · Hybrid
FormatsCorporate · 1-on-1 · Cohort
AgendaCustomisable
Batch size8–30 engineers
Engineers we've trained work at
JPMorgan ChaseBank of AmericaWells FargoVerizonNokiaWorld BankGE HealthcareVMwareOracleQualcommMercedes-BenzAirbusDatadogSplunkDeloitteInfosysWiproCapgemini
# who teaches it

Your Microsoft trainer

Rajesh Kumar

Principal DevOps Engineer & Architect

Cloud architectureMulti-cloud estatesInfrastructure at scale20 years in productionPrincipal / architect roles10,000+ engineers trainedM.Tech BITS Pilani25+ certifications

Rajesh teaches the Microsoft stack as one system rather than as separate certifications — Entra ID and Active Directory identity first, then the Azure resource hierarchy and RBAC that everything else inherits from, then PowerShell and Bicep as the two languages that describe it, and finally Azure DevOps pipelines that deploy it. Sessions cover the seams most courses avoid: hybrid identity with Entra Connect, managed identity versus service principal, Azure Policy that denies rather than audits, and reading Azure Monitor with KQL when a deployment silently succeeded but the workload did not.

Twenty years across DevOps, SRE and Security, in principal and architect roles at PayPay, SoftwareAG, ServiceNow, JDA Software, Intuit, Adobe and others. He has trained engineers at JPMorgan Chase, Verizon, Nokia, the World Bank, VMware, Oracle, Mercedes-Benz and Airbus — more than 10,000 people personally. He teaches what he runs, not what he reads.

One practitioner, not a bench

You are booked with a named engineer, and that is who turns up. Marketplaces and larger providers rotate whoever is free, so the person who sold you the agenda is rarely the person teaching it.

The same trainer is available for the next engagement, which matters when a team builds on what it learned last time.

18,000+certified learners
500+corporate batches delivered
50+countries served
100+certification programmes
# faculty

Who delivers Microsoft engagements

Your batch is assigned a named trainer before it starts, and that is who teaches it. See the full faculty.

How your Microsoft trainer is chosen

Engagements are matched on the tool, not the calendar. For Microsoft that means a trainer who has run it in production — the Microsoft infrastructure stack — Azure, Windows Server, Active Directory, PowerShell and Azure DevOps — rather than whoever is free that week. You are told who is teaching before you commit, and that person is on the discovery call that shapes the agenda.

Where a batch is large enough to need a second trainer, the pairing is declared up front. The lead trainer stays accountable for the syllabus and the assessment either way.

Rajesh Kumar

Principal DevOps Engineer & Architect

India20 yrsLead trainer

Twenty years across DevOps, SRE and Security in principal and architect roles at PayPay, SoftwareAG, ServiceNow, JDA Software, Intuit, Adobe, IBM/Emptoris, Ness, MindTree and Accenture. He has trained more than 10,000 engineers personally, at organisations including JPMorgan Chase, Verizon, Nokia, the World Bank, VMware, Oracle, Mercedes-Benz and Airbus. He teaches what he runs, not what he reads.

Kapil Gupta

IndiaInstructorCoach

Kunal Jain

IndiaInstructorCoach

Nikhil Gupta

IndiaInstructorCoach

Pranab Kumar

IndiaInstructorCoach

Rohit Ghatol

IndiaInstructorCoach

Amit Agarwal

IndiaInstructorCoach

Anil Kumar

IndiaInstructorCoach

Balachandran Anbalagan

IndiaInstructorCoach

Durga Prasad

IndiaInstructorCoach

Gaurav Aggarwal

IndiaInstructorCoach

Harsh Mehta

IndiaInstructorCoach

# how to engage

Four ways to work with this trainer

Private corporate batch

Teams of 8–30

Custom agenda, your timezone, onsite or online, NDA-friendly.

Request a quote

1-on-1 mentoring

Individual engineers

A private instructor and a curriculum built around your goal.

₹99,999

Live & Interactive cohort

Individuals who want peers

Scheduled batch, max 8 to 10 hours of live instruction.

₹34,999

Self-paced video

Self-starters

Full LMS access — 20+ courses and 50+ tools included.

₹833/mo
# private batches

Private Microsoft training for your team

A private batch starts with a discovery call. We look at the stack you actually run — the CI system, the cloud, the constraints — and map the agenda onto it, so examples use your topology rather than a generic one.

Delivery is onsite at your premises, live online, or hybrid, scheduled around your release calendar rather than ours. Batches run 8 to 30 engineers.

Every attendee leaves with recordings, slides, lab repositories and a completion certificate. You receive an attendance and assessment report. Invoicing supports PO and GST.

Talk to us about a private Microsoft batch

What you provide vs what we bring

  • You: the room or the call, and the engineers
  • Us: trainer, agenda, labs, assessment, certificates
  • Labs: we guide your team through provisioning their own free-tier cloud environment — the skill goes with them
# the technology

What is Microsoft?

Microsoft is not one product to an infrastructure engineer — it is a stack that starts at the operating system and runs all the way to the cloud control plane. In practice that means Windows Server and Active Directory on the estate side, Azure and Microsoft Entra ID on the cloud side, PowerShell as the automation language that spans both, and Azure DevOps or GitHub Actions as the delivery pipeline that ships changes into either.

The Azure half is organised as a hierarchy: management groups, subscriptions, resource groups and resources, with role-based access control and Azure Policy applied at each level. Identity is Entra ID rather than a network perimeter, so managed identities, service principals and conditional access decide what a workload can reach. Infrastructure is expressed as ARM templates, Bicep or the Terraform azurerm provider; compute lands on virtual machine scale sets, App Service, Azure Functions or AKS; and Azure Monitor with Log Analytics and KQL is where you find out what actually happened.

The on-premises half has not gone away. Most organisations run a hybrid estate — domain controllers, Group Policy, file and print, SQL Server, Hyper-V or VMware underneath — connected to Azure through Entra Connect, Azure Arc and site-to-site networking. The engineering skill that Microsoft shops hire for is operating both halves as one system: consistent identity, consistent automation in PowerShell and Bicep, consistent pipelines, and one place to look when something breaks.

Why this skill matters now

Azure is the second-largest public cloud and the default landing zone for organisations that already run Windows, Active Directory and SQL Server, which is most large enterprises. That makes Microsoft skills unusual in one respect: the demand is rarely for cloud alone. Employers want engineers who can move a workload from a domain-joined virtual machine into a subscription without breaking identity, licensing or backup.

At the same time the automation expectation has moved. Clicking through the portal is no longer an acceptable delivery method for anything that has to be reproduced, so Bicep, PowerShell modules, Azure DevOps pipelines and Azure Policy have become the working surface rather than an advanced topic. Landing zones, managed identities and policy-as-code are now entry requirements on Azure platform roles.

The gap in the market is depth across the seam. Plenty of engineers know Azure portal basics or Windows administration; far fewer can design an Entra ID model, express the estate in Bicep, wire it into a pipeline and prove the result in KQL.

Microsoft training
# outcomes

What your team can do afterwards

Design an Azure tenancy — management groups, subscriptions, resource groups, RBAC scopes and Azure Policy assignment points
Model identity across the seam: Active Directory, Entra ID, Entra Connect, managed identities and service principals
Automate Windows and Azure from PowerShell — modules, remoting, Az cmdlets, error handling and script signing
Express infrastructure as code in Bicep and the Terraform azurerm provider, including what-if and deployment scopes
Build Azure DevOps and GitHub Actions pipelines with environments, approvals, service connections and OIDC federation
Run containers on AKS with Entra-integrated RBAC, workload identity and managed ingress
Investigate incidents in Azure Monitor and Log Analytics using KQL rather than guesswork
Control spend and drift with Cost Management, budgets, tagging policy and deny-effect governance
Deploy and operate Azure AI workloads, including multi-agent orchestration with AutoGen and Magentic-One
# curriculum

10 modules. Live demos in a real lab, not slides.

01The Microsoft platform map — what runs whereLive & Interactive5 hrs · 2 assignments · 1 capstone

An honest map of the portfolio before any hands-on work: which parts are operating system, which are cloud, which are identity, which are delivery, and which are legacy that still pays the bills. Where Azure, Windows Server, System Center, Intune and Azure DevOps each begin and end, and how a hybrid estate is actually wired.

Topics: The portfolio in layers: OS, identity, cloud, delivery, management · Hybrid estates and what stays on-premises and why · Licensing models that change architecture decisions · Azure regions, availability zones and paired regions · Choosing between IaaS, PaaS and container hosting · Where Azure Arc extends the control plane outward

  • Assignments: (1) Draw the current-state map of an estate you actually run; (2) List five workloads and argue IaaS, PaaS or AKS for each
  • Capstone: Produce a platform map with a two-year target state and the migration seams marked
02Windows Server, Active Directory and Group PolicyLive & Interactive5 hrs · 2 assignments · 1 capstone

The layer everything else in a Microsoft shop inherits. Domain and forest structure, sites and replication, DNS as an AD dependency, Group Policy processing order and precedence, and the delegation model that decides who can change what. Then the server roles that carry most enterprise workloads.

Topics: Forests, domains, OUs and trust relationships · Sites, replication topology and DNS dependencies · Group Policy processing order, loopback and WMI filtering · Delegation, tiered admin and privileged access · Core roles: DNS, DHCP, file services, certificate services · Hyper-V and failover clustering fundamentals

  • Assignments: (1) Build a two-domain-controller lab with a delegated OU structure; (2) Write a GPO baseline and prove precedence with gpresult
  • Capstone: Design an AD structure for a multi-site organisation with tiered administration
03PowerShell as the automation languageLive & Interactive5 hrs · 2 assignments · 1 capstone

PowerShell is the connective tissue of the stack, and treating it as a scripting afterthought is why Microsoft automation rots. The object pipeline, modules and scopes, remoting, error handling, and the difference between a script someone ran once and a module a team can depend on.

Topics: The object pipeline and why it is not text · Cmdlets, functions, modules and the module path · PowerShell Remoting, sessions and JEA endpoints · Error handling: terminating vs non-terminating, try/catch, ErrorAction · The Az module: authentication, contexts and subscriptions · Pester tests and script signing · Desired State Configuration and where it still applies

  • Assignments: (1) Convert a manual server build into an idempotent PowerShell module; (2) Add Pester tests and a JEA endpoint to an operational script
  • Capstone: Publish an internal PowerShell module with tests, help and versioning
04Azure foundations — tenancy, identity and RBACLive & Interactive5 hrs · 2 assignments · 1 capstone

The decisions that are expensive to reverse. The management group and subscription hierarchy, resource group boundaries, Entra ID as the identity plane, role assignments and custom roles, and the difference between control-plane and data-plane permissions that catches almost everyone once.

Topics: Management groups, subscriptions and resource groups · Microsoft Entra ID: users, groups, app registrations, service principals · Managed identities: system-assigned vs user-assigned · RBAC scopes, inheritance and custom role definitions · Control plane vs data plane permissions · Conditional access and privileged identity management · Hybrid identity with Entra Connect and password hash vs pass-through

  • Assignments: (1) Build a management group hierarchy with policy assigned at the right scope; (2) Replace a stored client secret with a managed identity
  • Capstone: Design a tenancy and identity model for a company with three business units
05Azure compute, networking, storage and dataLive & Interactive5 hrs · 2 assignments · 1 capstone

The resources workloads actually land on. Virtual networks, subnets, network security groups, private endpoints and DNS resolution — which is where most Azure connectivity problems live. Then compute options, storage tiers and redundancy, and the managed data services that replace self-hosted SQL Server.

Topics: VNets, subnets, NSGs, route tables and peering · Private endpoints, service endpoints and private DNS zones · VM sizing, scale sets, availability zones and maintenance · App Service, Functions and Container Apps · Storage accounts: tiers, redundancy, lifecycle and SAS · Azure SQL, SQL Managed Instance and migrating from SQL Server · Key Vault for secrets, keys and certificates

  • Assignments: (1) Build a hub-and-spoke network with a private endpoint and working DNS; (2) Migrate a SQL Server database to Azure SQL and validate it
  • Capstone: Deploy a three-tier application on private networking with no public data path
06Infrastructure as code — ARM, Bicep and TerraformLive & Interactive5 hrs · 2 assignments · 1 capstone

Portal clicks do not survive an audit or a rebuild. ARM template semantics, Bicep as the language most teams should actually write, modules and registries, deployment scopes and stacks, what-if previews, and the Terraform azurerm provider for teams standardising across clouds.

Topics: ARM template anatomy and why Bicep exists · Bicep syntax: parameters, variables, modules, loops, conditions · Deployment scopes: tenant, management group, subscription, resource group · what-if, incremental vs complete mode and deployment history · Bicep registries and reusable module libraries · Terraform azurerm: state, backends and authentication · Azure Policy and deploy-if-not-exists remediation

  • Assignments: (1) Convert an existing resource group to Bicep and redeploy it cleanly; (2) Write a Bicep module consumed by two environments with different parameters
  • Capstone: Build a landing-zone deployment in code with policy, RBAC and networking included
07Delivery — Azure DevOps and GitHub ActionsLive & Interactive5 hrs · 2 assignments · 1 capstone

How change reaches the platform. Azure Repos and Boards where they are in use, YAML pipelines with stages and templates, environments and approval gates, agent pools and self-hosted agents, artifact feeds, and workload identity federation so pipelines stop carrying long-lived secrets.

Topics: YAML pipelines: stages, jobs, steps, templates and variable groups · Environments, approvals and deployment gates · Service connections and workload identity federation (OIDC) · Microsoft-hosted vs self-hosted agents and scale-set agents · Azure Artifacts feeds and package promotion · GitHub Actions equivalents and when to choose which · Deploying Bicep and containers from a pipeline

  • Assignments: (1) Build a multi-stage pipeline deploying Bicep to dev then production with approval; (2) Replace a service principal secret with OIDC federation
  • Capstone: Ship a full application and its infrastructure through one gated pipeline
08AKS and the container platformLive & Interactive5 hrs · 2 assignments · 1 capstone

Kubernetes as Azure delivers it. Cluster and node pool design, the networking model choice that cannot be changed later, Entra-integrated RBAC, workload identity for pod-level access to Azure resources, ingress and certificate management, and upgrades that do not take the platform down.

Topics: Cluster architecture, node pools and system vs user pools · Azure CNI vs kubenet and the IP planning consequences · Entra ID integration and Kubernetes RBAC · Workload identity and Key Vault CSI driver · Ingress, Application Gateway and certificate automation · Cluster and node image upgrades, surge settings and PDBs · Azure Container Registry, image scanning and private clusters

  • Assignments: (1) Deploy a private AKS cluster with Entra RBAC and workload identity; (2) Perform a node pool upgrade with zero request loss
  • Capstone: Hand an application team an AKS namespace with identity, ingress and quotas ready
09Operations — Monitor, KQL, security and costLive & Interactive5 hrs · 2 assignments · 1 capstone

The part that decides whether the platform is trusted. Azure Monitor's data model, Log Analytics workspace design and retention costs, KQL for real investigation, alert rules and action groups, Defender for Cloud posture management, and the cost controls that keep a subscription from becoming a finance conversation.

Topics: Azure Monitor metrics, logs, diagnostic settings and data flow · Log Analytics workspace design, retention and ingestion cost · KQL: where, summarize, join, render and time-series operators · Alert rules, action groups and alert noise reduction · Application Insights for application-level telemetry · Microsoft Defender for Cloud and secure score · Cost Management, budgets, tagging policy and reservation planning

  • Assignments: (1) Write KQL that finds the cause of a failed deployment across three tables; (2) Build a tagging policy with deny effect and a cost report from it
  • Capstone: Deliver a monitoring and cost-governance baseline a platform team can operate unaided
10The Microsoft AI platform and agent frameworksLive & Interactive5 hrs · 2 assignments · 1 capstone

The newest layer of the stack, taught as infrastructure rather than as a demo. Azure AI Foundry and Azure OpenAI deployment and quota mechanics, then multi-agent orchestration with AutoGen and the Magentic-One pattern — agent roles, task allocation, inter-agent communication, error recovery — and what it costs to run and monitor on Azure.

Topics: Azure AI Foundry, model deployments, quotas and content filters · Multi-agent systems: where an agent beats a single prompt and where it does not · AutoGen and the Magentic-One orchestrator pattern · Agent roles, capabilities and the agent lifecycle: creation, execution, termination · Task allocation, routines and multi-step workflow orchestration · Agent-to-agent communication, error handling and task recovery · Extending agents with API and tool integration under managed identity · Private networking, data residency and grounding on your own data · Deploying and scaling agent workloads on Azure Container Apps or AKS · Monitoring, tracing and token-cost management for agent systems

  • Assignments: (1) Build a two-agent workflow that automates a multi-step operational task; (2) Connect an agent to an internal API using managed identity, not an API key
  • Capstone: Deploy a monitored, cost-bounded multi-agent workflow on Azure with private networking

Need this mapped to your stack?

We rebuild the agenda around the tools you actually run.

Request a custom agenda
# hands-on

Labs and capstones your engineers actually build

LAB · IDENTITY

Hybrid identity end to end

Stand up Active Directory, connect it to Entra ID, and prove sign-in, group sync and conditional access behave as designed across both directories.

entra idactive directoryentra connect
LAB · NETWORK

Hub-and-spoke with private endpoints

Build a hub-and-spoke virtual network, place a storage account and SQL database behind private endpoints, and fix the DNS resolution that always breaks first.

vnetprivate endpointdns
LAB · IAC

Landing zone in Bicep

Express a subscription landing zone as Bicep modules — networking, RBAC, policy and diagnostics — then redeploy it into a second subscription unchanged.

bicepazure policylanding zone
LAB · PIPELINE

Gated delivery with no stored secrets

Build a multi-stage Azure DevOps pipeline that deploys infrastructure and application to two environments using workload identity federation instead of secrets.

azure devopsoidcapprovals
LAB · AKS

Private AKS with workload identity

Deploy a private AKS cluster with Entra-integrated RBAC, give a pod access to Key Vault via workload identity, then upgrade the node pool live.

aksworkload identityupgrade
LAB · AI

Two agents, one operational task

Build a multi-agent workflow on Azure AI Foundry using the Magentic-One orchestration pattern, give it tool access under managed identity, and cap its token spend.

azure aiautogenmagentic-one
CAPSTONE · PLATFORM

Investigate and cost-control a live subscription

Take a subscription with real telemetry, find a failure using KQL, then apply tagging policy, budgets and alerting so the same problem is caught next time.

kqlazure monitorcost management
# ecosystem

The tools Microsoft sits next to

Azure
Microsoft Entra ID
Windows Server
PowerShell
Bicep
Terraform
Azure DevOps
GitHub Actions
AKS
SQL Server
Azure Monitor
Azure AI Foundry
Microsoft Intune

Who this is for

  • Windows administrators moving into Azure and platform engineering roles
  • Cloud engineers designing Azure landing zones and governance
  • DevOps engineers building Azure DevOps or GitHub Actions delivery pipelines
  • Identity and security engineers working with Active Directory and Entra ID
  • SREs supporting hybrid Microsoft workloads across on-premises and cloud
  • Architects planning migration from on-premises Windows estates to Azure

Pre-requisites

  • Working knowledge of Windows Server administration or a comparable operating system
  • Basic networking: IP addressing, DNS, routing and firewall concepts
  • Some scripting exposure — PowerShell, Bash or Python
  • Familiarity with Git and a version-controlled workflow
  • An Azure subscription you can deploy into, free tier or sponsored, for labs
# pricing

Straightforward pricing

Every plan includes 1 year of full LMS access — not just this course, the entire DevOpsSchool LMS: 20+ courses, 50+ tools, videos, quizzes, assignments and projects.

Self-paced video

₹833/mo

Billed yearly at ₹9,996

Enroll now

1-on-1 mentorship

₹99,999

Full program, private instructor

Enroll 1-on-1

Corporate / private batch

8–30 engineers · custom agenda · onsite or online · PO and GST invoicing

Get a custom quote

Refunds. If we cancel or postpone a cohort, you get a full refund within 15 days. There is no money-back guarantee otherwise.

Terms. Course material remains licensed to the attendee. Read the terms.

Your data. We don't share it with third parties. Privacy policy.

Every attendee gets a verifiable certificate

  • Issued per attendee on completion
  • Verifiable at devopsschool.com/certificates
  • Hard copy available on request
  • Corporate batches receive an attendance and assessment report
DevOpsSchool

Microsoft Training

Certificate of completion

# feedback

What engineers say

4.4 / 5 from 26 reviews on Trustpilot.

★★★★★
The Rundeck developer session was excellent and highly engaging. I appreciated how well the session was structured, with the theoretical concepts explained clearly and in simple terms. What stood out most to me was the demo — it was both informative and enjoyable. I especially liked how Rajesh walked us through not only the happy path but also the sad path, showcasing common issues and sharing practical troubleshooting tips.
Raimy Roy · Trustpilot
★★★★★
Rajesh's experience and knowledge are exceptional and we learnt invaluable practical knowledge which we can apply in our production environment. Incredibly friendly and gave us a fantastic insight both in-depth and at a high level of the Rundeck product.
Fire Titan · Trustpilot
★★★★★
Great learning experience from a very knowledgeable instructor with well-prepared course notes. The lab exercises on AWS instance work well to learn the hands-on side of the course.
Ando Gg · Trustpilot
★★★★★
Rajesh is a very good trainer I have experienced in DevSecOps training. The number of contents in different topics he has posted on the DevOpsSchool public website are amazing and user friendly for beginners and experienced professionals.
Ashutosh Mishra · Trustpilot
★★★★★
The trainer (Rajesh) provided very good sessions on SRE profession. Not only hands-on learning on the tools but also SRE mindset.
Peter Wang · Trustpilot
★★★★★
Very good training session. Well explained from the basics to the complex concepts. Also tried to cover practicals and demos within the 3 hour sessions. The learning content and videos are of a great deal of help.
Sreekanth Kannoth · Trustpilot
# comparison

Why a named practitioner beats a marketplace listing

What mattersYouTube + blogsGeneric online courseFreelance marketplaceDevOpsSchool
Named practitionerNoRarelyVaries per bookingYes — same trainer each time
Production experienceUnknownUnknownUnverified20 years, named employers
Custom agendaNoNoSometimesBuilt from your stack
Onsite deliveryNoNoSometimesYes
Lab environmentNoneSandbox that expiresVariesYour own cloud — skill goes with you
AssessmentNoneQuizRarelyAssignments + capstone per module
Per-attendee certificatesNoSometimesRarelyYes
Corporate invoicingNoLimitedVariesPO and GST
Post-training supportNoneForum, time-limitedNoneLifetime forum access
# questions

Frequently asked

Can the agenda be customised for our stack?
Yes — that is the normal case for a private batch. We start with a discovery call, look at the subscriptions, identity model, CI system and constraints you actually run, and rebuild the module list around them. Examples then use your topology rather than a generic one.
Do you deliver onsite?
Yes. Private batches run onsite at your premises, live online, or hybrid. You provide the room and the engineers; we bring the trainer, agenda, labs, assessment and certificates.
What lab environment do we need?
Attendees provision their own environment — an Azure free-tier or sponsored subscription plus local virtual machines for the Windows Server and Active Directory work. We guide the setup; the environment they build is the one they keep.
This covers a lot of Microsoft. Can we narrow it?
Almost every private batch does. Common cuts are Azure platform engineering only, Azure DevOps delivery only, or Windows and identity modernisation only. Tell us the role you are training for and we scope the modules to it.
Is this an AZ-104 or AZ-400 certification course?
No, but it overlaps heavily with both. This is practitioner training built around what the platform actually requires; if attendees want certification we map the syllabus against the exam objectives and flag the gaps to self-study.
What size are batches?
Private corporate batches run 8 to 30 engineers. Public Live & Interactive cohorts are capped at 10 so everyone gets time with the trainer.
Do attendees get a certificate?
Yes — every attendee receives a completion certificate, verifiable at devopsschool.com/certificates. Corporate batches also receive an attendance and assessment report.
Is the AI and agent module optional?
Yes. Module 10 covers Azure AI Foundry and multi-agent orchestration with AutoGen and Magentic-One for teams that are building on it; batches focused purely on infrastructure usually drop it in favour of more time on Bicep and pipelines.
Do you teach Bicep or Terraform for Azure?
Both, and we are explicit about the trade-off. Bicep for Azure-only estates with tight ARM feature parity; Terraform where the same team also runs AWS or GCP and wants one workflow. The labs can run either way.
What happens if someone misses a session?
Sessions are recorded and available in the LMS, and attendees keep LMS access for a year. For public cohorts, a missed session can be picked up in a later batch.
What is your refund position?
If we cancel or postpone a cohort, you receive a full refund within 15 days. There is no general money-back guarantee, and GST and gateway fees are not refunded.

Still deciding?

Tell us the team, the stack and the timeline. You'll get a straight answer, not a sales sequence.

Talk to an advisor
# ready when you are

Book a Microsoft trainer — or ask a question first.

  • No spam, no drip sequence
  • Syllabus in 60 seconds
  • A human reply within one business day

Prefer to call or email?

More ways to reach us on the contact page.

Talk to an advisorRequest a quote