View all questions & answers for the DP-100 exam
You use an Azure Machine Learning workspace.
You must monitor cost at the endpoint and deployment level.
You have a trained model that must be deployed as an online endpoint. Users must authenticate by using Microsoft Entra ID.
What should you do?
Deploy the model lo Azure Kubernetes Service (AKS). During deployment, set the token_auth_mode parameter of the target configuration object to true.
Deploy the model to a managed online endpoint. During deployment, set the token_auth_mode parameter of the target configuration object to true.
Deploy the model to Azure Kubernetes Service (AKS). During deployment, set the auth.mode parameter to configure the authentication type.
Deploy the model to a managed online endpoint. During deployment, set the auth_mode parameter to configure the authentication type.
Submit