
Answer-first summary for fast verification
Answer: Yes
The solution meets the goal because setting the `auth_mode` parameter to `key` for a managed online endpoint provides a non-expiring authentication artifact. As confirmed by the community discussion with 4 upvotes and reference to Microsoft documentation, keys do not expire, whereas tokens do. This aligns with the requirement for applications to use an authentication method with a non-expiring artifact to access the model. The alternative option (B: 'No') is incorrect because the solution directly addresses the goal.
Author: LeetQuiz Editorial Team
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?
A
Yes
B
No
No comments yet.