Designing and Implementing a Data Science Solution on Azure — Question 153
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. Secondary access key
- B. Anonymous access
- C. Account SAS key
- D. Service SAS key
Correct answer: A
Explanation
The correct answer is A, the Secondary access key, as it allows for permanent access to the Azure Files share. The other options, such as Anonymous access and the various SAS keys, do not provide the required persistent access needed for this configuration.