From fbccda6f06db15d33abbb8993c83b6dd7413fe16 Mon Sep 17 00:00:00 2001 From: mumian Date: Thu, 27 Jul 2017 12:45:57 -0400 Subject: [PATCH 1/4] some edit --- .../data-lake-store-get-started-portal.md | 32 ++++++++----------- 1 file changed, 14 insertions(+), 18 deletions(-) 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..14c4a2eb06913 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,10 +30,10 @@ 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: +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/). @@ -44,7 +44,7 @@ Watch the following videos to get started with Data Lake Store. * [Manage data in Data Lake Store using the Data Explorer](https://mix.office.com/watch/icletrxrh6pc) ## 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: @@ -54,25 +54,21 @@ 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. + * **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 exsiting 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-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. + ![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 +### 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. From 7cc97d9f74061fe2c051112dd14b436ce6441a64 Mon Sep 17 00:00:00 2001 From: mumian Date: Mon, 7 Aug 2017 10:17:29 -0400 Subject: [PATCH 2/4] edit --- .../data-lake-store-get-started-portal.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) 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 14c4a2eb06913..ec2f8f1673d1f 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 @@ -32,17 +32,16 @@ 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, see [Overview of Azure Data Lake Store](data-lake-store-overview.md). +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/). -## Do you learn faster with videos? -Watch the following videos to get started with Data Lake Store. - -* [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) - ## Create an Azure Data Lake Store account 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. @@ -64,7 +63,7 @@ Watch the following videos to get started with Data Lake Store. Click **OK** in the **Encryption Settings** blade. - For more information, see [Encryption of data in Azure Data Lake Store](../data-lake-store-encryption.md). + 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. From adf03490a36a4195844cfc50251146ca8df819c2 Mon Sep 17 00:00:00 2001 From: mumian Date: Mon, 7 Aug 2017 10:26:10 -0400 Subject: [PATCH 3/4] include the template links --- .../data-lake-store/data-lake-store-get-started-portal.md | 7 +++++++ 1 file changed, 7 insertions(+) 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 ec2f8f1673d1f..8b24797b13f3e 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 @@ -43,6 +43,7 @@ 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). 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: @@ -67,6 +68,12 @@ Before you begin this tutorial, you must have the following items: 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. +You can also create a Data Lake Store account using Azure Resouce Manager templates. These templates are accessible from [Azure QuickStart Tempaltes](https://azure.microsoft.com/resources/templates/?term=data+lake+store): + +- Without data encrption: [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. From 6980fa8e31913651fd654e990027d52870d3d198 Mon Sep 17 00:00:00 2001 From: mumian Date: Mon, 7 Aug 2017 10:44:19 -0400 Subject: [PATCH 4/4] Acrolinx --- .../data-lake-store-get-started-portal.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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 8b24797b13f3e..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 @@ -30,7 +30,7 @@ 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, 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). The following two videos contain the same information as described in this article: @@ -46,7 +46,7 @@ Before you begin this tutorial, you must have the following items: 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") @@ -58,7 +58,7 @@ Before you begin this tutorial, you must have the following items: * **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 exsiting 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). + * **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") @@ -68,9 +68,9 @@ Before you begin this tutorial, you must have the following items: 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. -You can also create a Data Lake Store account using Azure Resouce Manager templates. These templates are accessible from [Azure QuickStart Tempaltes](https://azure.microsoft.com/resources/templates/?term=data+lake+store): +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 encrption: [Deploy Azure Data Lake Store account with no data encryption](https://azure.microsoft.com/en-us/resources/templates/101-data-lake-store-no-encryption/). +- 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/). @@ -88,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") @@ -96,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")