Create serverless applications | APIM & Go Flashcards
What is Azure API Management?
Azure API Management (APIM) is a fully managed cloud service that you can use to publish, secure, transform, maintain, and monitor APIs.
What is a great use for Azure API Management (APIM)?
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.
Can any language or runtime use custom handlers?
Yes, as long as it supports HTTP primitives.
How can you make Azure Functions find your compiled app?
Set defaultExecutablePath in the host.json file.