Core Services Flashcards
What are the core services of Azure ?
- Virtual Machines (Compute)
- Networking
- Storage
- Databases and Analytics
- App Service and Serverless Compute
What are the advantages of VMs over physical computers/servers ?
- Fault Tolerance: It is possible to activate the VM replication (copy) to another availability zone, increasing the fault tolerance.
In azure, this feature is called an availability set.
- Scalability/Elasticity through Scale sets: Multiple copies of VMs. It is often paired with Load Balancers.
It helps scaling up and down copies of application.
What is the advantage of IAAS over PAAS and SAAS ?
Flexibility: if it runs on a server, you can do it on a VM.
It is a trade-off between flexibility and less management (managed)
What is a VNET (Virtual Network)
It is one of the fundamental building blocks for all Azure communications in that it is used for both private and public network communications for communicating within Azure and also with the outside world.
It allows managing subnets, firewalls, routes, etc.
True or False
A VNET can cover multiple regions
False
How is called the virtual format of network components (subnets, firewalls, routes), etc. ?
SDN - Software Defined Network
True or False
VNET resources can use both internal (private) and external (public) IP addresses
True
What are the familiar networking tools to manage access
- Subnets
- Peering / VPN / Express Route
- Network Security Groups / Firewalls
What is a storage account ?
It in an Azure’s all-purpose storage solution for multiple data storage scenarios.
It is massively scalable - petabytes and up
It is a Managed infrastructure - just store your stuff and go
You have flexible access options (files shares, disks, etc.)
What are the 5 types of subservices of storage accounts
- Blob (object)
- Files
- Disks
- Queues
- Tables
What is a blob ?
Binary Large Object
Object Storage
Unstructured Data
All file types (images, videos, scripts, etc.)
What is the storage type Files ?
It is a storage type that is a network file share in the cloud.
What is the storage type Disks ?
Virtual Hard Drives for VMs
What is the storage type Queues ?
Asynchronous messaging between apps and services
Queues is a method of delivering asynchronous or non realtime messages from one service over to another service or to even accept messages coming in from the outside world.
What is the storage type Tables ?
Tables provides NoSQL database storage inside of a service account.
Gradually transitionning to CosmosDB