
Ultimate access to all questions.
You have an Azure Machine Learning workspace with a trained model that you need to deploy as a web service. The web service must require authentication via Azure Active Directory.
What should you do?
A
Deploy the model to Azure Kubernetes Service (AKS). During deployment, set the token_auth_enabled parameter of the target configuration object to true
B
Deploy the model to Azure Container Instances. During deployment, set the auth_enabled parameter of the target configuration object to true_
C
Deploy the model to Azure Container Instances. During deployment, set the token_auth_enabled parameter of the target configuration object to true
D
Deploy the model to Azure Kubernetes Service (AKS). During deployment, set the auth.enabled parameter of the target configuration object to true