Azure function HTTP Trigger not cancelling request Azure function HTTP Trigger not cancelling request azure azure

Azure function HTTP Trigger not cancelling request


CancellationToken is helpful for implementing graceful shutdown of your Functions runtime host when it is notified by the Operating System that something has gone wrong to terminate it, please see the following answer for more: https://stackoverflow.com/a/63439515/528779