how to pass test data to my deployed model in azure ml through function app

Mangalagiri Ranjith Kumar 21 Reputation points
2022-03-04T05:32:08.903+00:00

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 179897-ask1.png

i dont have any idea on how to do it , any suggestions

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,729 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,731 Reputation points
    2022-03-04T12:47:51.377+00:00

    @Mangalagiri Ranjith Kumar Thanks for the question. The deployment of a ML model to Azure Functions is in preview. Azure ML Managed Endpoints for enabling customers deploy models at cloud scale without needing to create & manage their own clusters. Here is link to the document that could help to Deploy and score a machine learning model by using an online endpoint (preview).
    https://learn.microsoft.com/en-us/azure/machine-learning/how-to-deploy-managed-online-endpoints