i am trying to make predictions for the model which is deployed in azure ml through function app
1) my data is in azure blob storage
2) i want to pass that data to model ( which is deployed ) for predictions
3) once predictions is over i want to save that file again into blob storage
all above has to be done through function app 
i dont have any idea on how to do it , any suggestions