Ms Storage Explorer

  



-->

This article shows you how to use Azure Storage Explorer to manage access control lists (ACLs) in storage accounts that has hierarchical namespace (HNS) enabled.

Storage Made Easy Cloud File Explorer is the Windows 8 client for the Storage Made Easy Open Cloud Platform. It enables users to view and manage files from many different clouds directly from your Windows Device. The App works with SME free, personal, IaaS, and with the on-premise EFSS Enterprise solution. Also try to un-install and re-install the Azure Storage Explorer: You may also refer to the suggestion mentioned in this article Azure Storage Explorer Troubleshooting: 'unable to retrieve child resources” or “The request action could not be completed”. Hope this helps!

You can use Storage Explorer to view, and then update the ACLs of directories and files. ACL inheritance is already available for new child items that are created under a parent directory. But you can also apply ACL settings recursively on the existing child items of a parent directory without having to make these changes individually for each child item.

Download this app from Microsoft Store for Windows 10, Windows 8.1. See screenshots, read the latest customer reviews, and compare ratings for Tag Explorer.

This article shows you how to modify the ACL of file or directory and how to apply ACL settings recursively to child directories.

Prerequisites

  • An Azure subscription. See Get Azure free trial.

  • A storage account that has hierarchical namespace (HNS) enabled. Follow these instructions to create one.

  • Azure Storage Explorer installed on your local computer. To install Azure Storage Explorer for Windows, Macintosh, or Linux, see Azure Storage Explorer.

Note

Storage Explorer makes use of both the Blob (blob) & Data Lake Storage Gen2 (dfs) endpoints when working with Azure Data Lake Storage Gen2. If access to Azure Data Lake Storage Gen2 is configured using private endpoints, ensure that two private endpoints are created for the storage account: one with the target sub-resource blob and the other with the target sub-resource dfs.

Sign in to Storage Explorer

When you first start Storage Explorer, the Microsoft Azure Storage Explorer - Connect window appears. While Storage Explorer provides several ways to connect to storage accounts, only one way is currently supported for managing ACLs.

TaskPurpose
Add an Azure AccountRedirects you to your organization's sign-in page to authenticate you to Azure. Currently this is the only supported authentication method if you want to manage and set ACLs.
Use a connection string or shared access signature URICan be used to directly access a container or storage account with a SAS token or a shared connection string.
Use a storage account name and keyUse the storage account name and key of your storage account to connect to Azure storage.

Select Add an Azure Account and click Sign in.. Follow the on-screen prompts to sign into your Azure account.

When it completes connecting, Azure Storage Explorer loads with the Explorer tab shown. This view gives you insight to all of your Azure storage accounts as well as local storage configured through the Azurite storage emulator, Cosmos DB accounts, or Azure Stack environments.

Manage an ACL

Right-click the container, a directory, or a file, and then click Manage Access Control Lists. The following screenshot shows the menu as it appears when you right-click a directory.

The Manage Access dialog box allows you to manage permissions for owner and the owners group. It also allows you to add new users and groups to the access control list for whom you can then manage permissions.

To add a new user or group to the access control list, select the Add button. Then, enter the corresponding Azure Active Directory (Azure AD) entry you wish to add to the list and then select Add. The user or group will now appear in the Users and groups: field, allowing you to begin managing their permissions.

Note

It is a best practice, and recommended, to create a security group in Azure AD and maintain permissions on the group rather than individual users. For details on this recommendation, as well as other best practices, see Access control model in Azure Data Lake Storage Gen2.

Use the check box controls to set access and default ACLs. To learn more about the difference between these types of ACLs, see Types of ACLs.

Apply ACLs recursively

Mac apps free today. You can apply ACL entries recursively on the existing child items of a parent directory without having to make these changes individually for each child item.

To apply ACL entries recursively, Right-click the container or a directory, and then click Propagate Access Control Lists. The following screenshot shows the menu as it appears when you right-click a directory.

Next steps

Learn about the Data Lake Storage Gen2 permission model.

-->

Azure File storage is a service that offers file shares in the cloud using the standard Server Message Block (SMB) Protocol. Both SMB 2.1 and SMB 3.0 are supported. With Azure File storage, you can migrate legacy applications that rely on file shares to Azure quickly and without costly rewrites. You can use File storage to expose data publicly to the world, or to store application data privately. In this article, you'll learn how to use Storage Explorer to work with file shares and files.

Prerequisites

To complete the steps in this article, you'll need the following:

Create a File Share

All files must reside in a file share, which is simply a logical grouping of files. An account can contain an unlimited number of file shares, and each share can store an unlimited number of files.

The following steps illustrate how to create a file share within Storage Explorer.

  1. Open Storage Explorer.

  2. In the left pane, expand the storage account within which you wish to create the File Share

  3. Right-click File Shares, and - from the context menu - select Create File Share.

  4. A text box will appear below the File Shares folder. Enter the name for your file share. See the Share naming rules section for a list of rules and restrictions on naming file shares.

  5. Press Enter when done to create the file share, or Esc to cancel. Once the file share has been successfully created, it will be displayed under the File Shares folder for the selected storage account.

View a file share's contents

File shares contain files and folders (that can also contain files).

The following steps illustrate how to view the contents of a file share within Storage Explorer:+

  1. Open Storage Explorer.

  2. In the left pane, expand the storage account containing the file share you wish to view.

  3. Expand the storage account's File Shares.

  4. Right-click the file share you wish to view, and - from the context menu - select Open. You can also double-click the file share you wish to view.

  5. The main pane will display the file share's contents.

Delete a file share

File shares can be easily created and deleted as needed. (To see how to delete individual files, refer to the section, Managing files in a file share.)

Azure Storage Explorer 6 Download

The following steps illustrate how to delete a file share within Storage Explorer:

  1. Open Storage Explorer.

  2. In the left pane, expand the storage account containing the file share you wish to view.

  3. Expand the storage account's File Shares.

  4. Right-click the file share you wish to delete, and - from the context menu - select Delete. You can also press Delete to delete the currently selected file share.

  5. Select Yes to the confirmation dialog.

Copy a file share

Storage Explorer enables you to copy a file share to the clipboard, and then paste that file share into another storage account. (To see how to copy individual files, refer to the section, Managing files in a file share.)

Download

The following steps illustrate how to copy a file share from one storage account to another.

  1. Open Storage Explorer.

  2. In the left pane, expand the storage account containing the file share you wish to copy.

  3. Expand the storage account's File Shares.

  4. Right-click the file share you wish to copy, and - from the context menu - select Copy File Share.

  5. Right-click the desired 'target' storage account into which you want to paste the file share, and - from the context menu - select Paste File Share.

Get the SAS for a file share

A shared access signature (SAS) provides delegated access to resources in your storage account. This means that you can grant a client limited permissions to objects in your storage account for a specified period of time and with a specified set of permissions, without having to share your account access keys.

The following steps illustrate how to create a SAS for a file share:+

  1. Open Storage Explorer.

  2. In the left pane, expand the storage account containing the file share for which you wish to get a SAS.

  3. Expand the storage account's File Shares.

  4. Right-click the desired file share, and - from the context menu - select Get Shared Access Signature.

  5. In the Shared Access Signature dialog, specify the policy, start and expiration dates, time zone, and access levels you want for the resource.

  6. When you're finished specifying the SAS options, select Create.

  7. A second Shared Access Signature dialog will then display that lists the file share along with the URL and QueryStrings you can use to access the storage resource. Select Copy next to the URL you wish to copy to the clipboard.

  8. When done, select Close.

Manage Access Policies for a file share

The following steps illustrate how to manage (add and remove) access policies for a file share:+ . The Access Policies is used for creating SAS URLs through which people can use to access the Storage File resource during a defined period of time.

  1. Open Storage Explorer.

  2. In the left pane, expand the storage account containing the file share whose access policies you wish to manage.

  3. Expand the storage account's File Shares.

  4. Select the desired file share, and - from the context menu - select Manage Access Policies.

  5. The Access Policies dialog will list any access policies already created for the selected file share.

  6. Follow these steps depending on the access policy management task:

    • Add a new access policy - Select Add. Once generated, the Access Policies dialog will display the newly added access policy (with default settings).

    • Edit an access policy - Make any desired edits, and select Save.

    • Remove an access policy - Select Remove next to the access policy you wish to remove.

  7. Create a new SAS URL using the Access Policy you created earlier:

Download Azure Explorer

Managing files in a file share

Once you've created a file share, you can upload a file to that file share, download a file to your local computer, open a file on your local computer, and much more.

Ms Storage Explorer

The following steps illustrate how to manage the files (and folders) within a file share.

  1. Open Storage Explorer.

  2. In the left pane, expand the storage account containing the file share you wish to manage.

  3. Expand the storage account's File Shares.

  4. Double-click the file share you wish to view.

  5. The main pane will display the file share's contents.

  6. The main pane will display the file share's contents.

  7. Follow these steps depending on the task you wish to perform:

    • Upload files to a file share

      a. On the main pane's toolbar, select Upload, and then Upload Files from the drop-down menu.

      b. In the Upload files dialog, select the ellipsis () button on the right side of the Files text box to select the file(s) you wish to upload.

      c. Select Upload.

    • Upload a folder to a file share

      a. On the main pane's toolbar, select Upload, and then Upload Folder from the drop-down menu.

      b. In the Upload folder dialog, select the ellipsis () button on the right side of the Folder text box to select the folder whose contents you wish to upload.

      c. Optionally, specify a target folder into which the selected folder's contents will be uploaded. If the target folder doesn’t exist, it will be created.

      d. Select Upload.

    • Download a file to your local computer

      a. Select the file you wish to download.

      b. On the main pane's toolbar, select Download.

      c. In the Specify where to save the downloaded file dialog, specify the location where you want the file downloaded, and the name you wish to give it.

      d. Select Save.

    • Open a file on your local computer

      a. Select the file you wish to open.

      b. On the main pane's toolbar, select Open.

      c. The file will be downloaded and opened using the application associated with the file's underlying file type.

    • Copy a file to the clipboard

      a. Select the file you wish to copy.

      b. On the main pane's toolbar, select Copy.

      c. In the left pane, navigate to another file share, and double-click it to view it in the main pane.

      d. On the main pane's toolbar, select Paste to create a copy of the file.

    • Delete a file

      a. Select the file you wish to delete.

      b. On the main pane's toolbar, select Delete.

      c. Select Yes to the confirmation dialog.

Ms Storage Explorer Download

Next steps

  • View the latest Storage Explorer release notes and videos.

  • Learn how to create applications using Azure blobs, tables, queues, and files.