This post is to summarize some knowledge points regarding Microsoft Azure learned from Internet.
Azure Services
From: https://azurecharts.com/overview
Azure Resources Hierarchy
- Tenant – Organization – AAD users
- Management Groups – Centralized management of subscriptions
- Subscriptions – Billing agreement
- Resource Groups – Group related resources together
- Resources – VMs, databases , etc
Identity and Access management
Components:
Monitoring Azure Environment
Logs
Metrics
Core Services
- Virtual Machines (Compute)
- Flexibility
- Availability Set
- Scale Set
- Networking
- vNet – SDN
- Subnets
- Peering/VPN/Express Route
- Network Security Groups / Firewall
- Storage
- blob, Files, Disks, Queus, Tables.
- Database and Analytics
- Structured Data – Azure SQL, Cosmos DB, Managed Mysql/PostgreSQL, and others
- Analytics : BI – Azure Synapse – Azure Data Lake
- App service and Serverless Compute
- Web apps, Mobile apps, API apps, Cloud Services, service Fabric, Notification Hubs, Functions
References