Describe Core Azure Services Flashcards
Describe Regions
datacenters are organized and made available to end users by region.
A region is a geographical area on the planet containing at least one, but potentially multiple datacenters that are in close proximity and networked together with a low-latency network.
Azure intelligently assigns and controls the resources within each region to ensure workloads are appropriately balanced.
Describe Availability Zones
Availability zones are physically separate locations within an Azure region that use availability sets to provide additional fault tolerance.
Describe a resource group
A unit of management for your resources in Azure.
Everything gets deleted together
Can apply that to a resource group and all the contents are updated.
Create using Portal Power shell Cli Templates Sdks
Describe azure resource manager
Provides consistent management layer which allows you to automate the deployment of configured resources.
Apply tags
Control access
Json templates
Define azure compute
An on demand computing service for running cloud based applications.
Available on demand only pay for use
Describe virtual
Machines
Software emulations of physical computers
Have an operating system.
Required maintenance and patching
Describe virtual
Machine a scale set
Used to deploy and manage a set of identical VMs.
Easy to build
Large scale deployments
Scales up and down
Describe app services
App services is a paas offering.
Fully
Managed platform to run web mobile and api apps on any platform.
Describe azure container instances (ACI)
ACI. Fastest and simplest way to run a container in azure without having to
Manage any vms or additional services.
Paas offering
Describe azure Kubernetes service
Complete orchestration services for containers with distributed architectures and large volume of containers
Describe azure virtual network
Virtual network scooped to a single region.
Enables resources to communicate securely
Virtual networking peering connects different regions together
Describe load balancer
Supports inbound and outbound scenarios.
Low latency and high throughput.
Across a number of resources
Describe vpn gateway
Sens encrypted traffic between azure network and an on prem network over internet.
Describe application gateway
Web traffic load balancer
Layer 7
Describe content delivery network
Distributed network of servers that can efficiently deliver web content to users
Minimise latency
Describe azure storage
Service to store files messages tables and other information
Used by iaas and paas
Describe disk storage
Disks for virtual
Machines to stores fats or temp files on
Describe azure blob storage
Object storage solution for the cloud.
Optimised for storing massive amounts
of unstructured data such as text or binary
Tiers
Hot - optimised for storing data that is frequently accessed
Cool - infrequently accesses. Stored for at least 30 days
Archive. - rarely accessed, stored for at least 180 days