Connect to and Consume Azure Services and Third Party Services: Azure API Management Flashcards

1
Q

Waarvoor wordt Azure API Management gebruikt?

A
  • Publicatie van interne API’s.
  • Publishen van API’s naar externe clients, partners of zelfs developers
  • Backend API’s kunnen achter een API management instance worden geplaatst
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Wat is een ‘Product’ binnen het Azure API management?

A

Een verzameling van API’s

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

In welke 2 modi kan een product opereren in termen van toegangkelijkheid?

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

Op welke manier kan je toegang krijgen tot een protected product?

A

Door er op te abonneren.

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

Wat doen en zijn ‘policies’ binnen Azure API management?

A
  • Een verzameling van statements
  • Wijzigen het gedrag van de API
  • Worden toegepast op de request en response
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

In welke 6 groepen kunnen we policies onderverdelen binnen Azure API management?

A
  • Access restriction
  • Advanced
  • Authentication
  • Caching
  • Cross domain
  • Transformation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Wat doet de cache-store-value policy?

A
  • Slaat een item op in cache gekoppeld aan een key.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Wat doet de set-variable policy?

A
  1. Declareerd een context variabele
  2. Kent een waarde aan toe aan de context
    1. a.h.v. een expressie of een string literal.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Wat doet de cache-lookup-value policy?

A
  • Voert een cache lookup uit
  • Stuurt een geldige cache response wanneer beschikbaar.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Wat doet de find-and-replace policy?

A

Vind een request of response substring en vervangt die met een andere string.

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

Hoe kan je je authenticeren bij de backend met een client certificaat?

A

Door gebruik te maken van de authentication policy en het client certificaat te installeren in API management.

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