An Azure machine learning service for building and deploying models.
Hello @Rob Gouw | HBM Machines ,
Welcome to Microsoft Q&A .Thank you for reaching out to us.
Based on the screenshot, Azure Machine Learning Studio appears to be loading successfully, including the workspace navigation, notebook toolbar, and other Studio components. However, the Notebooks > Files pane is displaying an empty file list without any visible error message.
Please check if the following steps help-
The first priority is to determine whether the notebook files still exist. This helps identify the correct recovery path.
- Notebook files still exist Please review the Storage Account associated with the Azure ML workspace and confirm whether the missing .ipynb files are still present.
- Review the file shares and storage locations used by the workspace.
- Verify whether the notebook files remain available.
- If the files exist in storage, no data loss has occurred.
- In this scenario, recovery involves restoring access to the existing notebook files and resolving the issue preventing them from appearing in Studio.
- Notebook files are missing If the notebook files are no longer present in storage:
- Review available backups and snapshots.
- Check whether Azure Files Soft Delete was enabled.
- Check whether Blob Soft Delete, Blob Versioning, or Point-in-Time Restore were enabled.
- If Git integration was configured, review the repository history and previous commits.
- Validating visibility from a Compute Instance If a Compute Instance is available:
- Start the Compute Instance.
- Open a Terminal session.
- Verify whether the notebook files can be located from the workspace file system.
- Reviewing recent configuration changes Please review whether any changes occurred prior to the issue, including:
- Azure RBAC assignments
- Managed identities
- Datastore configuration
- Storage credentials or key rotation
- Storage firewall settings
- Private endpoints or networking changes
- Workspace configuration updates
- Reviewing Activity Logs Please review Activity Logs around the time the notebooks were last visible and look for:
- Compute Instance deletion or recreation
- Storage Account modifications
- File Share deletion
- Role assignment updates
- Workspace changes
The following references might be helpful , please check them out
- Create and manage files in your workspace - Azure Machine Learning | Microsoft Learn
- Azure file share soft delete | Microsoft Learn
- Access Data from Azure Cloud Storage During Interactive Development - Azure Machine Learning | Microsoft Learn
- Azure file share soft delete | Microsoft Learn
- Blob versioning - Azure Storage | Microsoft Learn
- Point-in-time restore for block blobs - Azure Storage | Microsoft Learn
Please let us know if any error messages encountered
Thank you