
Ultimate access to all questions.
You have an Azure Machine Learning workspace with a trained model that you need to deploy as a real-time web service. This service must require Azure Active Directory authentication for users. What is the required deployment configuration?
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