
Answer-first summary for fast verification
Answer: No
The solution does not meet the goal because enabling SSL (ssl_enabled = True) only provides transport-layer encryption for data in transit, not application-level key-based authentication. For Azure Container Instances (ACI) web services, key-based authentication is disabled by default and must be explicitly enabled using the auth_enabled = TRUE parameter when creating the AciWebservice deployment configuration. The community discussion confirms this, with the highest upvoted comments and the official answer description stating that key-based auth must be enabled separately, and the consensus (67% choosing B) supports that SSL alone is insufficient for meeting the key-based authentication requirement.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are deploying a machine learning model as a real-time web service that requires key-based authentication. You implement the following solution:
Does this solution meet the goal?
A
Yes
B
No
No comments yet.