← Azure Data for Non-Engineers
Module 1 Free 4 min

What Azure Is in Plain English

A jargon-free tour of what Microsoft Azure actually is and the handful of words you keep hearing at work.

What you'll learn

  • Explain what 'the cloud' and Azure really mean
  • Tell regions, resources and subscriptions apart
  • Find your way around the Azure portal

When colleagues mention Azure, they’re talking about Microsoft’s cloud — a huge collection of computers Microsoft owns and rents out by the hour. Instead of your company buying servers, plugging them in and worrying about the air conditioning, you borrow Microsoft’s machines over the internet and pay only for what you use. That single shift is what “moving to the cloud” means, and almost every Azure word below is just a label for how that rented computing is organised.

The cloud, in one breath

Picture renting a car instead of buying one. You don’t own the engine, you don’t change the oil, and when you’re done you hand the keys back and stop paying. Cloud computing works the same way: Microsoft owns the hardware in its own buildings, keeps it running, and lets you switch capacity on and off. You get the result — storage, processing, software — without ever touching a physical machine. That’s the whole idea, and everything else is detail.

Regionwhere it physicallylives (e.g. UK)data centresfull of machinesSubscriptionthe billing folderResourcesstorage, databases,the actual thingsThe Portalthe website whereyou see it allportal.azure.compoint and click

A region holds the machines, a subscription holds the bill, resources are the things you use, and the portal is where you view them.

Regions: where your data physically sits

Azure isn’t one giant computer in the sky. It’s hundreds of buildings — data centres — grouped into regions scattered across the world, such as “UK South” or “East US”. A region is simply where your data and processing physically live. This matters for two everyday reasons. First, speed: things run faster when they’re close to the people using them. Second, rules: many organisations are required to keep data inside a particular country, so choosing the right region is often a legal decision as much as a technical one. When someone asks “which region are we in?”, they’re really asking which country your information is stored in.

Resources: the actual things you use

A resource is any single thing you create in Azure — a place to store files, a database, a reporting tool. If Azure is a hardware shop, resources are the individual items you take off the shelf. You don’t buy the shop; you pick out exactly what you need. Almost everything later in this course — storage accounts, pipelines, warehouses — is just a particular type of resource. Hearing “spin up a resource” simply means “create one of these things”. Related resources are usually kept together in a resource group, which is nothing more than a labelled folder so a project’s pieces stay tidy and can be cleaned up together.

A subscription is the bill; a resource group is the folder; a resource is the thing inside it.

Subscriptions: the bill behind everything

A subscription is the account everything gets charged to. Every resource you create lives inside a subscription, and at the end of the month Microsoft totals up what each one cost and sends one invoice per subscription. Large companies often run several — one for the finance team, one for marketing — so costs stay separated and each department can see its own spend. You usually won’t create subscriptions yourself, but you’ll hear the word constantly, because it’s the answer to “who’s paying for this?”

The portal: your front door

The Azure portal is the website — portal.azure.com — where all of this becomes visible. It’s a dashboard you log into with your work account, and from there you can see your subscriptions, browse resources, check what things cost and click into any service. For non-engineers it’s the friendly face of Azure: no commands, no code, just menus and buttons. Engineers often skip the portal and type instructions instead, but you never have to. If you can navigate a settings page, you can find your way around the portal.

Spot it: Azure building blocks

Read each situation and decide for yourself, then tap a card to flip it and check your answer.

Sort the Azure concepts

Drag each item into the bucket it belongs to — or tap an item, then tap a bucket. Hit Check placement when you’re done.

Regionwhere it lives
Subscriptionwho pays for it
Resourcethe actual thing

Tip: drag with a mouse, or tap an item then tap a bucket on touch screens. Get one wrong and the answer key appears.

How to use it

You don’t need to operate Azure to talk about it well. When someone says “it’s hosted in Azure”, you now know they mean it runs on Microsoft’s rented machines rather than a server in the office. You can ask sharper questions, too: “Which region is our data in?” tells you which country it sits in; “Which subscription does this fall under?” tells you which budget pays for it; “Can you show me in the portal?” gets you a screen you can actually read. Those three phrases alone will make you sound at home in any Azure conversation — and they’re enough to follow every module that comes next.

Quick check

1. "The cloud" most accurately means…

2. An Azure region tells you…

3. A subscription is best described as…