Search code examples
azureazure-functionshttpresponse

Send HTTP Response from azure function


Is it possible to send an HTTP Response from an azure function which is not an http trigger (blob trigger or activity client for example)?


Solution

  • No. In a blob trigger there’s no http client requesting a response. Stepping back, what are trying to achieve?