{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

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

(11 cards)

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