Skip to content

Commit c494bbb

Browse files
authored
Merge pull request #383 from fbsolo-ms1/document-freshness-maintenance
Remove PII from images and document, and fix the document image syntax.
2 parents ac6fa20 + 78bd73c commit c494bbb

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

articles/machine-learning/v1/how-to-enable-data-collection.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ You can choose a tool of your preference to analyze the data collected in your B
161161

162162
1. Select **Storage**.
163163

164-
[![Select the Storage option](./media/how-to-enable-data-collection/StorageLocation.png)](././media/how-to-enable-data-collection/StorageLocation.png#lightbox)
164+
:::image type="content" source="./media/how-to-enable-data-collection/StorageLocation.png" alt-text="Screenshot showing selection of the storage option." lightbox="./media/how-to-enable-data-collection/StorageLocation.png":::
165165

166166
1. Follow the path to the blob's output data with this syntax:
167167

@@ -176,13 +176,13 @@ You can choose a tool of your preference to analyze the data collected in your B
176176
177177
1. Select **Get Data** and select [**Azure Blob Storage**](/power-bi/desktop-data-sources).
178178
179-
[![Power BI blob setup](./media/how-to-enable-data-collection/PBIBlob.png)](././media/how-to-enable-data-collection/PBIBlob.png#lightbox)
179+
:::image type="content" source="./media/how-to-enable-data-collection/power-bi-blob.png" alt-text="Screenshot showing the Power BI blob setup." lightbox="./media/how-to-enable-data-collection/power-bi-blob.png":::
180180
181181
1. Add your storage account name and enter your storage key. You can find this information by selecting **Settings** > **Access keys** in your blob.
182182
183183
1. Select the **model data** container and select **Edit**.
184184
185-
[![Power BI Navigator](./media/how-to-enable-data-collection/pbiNavigator.png)](././media/how-to-enable-data-collection/pbiNavigator.png#lightbox)
185+
:::image type="content" source="./media/how-to-enable-data-collection/power-bi-navigator.png" alt-text="Screenshot showing the Power BI Navigator." lightbox="./media/how-to-enable-data-collection/power-bi-navigator.png":::
186186
187187
1. In the query editor, click under the **Name** column and add your storage account.
188188
@@ -194,11 +194,11 @@ You can choose a tool of your preference to analyze the data collected in your B
194194
195195
1. Select the downward double arrows next to the **Content** column heading to combine the files.
196196
197-
[![Power BI Content](./media/how-to-enable-data-collection/pbiContent.png)](././media/how-to-enable-data-collection/pbiContent.png#lightbox)
197+
:::image type="content" source="./media/how-to-enable-data-collection/power-bi-content.png" alt-text="Screenshot showing the Power BI Content." lightbox="./media/how-to-enable-data-collection/power-bi-content.png":::
198198
199199
1. Select **OK**. The data preloads.
200200
201-
[![Power BI Combine Files](./media/how-to-enable-data-collection/pbiCombine.png)](././media/how-to-enable-data-collection/pbiCombine.png#lightbox)
201+
:::image type="content" source="./media/how-to-enable-data-collection/power-bi-combine.png" alt-text="Screenshot showing the Power BI Combine Files." lightbox="./media/how-to-enable-data-collection/power-bi-combine.png":::
202202
203203
1. Select **Close and Apply**.
204204
@@ -214,20 +214,20 @@ You can choose a tool of your preference to analyze the data collected in your B
214214
215215
1. In your Databricks workspace, select **Upload Data**.
216216
217-
[![Selecting Databricks Upload Data option](./media/how-to-enable-data-collection/dbupload.png)](././media/how-to-enable-data-collection/dbupload.png#lightbox)
217+
:::image type="content" source="./media/how-to-enable-data-collection/databricks-upload.png" alt-text="Screenshot showing selection of Databricks Upload Data option." lightbox="./media/how-to-enable-data-collection/databricks-upload.png":::
218218
219219
1. Select **Create New Table** and select **Other Data Sources** > **Azure Blob Storage** > **Create Table in Notebook**.
220220
221-
[![Databricks table creation](./media/how-to-enable-data-collection/dbtable.PNG)](././media/how-to-enable-data-collection/dbtable.PNG#lightbox)
221+
:::image type="content" source="./media/how-to-enable-data-collection/databricks-table.png" alt-text="Screenshot showing Databricks table creation." lightbox="./media/how-to-enable-data-collection/databricks-table.png":::
222222
223223
1. Update the location of your data. Here is an example:
224224
225225
```
226-
file_location = "wasbs://[email protected]/modeldata/1a2b3c4d-5e6f-7g8h-9i10-j11k12l13m14/myresourcegrp/myWorkspace/aks-w-collv9/best_model/10/inputs/2018/*/*/data.csv"
226+
file_location = "wasbs://[email protected]/*/*/data.csv"
227227
file_type = "csv"
228228
```
229-
230-
[![Databricks setup](./media/how-to-enable-data-collection/dbsetup.png)](././media/how-to-enable-data-collection/dbsetup.png#lightbox)
229+
230+
:::image type="content" source="./media/how-to-enable-data-collection/databricks-setup.png" alt-text="Screenshot showing the Databricks setup." lightbox="./media/how-to-enable-data-collection/databricks-setup.png":::
231231
232232
1. Follow the steps on the template to view and analyze your data.
233233
175 KB
Loading
Binary file not shown.
Binary file not shown.
78.5 KB
Loading

0 commit comments

Comments
 (0)