Azure Functions with imperative bindings
I recently needed to create an Azure Function, triggered off a storage queue, that checked the status of an external process via Http call. If that process was complete, download a JSON file and a png file to save them to Azure Blob Storage. The problem I found was the standard Blob output binding only … Read more