Microsoft Azure AI Fundamentals — Question 225
You use Azure Machine Learning designer to publish an inference pipeline.
Which two parameters should you use to access the web service? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. the model name
- B. the training endpoint
- C. the authentication key
- D. the REST endpoint
Correct answer: C, D
Explanation
The correct answers are C and D because the authentication key is required for secure access to the web service, and the REST endpoint is the URL used to interact with the published service. Options A and B are incorrect as they do not pertain to accessing the web service directly.