Ultimate access to all questions.
You train and register an Azure Machine Learning model. You plan to deploy the model to an online endpoint and must ensure applications can use an authentication method with a non-expiring artifact to access it.
Proposed Solution: Create a managed online endpoint and set the value of its auth_mode
parameter to key
. Then, deploy the model to the online endpoint.
Does the solution meet the goal?