Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.74 KB

environment-manage-resources.md

File metadata and controls

29 lines (20 loc) · 1.74 KB
title description ms.author author ms.topic ms.date ms.search.form
Manage the resources in Fabric environment
The Resources section in Fabric environment enables small resources management. Learn how to use the resources folder in the development lifecycle.
shuaijunye
ShuaijunYe
how-to
05/01/2024
Manage the resources in Fabric environment

Manage the resources in Fabric environment

Resources in Fabric environment provide a file system that enables you to manage your files and folders. You can easily access the environment resources from notebook and collaborate with others if the notebooks are attached to the same environment.

:::image type="content" source="media\environment-resources\environment-resources-overview.gif" alt-text="Screen recording of the environment Resources section.":::

Interact with resources in notebook

When the notebook is attached to an environment, you can easily find the environment resources folder appear in the explorer. Common operations like upload/download/rename/delete/move files and create/delete/rename folders can be done from both environment and notebook UI.

If you drag-and-drop the file with supported type from environment Resources folders to a notebook code cell, a code snippet is automatically generated to help you access the file. To learn more, see Notebook code snippets.

Note

The resource storage has a maximum file size limit of 500MB, with individual files restricted to 50MB, and a total limit of 100 files and folders combined.

Related content