AZ-900 Flashcards
What kind of pricing model does cloud computing use?
Pay-as-you-go pricing mode.
You only pay for the services you use only while you use them.
What are the 2 main services offered by all cloud providers?
1) Cloud computing
2) Cloud storage
What kind of AS-A-SERVICE (AAS) does Azure provide?
1) IAAS - infrastructure as a service
2) PAAS - platform as a service
3) SAAS - software as a service
What does virtualization do?
It separates the coupling between a computer’s hardware and operating system using an abstraction layer called HYPERVISOR.
What does a HYPERVISOR do?
Emulates all the functions of a real computer and its CPU in a virtual machine.
It can run multiple virtual machines at the same time and each virtual machine can run any compatible OS (windows/ linux).
How does large scale virtualization work? How does Microsoft do it?
Datacenters across the world have multiple servers in racks.
Each server includes a HYPERVISOR that helps run multiple virtual machines.
A network switch provides connectivity to all those servers.
Each server on each rack runs a software called Fabric Controller. Each fabric controller is connected to another software named Orchestrator.
The orchestrator manages everything that happens in AZURE.
How does the Orchestrator work?
The orchestrator manages everything that happens in AZURE, including responding to user request.
Users make requests using the Orchestrator web API. This api calls can be done from the azure portal
ex: when a user request a virtual machine, the orchestrator packs everything that is needed to start up that virtual machine. The orchestrator then choses the right server, passes the information to the Fabric Controller that creates the virtual machine.
What is the Azure portal?
Is a web-based unified console (alternative to command line) that helps manage the azure subscription by using a GUI.
you can:
- build, manage, monitor everything
- create custom dashboards
- configure accessibility options
Once you create resources, the portal lets you customize the setting to these resources: add users, manage security policies, plan backup schedules, etc
Within the portal you can also START/ STOP services as needed.
How does the azure portal ensure continuous availability?
The portal is designed for resiliency and continuous availability. It maintains a presence in every Azure datacenter.
Azure portal is resilient to individual datacenter failures and avoids network slowdowns by being close to users. It updates continuously and requires no downtime for maintenance.
What is Azure Marketplace?
It helps connect users with solutions and services optimized to run on Azure. Customers can find, try, purchase apps and services.
What common azure services categories are there?
Compute Networking Storage Mobile Databases Web Internet of Things (IoT) Big data AI DevOps
Hierarchy of Azure accounts:
Azure Account > Subscriptions > Resource Groups > Resources
How is invoicing done for Azure? ex: per account, per subscription, etc?
Invoicing can be divided per subscription.
You can also setup multiple invoices within the same billing account by using billing profile.
What are the three (3) deployment models for cloud computing?
List and briefly explain each one.
The 3 cloud models are Public Cloud, Private Cloud, Hybrid Cloud.
Public cloud: Services are offered over the public internet and available to anyone who wants to purchase them. Cloud resources, such as servers and storage, are owned and operated by a third-party cloud service provider, and delivered over the internet.
Private cloud: A private cloud consists of computing resources used exclusively by users from one business or organization. A private cloud can be physically located at your organization’s on-site (on-premises) datacenter, or it can be hosted by a third-party service provider.
Hybrid cloud: A hybrid cloud is a computing environment that combines a public cloud and a private cloud by allowing data and applications to be shared between them.
How do the three (3) cloud models compare to one another?
Public cloud:
- No capital expenditures to scale up.
- Applications can be quickly provisioned and deprovisioned.
- Organizations pay only for what they use.
Private cloud:
- Hardware must be purchased for start-up and maintenance.
- Organizations have complete control over resources and security.
- Organizations are responsible for hardware maintenance and updates.
Hybrid cloud:
- Provides the most flexibility.
- Organizations determine where to run their applications.
- Organizations control security, compliance, or legal requirements.