
Answer-first summary for fast verification
Answer: Upload a .yaml file to Workspace1.
The question asks for the first action to make a custom component available in an Azure ML designer pipeline. Option E (Upload a .yaml file to Workspace1) is correct because custom components in Azure ML are defined using YAML files that specify the component's interface, code, and environment. Uploading the YAML file registers the component in the workspace, making it available in the designer. While the community discussion includes a comment suggesting datastore creation (D) as a prerequisite, this is not the first specific step for custom components—datastores are for data, not component registration. The consensus and upvoted answers confirm E as correct, as the YAML file defines the component's structure and dependencies, which must be registered before use.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You have an Azure Machine Learning workspace named Workspace1.
You plan to create a pipeline using the Azure Machine Learning designer that includes a custom component.
What is the first action you must take to ensure the custom component is available for use in the pipeline?
A
Create a pipeline endpoint.
B
Add a linked service to Workspace1.
C
Upload a .json file to Workspace1.
D
Create a datastore.
E
Upload a .yaml file to Workspace1.
No comments yet.