
Answer-first summary for fast verification
Answer: Primary access key
The question requires configuring permanent access to an Azure Files share from an Azure ML datastore. The primary access key (Option A) is the optimal choice because it provides persistent, full access to the Azure Storage account without expiration, making it ideal for long-term ML workloads that require reliable data access during training and inference. This aligns with Azure ML datastore requirements for stable credentials. Option B (Anonymous access) is unsuitable as it provides no authentication. Options C (Account SAS key) and D (User delegation SAS key) are time-limited and not permanent, making them inappropriate for the requirement of permanent access. The community discussion strongly supports Option A with 100% consensus and upvoted reasoning.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You manage an Azure Machine Learning workspace named Workspace1 and an Azure Files share named Share1.
You plan to create an Azure Files datastore in Workspace1 that targets Share1.
You need to configure permanent access to Share1 from the Azure Files datastore.
Which authorization method should you use?
A
Primary access key
B
Anonymous access
C
Account SAS key
D
User delegation SAS key
No comments yet.