Skip to content

Instantly share code, notes, and snippets.

@okram999
Last active March 5, 2019 14:56
Show Gist options
  • Save okram999/2f038d9a965e132e09fa2676c28aae56 to your computer and use it in GitHub Desktop.
Save okram999/2f038d9a965e132e09fa2676c28aae56 to your computer and use it in GitHub Desktop.
Azure Fundamentals

Redundancy and Resileince

  1. Regions
  2. AZ
  3. Zones (billing purposes, group of regions)

Storage:

  1. Files
  2. Blob
    • Premium, Hot, Cold, Archieve
  3. Tables
  4. Disk

Advisor

  • A free service offering best practise around
    1. High Availabity
    2. Security
    3. Cost
    4. Performance

Resource Groups

Databases

  1. Azure Cosmos DB (Non SQL)
  2. OpenSource : Postgres, MySQL
  3. Azure SQL
  4. SQL Data warehouse & Datalakes [ for Reporting, Analytics, Machine learning etc ]

Networking in Azure

  1. VNET
  2. Scale Set
  3. Availabity Set
  4. Subnet
  5. Network Security Grp (NSG)
  6. Application Gateway Vs Load Balancer [ layer 7 and layer 4 respectively , SSL termination handled in App Gateway]

Some Azure Service:

  1. IoT Central Application - SaaS
  2. IoT Hub - PaaS
  3. Azure Functions - PaaS [Events Driven]
  4. Logic Apps - PaaS [Events Driven from a workflow]

Ways to Interact with Azure

  1. Portal
  2. Powershell
  3. Bash [ 2 & 3 comes via the cloud shell ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment