2. Azure basics Flashcards

1
Q

What type of cloud deployment model can Azure provide?

A

private & public cloud computing platform

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How Azure works ?

A

It uses virtualization : use hypervisor to run multiple VM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How to purchase Azure license ?

A
  1. From Microsoft by signing up through Azure website (monthly billing)
  2. From Microsoft through a Microsoft representative (monthly billing)
  3. From a Microsoft partner: CSP (Cloud Solution Provider)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the billing system?

A

Pay-as-you-go

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Enterprise Agreement (EA) ?

A
  • for big companies
  • EA Portal: enterprise overview of all the spending and budgeting
  • Discounts (on VM for ex)
  • Access to enterprise-only service
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is an availability zone?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the “region pairs” concept in Azure?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the different ways to be interacting with Azure ?

A
  • 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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How to start a cloud shell on Azure?

A

Click on >_ button

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the components of SLA for Azure ?

A
  1. Performance Targets: Specific to each Azure product and service
  2. Uptime and Connectivity Guarantees: Monthly Uptime % = (Maximum Available Minutes-Downtime) / Maximum Available Minutes X 100
  3. Service credits: Describe how Microsoft will respond if an Azure product or service fails to perform to its governing SLAs specification.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the composite SLA ?

A

Composite SLA requires that you multiply the SLA of each individual service so you need at least two virtual machines to make the calculation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Azure Resource Manager: what is Azure resource ?

A

Anything you create in an Azure subscription. E.g. virtual machines, Application Gateways, and CosmosDB instances

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Azure Resource Manager: what is resources tag ?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Azure Resource Manager: what is Azure Resource Group ?

A

Azure resource so it can have locks, tags, RBAC permissions etc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Azure Resource Manager: how to organize resource groups ?

A
  • 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Azure Resource Manager: what is Management Groups?

A

Groups multiple subscriptions. Can have RBAC assignments and policies.

17
Q

Azure Resource Manager: what is resources locks ?

A

Resource locks prevent the accidental change or deletion of a resource.

18
Q
A