Skip to main content

Azure File Storage

How to Add Azure File Storage Using RcloneView

Azure File Storage uses SMB and needs three items to connect:

  • Azure Storage Account Name
  • Storage Account Shared Key
  • Azure File Share Name

You can copy all three from the Azure Portal (Storage account > Access keys for the shared key, and File shares for the share name).

get azure storage account name and account shared key get azure storage share name

Step 1: Open the New Remote Window

  • Click + New Remote from the top menu under Remote.
  • Or click the + button in the Explorer pane and choose New Remote.
add new remoteadd new remote explorer

Step 2: Select Azure File Storage as the Storage Provider

  1. In the Search Provider bar, type Azure File Storage.
  2. Click on the Azure File Storage option from the list.

You’ll then be taken to the configuration screen for Azure File Storage.

select azure file storage to add remote

Step 3: Configure Your Azure File Storage Remote

Fill out the required information in the form:

  • Remote name: A friendly name for your remote (e.g., MyAzureFileStorage)
  • account: Azure Storage Account Name. Set this to the Azure Storage Account Name in use.
  • key: Storage Account Shared Key
  • share_name: Azure Files Share Name. This is required and is the name of the share to access.

After entering all values, click Add Remote to complete the setup.

remote configure azure file storage

Step 4: Confirm the Added Remote

Once added, your new Azure File Storage remote (e.g., MyAzure) will appear in the Remote Manager list.

You can now:

  • Click Open to browse your files.
  • Use it in sync, copy, or mount jobs.
  • Manage or delete the remote at any time.
remote manager azure file storage view

Done! You’ve successfully connected your Azure File Storage storage to RcloneView.

Done! You can now browse and transfer files in your Azure File Share directly from RcloneView.