2. Azure basics Flashcards
What type of cloud deployment model can Azure provide?
private & public cloud computing platform
How Azure works ?
It uses virtualization : use hypervisor to run multiple VM
How to purchase Azure license ?
- From Microsoft by signing up through Azure website (monthly billing)
- From Microsoft through a Microsoft representative (monthly billing)
- From a Microsoft partner: CSP (Cloud Solution Provider)
What is the billing system?
Pay-as-you-go
What is Enterprise Agreement (EA) ?
- for big companies
- EA Portal: enterprise overview of all the spending and budgeting
- Discounts (on VM for ex)
- Access to enterprise-only service
What is an availability zone?
Physically separate datacenters within an Azure worldwide region. Allows you to make applications highly available through redundancy connected through high-speed, private fiber-optic networks.
What is the “region pairs” concept in Azure?
Each Azure region is always paired (E.g. West US paired with East US) to:
- Reduce the likelihood of interruptions
- Allows for the replication of resources
- Data continues to reside within the same geography as its pair for tax and law enforcement jurisdiction purposes
- Planned Azure updates are rolled out to paired regions one region at a time to minimize downtime and risk of application outage
What are the different ways to be interacting with Azure ?
- Azure portal for interacting with Azure via a Graphical User Interface (GUI)
- Azure PowerShell, Azure Command-Line Interface (CLI) and Azure SDKs for command line and automation-based interactions with Azure
- Azure Cloud Shell for a web-based command-line interface
- Azure mobile app for monitoring and managing your resources from your mobile device
How to start a cloud shell on Azure?
Click on >_ button
What are the components of SLA for Azure ?
- Performance Targets: Specific to each Azure product and service
- Uptime and Connectivity Guarantees: Monthly Uptime % = (Maximum Available Minutes-Downtime) / Maximum Available Minutes X 100
- Service credits: Describe how Microsoft will respond if an Azure product or service fails to perform to its governing SLAs specification.
What is the composite SLA ?
Composite SLA requires that you multiply the SLA of each individual service so you need at least two virtual machines to make the calculation
Azure Resource Manager: what is Azure resource ?
Anything you create in an Azure subscription. E.g. virtual machines, Application Gateways, and CosmosDB instances
Azure Resource Manager: what is resources tag ?
Resource tags are used to locate and act on resources associated with specific workloads, environments, business units, and owners. It helps you better search, filter, and organize these resources. Therefor, it help with monitoring, automation and group billing data
Azure Resource Manager: what is Azure Resource Group ?
Azure resource so it can have locks, tags, RBAC permissions etc
Azure Resource Manager: how to organize resource groups ?
- By type (virtual networks, virtual machines, cosmos dbs)
- By environment (prod, qa, dev)
- By department (marketing, finance, human resources)
- Combining strategies e.g. environment and department
- By authorization (admin, RBAC)
- By life cycle
- By billing