
Explanation:
The solution does not meet the goal because the aml_token authentication mode uses tokens that expire, requiring periodic refresh. The requirement specifies a non-expiring artifact, which would be better served by using a key-based authentication method (like key auth_mode) that provides non-expiring credentials. The community discussion confirms this with comments stating 'keys don't expire, tokens do' and showing 100% consensus for answer B (No).
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 Kubernetes online endpoint, set its auth_mode parameter to aml_token, and deploy the model to this endpoint.
Does this solution meet the goal?
A
Yes
B
No
No comments yet.