Skip to content

Commit dc8ac23

Browse files
authored
Merge pull request MicrosoftDocs#1659 from t-sazaki/patch-3
Update export-to-data-lake-data-adf.md
2 parents a105889 + 495c119 commit dc8ac23

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

powerapps-docs/maker/common-data-service/export-to-data-lake-data-adf.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,17 @@ In this example, account entity data is exported to the data lake.
7979
2. Select **+** in the pop-up window to add a new package source.
8080
![Add a new package](media/add-new-package.png "Add a new package")
8181

82-
6. Configure the new package source, and then select **OK**:
82+
3. Configure the new package source, and then select **OK**:
8383

84-
1. For **Name**, enter **CDM**.
84+
1. For **Name**, enter **CDM**.
8585

86-
2. For **Source**, enter **https[]()://commondatamodel.pkgs.visualstudio.com/_packaging/CDM/nuget/v3/index.json**.
86+
2. For **Source**, enter **https[]()://commondatamodel.pkgs.visualstudio.com/_packaging/CDM/nuget/v3/index.json**.
8787

88-
7. Make sure that the package source is set to **All**.
88+
4. Make sure that the package source is set to **All**.
8989

9090
8. In Program.cs, fill in the storage container information on line 26, as indicated here:
9191

92-
1. Replace <span><b>your-storage-account.dfs.core.windows.net</b></span> by substituting the name of your storage account.
92+
1. Replace **your-storage-account** by substituting the name of your storage account.
9393
![Your storage account substitution](media/your-storage-account.png "Your storage account substitution")
9494

9595
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.
101101

102102
10. Run the code, and refresh your storage container to find the new manifest, entity, resolved entity, and config files.
103103

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+
104107
## Set the Data Lake Storage Gen2 storage account as a source
105108

106109
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**.

0 commit comments

Comments
 (0)