I've a python-flask webapp which is deployed on Azure which serves as backend for a chatbot. Based on the user query, the bot performs an action and saves the file locally. This file needs to be shared to the user.
Is there a way that I can share a hyperlink to the user in chat for the user to download the file without having to create a storage on azure. (The file need not be stored and can be deleted after a timeout. File sizes are very small(10-20 kB))