cloud computing concepts

Cloud computing fundamentals and Azure architecture overview.

Introduction

This report covers fundamental concepts of cloud computing and an introduction to Azure architecture. The primary focus is on cloud services, payment models, Azure regions, resource management, and tools for handling Azure resources.


What We Covered Last Week


Expenditure

Capital Expenditure (CapEx)

Operational Expenditure (OpEx)

Methods of Payment


Serverless

Serverless computing focuses on executing tasks without managing traditional server infrastructure, allowing automatic scaling and only paying for the time code runs.


Traditional Data Centers

Natick Project

Microsoft’s underwater, self-maintained data center project off the coast of Scotland, housing 800 servers.


Azure Architecture

Regions

Availability Zones

Paired Regions


Resource Groups

Resource groups are mandatory in Azure and allow for better organization, management, and access control of resources across regions.


Azure Resource Manager (ARM)

ARM is the primary tool for deploying and managing Azure resources. All requests to Azure resources pass through ARM.

Advantages of ARM


Azure Management Tools

Azure Portal

Azure Command Line Interface (CLI)

Azure PowerShell

Azure Cloud Shell