Explanation: Box 1: init() The entry script has only two required functions, init() and run(data). These functions are used to initialize the service at startup and run the model using request data passed in by a client. The rest of the script handles loading and running the model(s). Box 2: run() Reference: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-deploy-existing-model