
Answer-first summary for fast verification
Answer: Yes
The solution meets the goal because the default authentication method for a managed online endpoint in Azure Machine Learning is key-based authentication, which uses non-expiring API keys. This is confirmed by multiple community comments with high upvotes (5, 3, 3) that reference official Microsoft documentation stating keys are the default and do not expire unless explicitly regenerated. While one comment incorrectly suggested the default is Azure Active Directory tokens (which do expire), this is contradicted by the consensus and official sources. Therefore, using default settings provides the required non-expiring authentication artifact.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You train and register an Azure Machine Learning model. You plan to deploy the model to an online endpoint. You must ensure that applications can use an authentication method with a non-expiring artifact to access the endpoint.
Proposed Solution: Create a managed online endpoint with the default authentication settings. Deploy the model to the online endpoint.
Does the solution meet the goal?
A
Yes
B
No