> For the complete documentation index, see [llms.txt](https://docs.cloudassert.com/azure-stack-vconnect/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudassert.com/azure-stack-vconnect/features/tenant-features/storage-services.md).

# Storage Services

VConnect Storage Services extension allows to create and manage the Shared Folders of external storage device.  (Note: Currently supports Dell EMC Isilon)&#x20;

![](/files/-MA4yevlado_WZx8LTZa)

### List Shared Folders&#x20;

* In the VConnect Storage Services extension, click the ‘Shared Folders’ section.&#x20;
* Select a subscription from the drop down to view the list of Shared Folders.&#x20;

![](/files/-MA5-O3gg5YGCzmtgWOs)

### Create a Shared Folder&#x20;

* In the VConnect Storage Services extension, click the ‘Shared Folders’ section.&#x20;
* Select a subscription.&#x20;
* Click the ‘Create’ command button.&#x20;
* Enter the name of the Shared Folder.&#x20;
* Enter the comma separated list of users to provide ReadOnly, ReadWrite accesses.&#x20;
* Enter the comma separated list of groups to provide ReadOnly, ReadWrite accesses.&#x20;
* Click ‘Create’ button&#x20;

![](/files/-MA5-EsoHZ09XNENeR4P)

### Delete a Shared Folder&#x20;

* Select a Shared Folder and click ‘Delete’ button.&#x20;
* Enter the name of the Shared Folder.&#x20;
* Check the ‘Force Delete’ checkbox to recursively delete the files present inside the Shared Folder.&#x20;

![](/files/-MA5-b-yh4YDdE8CB8bi)

### Connect to a Shared Folder&#x20;

* Select a Shared Folder and click ‘Connect’ button from the Context menu.&#x20;

![](/files/-MA5-ikDvK8AKL714mc-)

* To connect to the Shared Folder from a Windows machine, select a drive, copy and run the PowerShell command&#x20;
* To connect to the Shared Folder from a Linux machine, copy and run the command by replacing the mount point&#x20;

![](/files/-MA50lab0yN1avDe0rKY)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.cloudassert.com/azure-stack-vconnect/features/tenant-features/storage-services.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
