PS visitor@web:~/AzureHelper>Get-Pitch
an AI guide for Azure & Microsoft 365

Learn Azure
& M365 by doing it
in your own tenant.

Ask how to do anything. Azure Helper reads your real tenant for a live example, then shows every step three ways — Portal, Microsoft Graph, and PowerShell. It's read-only: it teaches, you run the steps. Nothing is ever changed for you.

Launch the app See how it's wired
3
ways · every step
0
write permissions
100%
your real data
Azure Helper — guide
you
How do I check that all admins have MFA?
Helper coach○ safe read
Get-MgIdentityConditionalAccessPolicy |
  Where "GrantControls.mfa"
✓ 9 / 11 admins covered · 2 gaps found
▸ shown to you as Portal · Graph · PowerShell
the gap

Docs are generic. Copilot does it for you. Neither teaches you in your tenant.

Generic docs

Microsoft Learn shows a screenshot from someone else's tenant. You still have to translate it to yours.

Agents that act

Copilot-style agents make the change and move on. Convenient — but you learn nothing, and they touch production.

Azure Helper

Reads your real tenant for the example, then teaches the exact steps three ways. You stay in control; you get fluent.

one ask, three ways

Whatever your comfort zone, the Helper meets you there.

Every step is shown in the Portal, as a Microsoft Graph call, and as PowerShell — copy whichever you like.

Step · Assign a Microsoft 365 E5 license
entra.microsoft.com
  1. Identity → Users → All users → Jamie Rivera
  2. Licenses → + Assignments
  3. Tick Microsoft 365 E5 → Review + assign
POST https://graph.microsoft.com/v1.0/users/{id}/assignLicense

{
  "addLicenses": [{ "skuId": "06ebc4ee…e06" }],
  "removeLicenses": []
}
Set-MgUserLicense -UserId $user.Id `
  -AddLicenses @{ SkuId = "06ebc4ee…e06" } `
  -RemoveLicenses @()
Learn: licensing / SKU Pro tip: use group-based licensing
safe by construction

Read-only by design — not by policy.

Azure Helper requests only .Read Graph scopes. There is no code path, token, or permission that lets it create, update, or delete anything in your tenant. Changes are taught, never performed.

  • Trivial admin consent — security teams say yes
  • No rollback, audit-of-writes, or blast-radius liability
  • Ships as a browser extension that sails through review
Read the architecture →
scopes requested
User.Read.Allread
Group.Read.Allread
Directory.Read.Allread
Policy.Read.Allread
AuditLog.Read.Allread
never requested
User.ReadWrite.All Group.ReadWrite.All Directory.ReadWrite.All
built to make you fluent

More than a how-to. A learning system.

teach-as-you-go

Every step explains itself

A plain-language note, a pro-tip, and the concept behind each action — right where you are.

guided paths

Structured curricula

Entra Essentials, Conditional Access 101, Graph for Admins — with progress tracking.

graph explorer

See every call

Run read-only Graph queries and have the Helper explain every field in the response.

deep dives

Links to the experts

Steps link out to in-depth articles on learn.cloudpartner.fi when you want to go further.

PS visitor@web:~/Pricing>Get-Plans | Sort-Object Price

Start free. The learning never expires.

Read-only on every tier. Pay for depth, teams, and multi-tenant — never for the right to learn.

Free · Learn
€0
forever

The read-only guide and the whole learning system, for one tenant.

Guide in your real tenant
Graph Explorer + all learning paths
5 walkthroughs / month
Get started
Pro
€24 /mo
per admin

For the individual admin who lives in here every day.

Everything in Free
Unlimited walkthroughs
Saved history + copy-as-script
Priority new content
Start Pro
Most popular
Team
€12 /mo
per user

Onboard and upskill a whole IT department.

Everything in Pro
Read-only app registration + SSO
Team progress dashboards
Role-based learning tracks
Start Team
Partner · MSP
Custom
per tenant

Manage and teach across many client tenants.

Everything in Team
Multi-tenant console
White-label + co-branded academy
Talk to us
Prices illustrative · billed via Stripe · SSL encrypted · cancel anytime

Stop guessing. Start knowing.

Connect read-only in two minutes and ask your first question.

Launch Azure Helper →
about

Azure Helper is a read-only AI guide for Microsoft Entra, M365 and Azure — it teaches you to run your own tenant, three ways, without ever touching it.

product
./launch-app ./pricing ./architecture
learn
./learn.cloudpartner.fi ./graph-explorer
#neverstoplearning#readonly#zerotrust#sharingiscaring
© 2026 Azure Helper · Visual style inspired by learn.cloudpartner.fi · Not affiliated with Microsoft.