The third part of an Azure Functions series, applied on a simple use case: Connect to a public API, parse and display data. Here, a caching mechanism is implemented and tried locally and on Azure.
The second part of an Azure Functions series, applied on a simple use case: Connect to a public API, parse and display data. Here, python code is embedded in an Azure Function, run locally, then published to Azure.
The first part of an Azure Functions series, applied on a simple use case: Connect to a public API, parse and display data. Here, a local prototype is created, in a test driven development approach.