diff --git a/articles/data-lake-store/data-lake-store-get-started-portal.md b/articles/data-lake-store/data-lake-store-get-started-portal.md index 065feedf57f0e..d5511d1729f44 100644 --- a/articles/data-lake-store/data-lake-store-get-started-portal.md +++ b/articles/data-lake-store/data-lake-store-get-started-portal.md @@ -17,7 +17,7 @@ ms.date: 05/06/2017 ms.author: nitinme --- -# Get started with Azure Data Lake Store using the Azure Portal +# Get started with Azure Data Lake Store using the Azure portal > [!div class="op_single_selector"] > * [Portal](data-lake-store-get-started-portal.md) > * [PowerShell](data-lake-store-get-started-powershell.md) @@ -30,23 +30,23 @@ ms.author: nitinme > > -Learn how to use the Azure Portal to create an Azure Data Lake Store account and perform basic operations such as create folders, upload and download data files, delete your account, etc. For more information about Data Lake Store, see [Overview of Azure Data Lake Store](data-lake-store-overview.md). +Learn how to use the Azure portal to create an Azure Data Lake Store account and perform basic operations such as create folders, upload, and download data files, delete your account, etc. For more information, see [Overview of Azure Data Lake Store](data-lake-store-overview.md). -## Prerequisites -Before you begin this tutorial, you must have the following: - -* **An Azure subscription**. See [Get Azure free trial](https://azure.microsoft.com/pricing/free-trial/). - -## Do you learn faster with videos? -Watch the following videos to get started with Data Lake Store. +The following two videos contain the same information as described in this article: * [Create a Data Lake Store account](https://mix.office.com/watch/1k1cycy4l4gen) * [Manage data in Data Lake Store using the Data Explorer](https://mix.office.com/watch/icletrxrh6pc) +## Prerequisites +Before you begin this tutorial, you must have the following items: + +* **An Azure subscription**. See [Get Azure free trial](https://azure.microsoft.com/pricing/free-trial/). + ## Create an Azure Data Lake Store account -1. Sign on to the new [Azure Portal](https://portal.azure.com). + +1. Sign on to the new [Azure portal](https://portal.azure.com). 2. Click **NEW**, click **Data + Storage**, and then click **Azure Data Lake Store**. Read the information in the **Azure Data Lake Store** blade, and then click **Create** in the bottom left corner of the blade. -3. In the **New Data Lake Store** blade, provide the values as shown in the screen capture below: +3. In the **New Data Lake Store** blade, provide the values as shown in the following screenshot: ![Create a new Azure Data Lake Store account](./media/data-lake-store-get-started-portal/ADL.Create.New.Account.png "Create a new Azure Data Lake account") @@ -54,25 +54,27 @@ Watch the following videos to get started with Data Lake Store. * **Subscription**. Select the subscription under which you want to create a new Data Lake Store account. * **Resource Group**. Select an existing resource group, or select the **Create new** option to create one. A resource group is a container that holds related resources for an application. For more information, see [Resource Groups in Azure](../azure-resource-manager/resource-group-overview.md#resource-groups). * **Location**: Select a location where you want to create the Data Lake Store account. - * **Encryption Settings**. You can choose whether you want to encrypt your Data Lake Store account. If you choose to encrypt, you can also specify how to manage the master encryption key that you want to use for encrypting the data in your account. + * **Encryption Settings**. There are three options: - * (Optional) Select **Do not enable encryption** from the drop-down to opt out of encryption. - * (Default) Select **Use keys managed by Azure Data Lake** if you want Azure Data Lake Store to manage your encryption keys. - - ![Data Lake Store encryption](./media/data-lake-store-get-started-portal/adls-encryption-1.png "Data Lake Store encryption") - * (Optional) Select **Choose keys from Azure Key Vault** if you want to use your own keys present in your Azure Key Vault. With this option, you can also create a Key Vault account and keys if you do not already have one. + * **Do not enable encryption**. + * **Use keys managed by Azure Data Lake**. if you want Azure Data Lake Store to manage your encryption keys. + * **Choose keys from Azure Key Vault**. You can select an existing Azure Key Vault or create a new Key Vault. To use the keys from a Key Vault, you must assign permissions for the Azure Data Lake Store account to access the Azure Key Vault. For the instructions, see [Assign permissions to Azure Key Vault](#assign-permissions-to-azure-key-vault). - ![Data Lake Store encryption](./media/data-lake-store-get-started-portal/adls-encryption-2.png "Data Lake Store encryption") + ![Data Lake Store encryption](./media/data-lake-store-get-started-portal/adls-encryption-2.png "Data Lake Store encryption") - Click **OK** in the **Encryption Settings** blade. - - > [!NOTE] - > If you use the keys from an Azure Key Vault to configure encryption for the Data Lake Store account, you must assign permissions for the Azure Data Lake Store account to access the Azure Key Vault. For instructions on how to do this, see [Assign permissions to the Azure Key Vault](#assign-permissions-to-the-azure-key-vault) - > - > + Click **OK** in the **Encryption Settings** blade. + + For more information, see [Encryption of data in Azure Data Lake Store](./data-lake-store-encryption.md). + 4. Click **Create**. If you chose to pin the account to the dashboard, you are taken back to the dashboard and you can see the progress of your Data Lake Store account provisioning. Once the Data Lake Store account is provisioned, the account blade shows up. -## Assign permissions to the Azure Key Vault +You can also create a Data Lake Store account using Azure Resource Manager templates. These templates are accessible from [Azure QuickStart Templates](https://azure.microsoft.com/resources/templates/?term=data+lake+store): + +- Without data encryption: [Deploy Azure Data Lake Store account with no data encryption](https://azure.microsoft.com/en-us/resources/templates/101-data-lake-store-no-encryption/). +- With data encryption using Data Lake Store: [Deploy Data Lake Store account with encryption(Data Lake)](https://azure.microsoft.com/resources/templates/101-data-lake-store-encryption-adls/). +- With data encryption using Azure Key Vault: [Deploy Data Lake Store account with encryption(Key Vault)](https://azure.microsoft.com/resources/templates/101-data-lake-store-encryption-key-vault/). + +### Assign permissions to Azure Key Vault If you used keys from an Azure Key Vault to configure encryption on the Data Lake Store account, you must configure access between the Data Lake Store account and the Azure Key Vault account. Perform the following steps to do so. 1. If you used keys from the Azure Key Vault, the blade for the Data Lake Store account displays a warning at the top. Click the warning to open the **Configure Key Vault Permissions** blade. @@ -86,7 +88,7 @@ If you used keys from an Azure Key Vault to configure encryption on the Data Lak ## Create folders in Azure Data Lake Store account You can create folders under your Data Lake Store account to manage and store data. -1. Open the Data Lake Store account that you just created. From the left pane, click **Browse**, click **Data Lake Store**, and then from the Data Lake Store blade, click the account name under which you want to create folders. If you pinned the account to the startboard, click that account tile. +1. Open the Data Lake Store account that you created. From the left pane, click **Browse**, click **Data Lake Store**, and then from the Data Lake Store blade, click the account name under which you want to create folders. If you pinned the account to the startboard, click that account tile. 2. In your Data Lake Store account blade, click **Data Explorer**. ![Create folders in Data Lake Store account](./media/data-lake-store-get-started-portal/ADL.Create.Folder.png "Create folders in Data Lake Store account") @@ -94,19 +96,19 @@ You can create folders under your Data Lake Store account to manage and store da ![Create folders in Data Lake Store account](./media/data-lake-store-get-started-portal/ADL.Folder.Name.png "Create folders in Data Lake Store account") - The newly created folder will be listed in the **Data Explorer** blade. You can create nested folders upto any level. + The newly created folder is listed in the **Data Explorer** blade. You can create nested folders upto any level. ![Create folders in Data Lake account](./media/data-lake-store-get-started-portal/ADL.New.Directory.png "Create folders in Data Lake account") ## Upload data to Azure Data Lake Store account -You can upload your data to an Azure Data Lake Store account directly at the root level or to a folder that you created within the account. In the screen capture below, follow the steps to upload a file to a sub-folder from the **Data Explorer** blade. In this screen capture, the file is uploaded to a sub-folder shown in the breadcrumbs (marked in a red box). +You can upload your data to an Azure Data Lake Store account directly at the root level or to a folder that you created within the account. In the following screenshot, follow the steps to upload a file to a subfolder from the **Data Explorer** blade. In this screen capture, the file is uploaded to a subfolder shown in the breadcrumbs (marked in a red box). If you are looking for some sample data to upload, you can get the **Ambulance Data** folder from the [Azure Data Lake Git Repository](https://github.com/MicrosoftBigData/usql/tree/master/Examples/Samples/Data/AmbulanceData). ![Upload data](./media/data-lake-store-get-started-portal/ADL.New.Upload.File.png "Upload data") ## Properties and actions available on the stored data -Click the newly added file to open the **Properties** blade. The properties associated with the file and the actions you can perform on the file are available in this blade. You can also copy the full path to file in your Azure Data Lake Store account, highlighted in the red box in the screen capture below. +Click the newly added file to open the **Properties** blade. The properties associated with the file and the actions you can perform on the file are available in this blade. You can also copy the full path to file in your Azure Data Lake Store account, highlighted in the red box in the following screenshot: ![Properties on the data](./media/data-lake-store-get-started-portal/ADL.File.Properties.png "Properties on the data")