Create serverless applications | APIM & Go Flashcards

1
Q

What is Azure API Management?

A

Azure API Management (APIM) is a fully managed cloud service that you can use to publish, secure, transform, maintain, and monitor APIs.

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

What is a great use for Azure API Management (APIM)?

A

APIM enables you to implement a microservices architecture by coding Azure Functions as serverless components. APIM assembles these microservices into a single API product using a single URL, all while generating consistent behavior imposed by using API Management policies.

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

Can any language or runtime use custom handlers?

A

Yes, as long as it supports HTTP primitives.

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

How can you make Azure Functions find your compiled app?

A

Set defaultExecutablePath in the host.json file.

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