Azure Architecture & Compute Flashcards

1
Q

What is a region

A

two or more DCs not to far from each other connected with fiber.

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

Availability zone

A
  • unique physical locations within an azure region
  • has its own power, cooling and networking
  • Each region has a minimum of 3 zones
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Resource group

A
  • logical container that holds resources
  • each resource can only be in one RG
  • Can move resources easily
  • Can contain resources from multiple regions
  • Can be used to give access control
  • Can interact with other RGs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Azure Resource Manager (ARM)

A
  • All resources with Azure resources go through the ARM

* Main azure architecture component for creating, updating and manipulating resources

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

Virtual machine

A

Virtual hardware that you control exclusively.

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

Scale Set

A
  • Sets of identical, load balanced VMs.
  • Automatically creates and deletes VMs for your application
  • As resource usage increases, more VMs are activated to take the load
  • Provides high availability and protects against server failures
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

App Service

A

Managed platform to host your applications.

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

3 categories for app service

A
  • Web apps
  • Web apps for containers
  • API apps
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Web app

A

website and online applications hosted on Azures managed platform

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

Web app for containers

A

deploy and run containerised applications in Azure

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

API apps

A

o expose and connect your data backend
o Application Programming Interface
o No GUI
o Connected other applications programmatically

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

Azure container instance

A
  • All the dependencies for an application are included in the container images
  • VMs require a lot more maintenance and updates. Containers don’t have any components relating to the operating system that require maintenance
  • Can be deployed easily to multiple different OS and hardware platforms
  • Development, deployment and maintenance are all more efficient when using containers
  • Consistent.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Azure Kubernetes Service

A

Open source container orchestration system for automating application deployment, scaling and management.

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

Features of Azure Kubernetes service

A
  • Replicate container architectures – reuse container architecture by managing it in Kubernetes. This makes your setup quicker and confidence in the system increase.
  • Standard Azure Services included – don’t have to worry about infrastructure and hardware. Get identity and access management and elastic provisioning and much more
  • Global reach – use Kubernetes with supported Azure regions and on-prem installations using Azure Stack
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Function

A
  • Smallest compute service on Azure
  • A single function of compute
  • Called, or invoked, via a standard URL
  • Runs once then stops
How well did you know this?
1
Not at all
2
3
4
5
Perfectly