Designing and Implementing a Data Science Solution on Azure — Question 170
You manage an Azure Machine Learning Workspace named Workspase1 and an Azure Files share named Share1.
You plan to create an Azure Files datastore in Workspace1 to target Share1.
You need to configure permanent access to Share1 from the Azure Files datastore.
Which authorization method should you use?
Answer options
- A. Primary access key
- B. Anonymous access
- C. Account SAS key
- D. User delegation SAS key
Correct answer: A
Explanation
The correct answer is A, Primary access key, as it provides full control over the Azure Files share, allowing for permanent access. The other options, like Anonymous access and User delegation SAS key, do not provide the necessary level of access for permanent configurations, while Account SAS key may limit permissions based on defined scopes.