
Ultimate access to all questions.
You have deployed a model to an Azure Kubernetes Service (AKS) inference cluster, but the deployment failed due to an error in the entry script. You need to debug the error by iteratively modifying the code and reloading the service without redeploying it for each update. What should you do?
A
Modify the AKS service deployment configuration to enable application insights and re-deploy to AKS.
B
Create an Azure Container Instances (ACI) web service deployment configuration and deploy the model on ACI.
C
Add a breakpoint to the first line of the entry script and redeploy the service to AKS.
D
Create a local web service deployment configuration and deploy the model to a local Docker container.
E
Register a new version of the model and update the entry script to load the new version of the model from its registered path.