July 2018
Intermediate to advanced
350 pages
8h 47m
English
Azure Function proxies gives you the option to break your API into multiple endpoints and associate each endpoint to implement different Azure Functions so that your API also follows the microservice architecture pattern. For clients, you will still present one single API to interact with, but behind the scenes, different Azure Functions are operating at the same time.
You can create a function proxy like this:
I'm not going to cover this topic in detail, as it is ...