Exam Readiness Zone #1 Azure compute Solutions Flashcards

1
Q

Waar staat IAAS & PAAS voor?

A

Infrastructure as a Service & Product as a Service

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

IAAS belangrijke aspect?

A
  • Sizing
  • Availability zones > verschillende locaties in een Region
  • Availability Set > Group VM’s waar Azure meer inzicht heeft mbt beschikbaarheid
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Wat zijn de 2 domains binnen een Availability sets>

A
  • Fault domeins > Group hardware wat stroom en netwerk deelt
  • Update domain > Specifiek set of hardware voor onderhoud en reboot
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Wat zijn de 4 IAAS VM availability options?

A
  • Availability zone >Physical separate locations within a region
  • Availability sets > Logical grouping of VM. Allows Azure understand your application for redundancy and availability
  • VM Scale sets > Group of load balanced VMs. Can auto in-decrease based on demand
  • Load balancer > Layer 4 (TCP, UDP) that provides high availability by distributing traffic among VMs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Wat is een ARM template en hoe kun je deze gebruiken?

A

Azure Resource Manager
Laag tussen infra en services. Opstelling in een json template en met de Portal/Powershell/CLI/Rest-Client uitrollen.

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

Wat is de Azure Container Registry (ACR)?

A

Creeeren, opslag en managen van container images & artifacts.
Voordeel: Scalable orchestration & Azure services support

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

Welke ACR service Tiers zijn er?

A
  • Basis > 10GB&2webhooks
  • Standard > 100GB&10webhooks
  • Premium > 500GB&500webhooks&GEO Replication
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Wat is een ACR Task?

A

Pakket binnen ACR waar je taken kunnen instellen voor een container. Dit kan ook automatisch

net als Github

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

Wat is een Azure Container Instance?

A

Hosten van een container.
* Deployment > Met ARM of YAML
* Resource allocation > Instellen van bijv. CPU, geheugen GPU
* Networking > Container Group delen IP en Namespace
* Storage > Instelbaar size per container group of mapped voor speficieke container in de groep

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

Wat de belangrijke kenmerken van een ACI?

A
  • snelle opstart
  • Public IP en domein
  • Hypervisor-lever security
  • Custom size
  • Storage
  • linux of windows
  • Co-scheduled groups > scheduling of multicontainer groups on a shared host machine > 1 IP&domein > splitsing in de group
  • Virtual network deployment
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Waar kun je een ACI container group voor gebuiken?

A

Wanneer je een enkele taak wilt opsplitsen voor kleine container

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

Wat is PAAS?

A

Hier krijg je een product als onderdeel van de service. Bijv. een WebApp.
Dit is op te splitsen in de Service plan en Application zelf.

Platform as a service == Azure App Service

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

Wat is de Pricing Tier voor de App Service plan?

A
  • shared compute
  • dedicated compute
  • isolated
  • consumption
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Wat zijn de sizing opties van een App Service?

A
  • Free&shared > App krijgt CPU minuten op een shared VM. Scale out is geen optie
  • Andere Tiers > App draait op alle VM’s ingesteld in de Service plan
How well did you know this?
1
Not at all
2
3
4
5
Perfectly