1.1 Design a machine learning solution
1.You are designing a workspace architecture. You need to ensure that data scientists can use a shared file system to store their personal notebooks and scripts, which persists even if their specific compute resources are deleted. Which storage resource is automatically provisioned for this purpose when you create the workspace?
- A.Azure Blob Storage
- B.Azure File Share
- C.Azure Data Lake Storage Gen2
- D.Azure SQL Database
Show answer & explanation
Correct answer: B — Azure File Share
- A. While Azure Blob Storage is part of the default storage account provisioned for the workspace, it is primarily used for storing datasets, experiment artifacts, and logs. It is not the POSIX-compliant shared file system mounted for personal notebooks.
- B. Azure File Share is automatically provisioned when an Azure Machine Learning workspace is created. It provides a shared file system (typically mapped to the /Users directory) that is mounted onto compute instances, ensuring that notebooks and scripts persist independently of the compute lifecycle.
- C. Azure Data Lake Storage Gen2 is designed for high-performance big data analytics. While it can be registered as a datastore, it is not the default storage resource provisioned for the purpose of storing and mounting personal workspace files.
- D. Azure SQL Database is a relational database service. It is not automatically provisioned with an Azure Machine Learning workspace and is not used for storing scripts or acting as a shared file system.