Thank you so much Yutong.
As a beginner in Azure, I tried to following link and your above instructions.
Based on my understanding, it will create a endpoint that only process it through CLI or SDK as an API application instead of user interface. Am I correct?
The below is what I want to implement. I use R shiny to implement it locally. How can I deploy it to Azure to get such user interface and create a database that can store the user input?
In your step 3: Create a Scoring Script: Create a scoring script in R that takes inputs and returns the output of your model. The script needs two functions: init()
which loads your model, and run(input_data)
which uses the model to predict on the input data. Is this function that can implement what I need?
Thank you.