Azure fundamental : Core arch component

Alpha, Orderly·2024년 2월 17일
0

Azure Fundamental

목록 보기
1/2

Region

  • Areas of world which azure has own datacenters.
  • Connected to another region and make region pair.
    • Region pair has fast internet connections along.

Sovereign<주권자> Region

  • Not connected to azure public cloud
    • Physically isolated
  • Require approval to join / create subscription
  • Adhere to different compliance<지켜야할> standard
EX. Azure Government

Availability Zone

  • Physically separated zone within region.
  • EX. Separated building
  • Fastest connection between zones.
NOT every service support availability zones.

Zonal Service

  • Can choose specific Availability zone to deplay
  • to achieve resiliency, need to deplay more than one availability zone
  • Ex. Virtual Machine

Zone-Redundant Service

  • Automatically deplay across zones
  • Ex. Azure SQL

Always available Service

  • Global service without region
  • Ex. Azure portal, Azure front door

Resource / Resource Group

Resource

  • Represent any azure service access to.
  • can create resource with Azure portal, CLI, etc...
  • Each resource has own name. ( editable )
  • can indicate region to be created
  • must belong to one resource group

All resources

  • new subscription createad with no resource
  • most resource have cost associated
  • resource is associated ONE subscription which billed.

Resource Group

  • Logical group of resource
  • Associated with region, contains various resources
  • All service in resource group have a similar lifecycle.
  • Permission can be assigned.
  • No security boundary among resource group

Subscriptions

  • billing unit
  • Always has payment method associated.
  • User can have more than one subscription.

Plan

  • Free plan : 200$ for 30 day
  • Pay as you go : billed to credit card
  • Enterprice agreement
  • Free credits - MSDN / Startup plan

Multiple subscription

  • can be used to separate out business units in org.
  • can be also used to separate by geography

Management group

profile
만능 컴덕후 겸 번지 팬

0개의 댓글