1 What Is Cloud Computing and What Is Azure?
Cloud computing is the on-demand delivery of computing resources — servers, storage, databases, networking and software — over the internet, billed for what you use. Instead of buying and running your own hardware, you rent capacity from a provider and scale it up or down in minutes.
Microsoft Azure is Microsoft’s public cloud platform. It offers hundreds of services across compute, storage, networking, databases, AI and more, hosted in data centres around the world. You access it through a web portal, a command-line tool, or programmatic APIs.
- Pay-as-you-go — you pay only for the resources you actually consume.
- Elastic — add or remove capacity to match demand.
- Global — deploy close to your users in many regions.
# The Azure CLI talks to Azure from your terminal
az --version