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)?
No. In a blob trigger there’s no http client requesting a response. Stepping back, what are trying to achieve?