
Ultimate access to all questions.
You have an Azure Machine Learning workspace and need to deploy a trained model as an online endpoint. You must monitor costs at the endpoint and deployment level, and users are required to authenticate using Microsoft Entra ID.
What should you do?
A
Deploy the model to Azure Kubernetes Service (AKS). During deployment, set the token_auth_mode parameter of the target configuration object to true.
B
Deploy the model to Azure Kubernetes Service (AKS). During deployment, set the auth_mode parameter to configure the authentication type._
C
Deploy the model to a managed online endpoint. During deployment, set the auth_mode parameter to configure the authentication type._
D
Deploy the model to a managed online endpoint. During deployment, set the token_auth_mode parameter of the target configuration object to true.