You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Replace **your-folder-name** with the folder containing the model.json file. Go to your storage account **Overview** > **Storage Explorer** > **Containers**, and then select the correct folder name.
@@ -101,6 +101,9 @@ In this example, account entity data is exported to the data lake.
101
101
102
102
10. Run the code, and refresh your storage container to find the new manifest, entity, resolved entity, and config files.
103
103
104
+
> [!NOTE]
105
+
> If there are changes made to the metadata of the entity, you must delete the generated files from the Data Lake and regenerate an updated manifest file by running the code again. It is recommended that you maintain the same name of the manifest file, so there is no need to update any Azure Data Factory dataflows or pipelines.
106
+
104
107
## Set the Data Lake Storage Gen2 storage account as a source
105
108
106
109
1. Open [Azure Data Factory](https://ms-adf.azure.com/home?factory=%2Fsubscriptions%2Fd410b7d3-02af-45c8-895e-dc27c5b35342%2FresourceGroups%2Fsama%2Fproviders%2FMicrosoft.DataFactory%2Ffactories%2Fadfathena), and then select **Create data flow**.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/common-data-service/export-to-data-lake-data-powerbi.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -47,29 +47,29 @@ This section describes the prerequisites necessary to consume Common Data Servic
47
47
48
48
3. On the **Get Data** page, select **Azure** > **Azure Data Lake Storage Gen2** > **Connect.**
49
49
50
-
4. Enter the storage container name in the format<br>*https://accountname.dfs.core.windows.net/containername/*
50
+
4. Enter the storage container name in the format<br>*https://accountname.dfs.core.windows.net/containername/* and replace **accountname** and **containername** with your storage account's information.
51
51
52
52
5. Find the storage account name by going to **Azure** > **Storage accounts**, and then select the Data Lake Storage Gen2 account that's populated with the exported Common Data Services data.
53
53
54
-
6. Find the container name by going to **Storage Explorer (preview)** > **Containers**.
54
+
6. Find the container name by going to **Storage Explorer (preview)** > **Containers** and select the name of the container with the exported Common Data Service data.
55
55
56
56

57
57
58
58
7. Select **CDM Folder View (Beta)**, and then select **OK**.
59
59
60
-
8. If prompted to sign in, do so, and then select **Access key** from the left side bar.
60
+
8. If prompted to sign in, you can sign in with your Azure Active Directory account or with the **Account key**. To sign in with an **Account key**, select the option from the left side bar.
61
61
62
-
9. Find the access key by going back to the storage account setting and selecting **Access keys** from the left pane. Copy the first key.
62
+
9. Find the account key by going back to the storage account settings and selecting **Access keys** from the left pane. Copy the first key and paste it in Power BI. Select **OK**.
63
63
64
64

65
65
66
-
10.Expand **cdm**, select the **account**data, and then select **Load**.
66
+
10.After successfully connecting to your storage account, expand the **cdm**directory and select the entities that you want to analyze. Then, select **Load**.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/common-data-service/export-to-data-lake.md
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Export to data lake | MicrosoftDocs"
3
3
description: "Learn how to export entity data to an Azure data lake in Power Apps"
4
4
ms.custom: ""
5
-
ms.date: 07/23/2020
5
+
ms.date: 08/27/2020
6
6
ms.reviewer: "Mattp123"
7
7
ms.service: powerapps
8
8
ms.suite: ""
@@ -161,6 +161,15 @@ From the Power Apps maker portal in the environment where you imported the Expor
161
161
> [!div class="mx-imgBorder"]
162
162
> 
163
163
164
+
### What's next?
165
+
After successfully using the Export to Data Lake service, discover how you can analyze and consume your data with **Discover Hub**. To access **Discover Hub**, go to **Power Apps** > **Export to data lake**. Select your linked service and then select the **Discover Hub** tab. Here you can find recommended tools and curated documentation to help you get the most value out of your data.
0 commit comments