Skip to content

Commit 6a99927

Browse files
committed
PR review fixes
1 parent c9fada1 commit 6a99927

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/data-factory/applying-dataops.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Specifically, once you bring your own GitHub or Azure DevOps repository into dat
3434

3535
All artifacts in Azure Data Factory, whether they're pipelines, linked services, triggers, etc. have corresponding “code” representations in JSON behind the visual UI integration. These artifacts act in compliance with [Azure Resource Manager templates](/azure-resource-manager/templates/overview.md) standards. You can find the code by clicking on the bracket icon on the top right of the canvas. Sample JSON “code” would look like this:
3636

37-
:::image type="content" source="media/applying-dataops/view-json-button.png" alt-text="Screenshot showing the 'View JSON' button on the pipeline UI.":::
37+
:::image type="content" source="media/applying-dataops/view-json-button.png" alt-text="Screenshot showing the View JSON button on the pipeline UI.":::
3838

3939
:::image type="content" source="media/applying-dataops/json-example.png" alt-text="Screenshot showing example JSON for a pipeline.":::
4040

@@ -70,7 +70,7 @@ The use of Git in your Azure Data Factory projects is a highly recommended best
7070

7171
After you create your data factory, you can also connect to your repo through the Azure Data Factory Studio. In the **Manage** tab, you'll see the option to configure your repo and repo settings.
7272

73-
:::image type="content" source="media/applying-dataops/data-factory-studio-git-configuration.png" alt-text="Screenshot showing the Azure Data Factory Studio on the Manage tab with the Git Configuration section selected.":::
73+
:::image type="content" lightbox="media/applying-dataops/data-factory-studio-git-configuration.png" source="media/applying-dataops/data-factory-studio-git-configuration.png" alt-text="Screenshot showing the Azure Data Factory Studio on the Manage tab with the Git Configuration section selected.":::
7474

7575
Through a guided process, you're directed through a series of steps to help you easily configure and connect to your repository of choice. Once fully set up, you can start to work collaboratively and save your resources to your repo.
7676

@@ -146,15 +146,15 @@ We recommend that you follow these best practices for pull requests.
146146

147147
#### Automated deployment of changes
148148

149-
To help with automated deployments, we recommend using the Azure Data Factory utilities NPM package. Using the NPM package helps validate all the resources in a pipeline and generate the ARM templates for the user.
149+
To help with automated deployments, we recommend using the Azure Data Factory utilities npm package. Using the npm package helps validate all the resources in a pipeline and generate the ARM templates for the user.
150150

151-
To get started with the [Azure Data Factory utilities NPM package](https://www.npmjs.com/package/@microsoft/azure-data-factory-utilities), refer to [Automated publishing for continuous integration and delivery](continuous-integration-delivery-improvements.md#package-overview).
151+
To get started with the [Azure Data Factory utilities npm package](https://www.npmjs.com/package/@microsoft/azure-data-factory-utilities), refer to [Automated publishing for continuous integration and delivery](continuous-integration-delivery-improvements.md#package-overview).
152152

153153
#### Manual deployment of changes
154154

155155
After you've merged your branch back to the main collaboration branch in your Git repository, you can manually publish your changes to the live Azure Data Factory service. The service provides UI control over publishing from non-development factories with the **Disable publish (from ADF Studio)** option.
156156

157-
:::image type="content" source="media/applying-dataops/disable-publish-option.png" alt-text="Screenshot showing the Git repository edit page and the 'Disable publish (from ADF Studio)' button.":::
157+
:::image type="content" source="media/applying-dataops/disable-publish-option.png" alt-text="Screenshot showing the Git repository edit page and the Disable publish (from ADF Studio) button.":::
158158

159159
### Selective deployment
160160

@@ -168,11 +168,11 @@ Once you've cherry picked the changes and merged to the main collaboration pipel
168168

169169
Unit testing is an important part of the process of developing new pipelines or editing existing data factory artifacts, which focuses on testing components of the code. Data Factory allows for individual unit testing at both the pipeline and data flow artifact level by using the pipeline [debug feature](iterative-development-debugging.md?tabs=data-factory#debugging-a-pipeline).
170170

171-
:::image type="content" source="media/applying-dataops/pipeline-debugging.png" alt-text="Screenshot showing the pipeline editor canvas with the debug option.":::
171+
:::image type="content" lightbox="media/applying-dataops/pipeline-debugging.png" source="media/applying-dataops/pipeline-debugging.png" alt-text="Screenshot showing the pipeline editor canvas with the debug option.":::
172172

173173
When developing data flows, you'll be able to gain insights into each individual transformation and code change by using the [data preview feature](concepts-data-flow-debug-mode.md?tabs=data-factory) to achieve unit testing before deploying your changes to production.
174174

175-
:::image type="content" source="media/applying-dataops/data-preview-feature.png" alt-text="Screenshot showing the data preview feature.":::
175+
:::image type="content" lightbox="media/applying-dataops/data-preview-feature.png" source="media/applying-dataops/data-preview-feature.png" alt-text="Screenshot showing the data preview feature.":::
176176

177177
The service provides live and interactive feedback of your pipeline activities in the UI when debugging and unit testing in Azure Data Factory.
178178

@@ -206,11 +206,11 @@ Native integration with Microsoft Purview further provides lineage, impact analy
206206

207207
With native integration into your Purview Data Catalog, data factory enables easy search and discovery of data assets to use in your data integration pipelines across the full breadth of your organization’s data estate.
208208

209-
:::image type="content" source="media/applying-dataops/purview-data-catalog.png" alt-text="Screenshot showing the Microsoft Purview Data Catalog.":::
209+
:::image type="content" lightbox="media/applying-dataops/purview-data-catalog.png" source="media/applying-dataops/purview-data-catalog.png" alt-text="Screenshot showing the Microsoft Purview Data Catalog.":::
210210

211211
You can use the main search bar from the Azure Data Factory Studio to find data assets in your Purview catalog.
212212

213-
:::image type="content" source="media/applying-dataops/purview-search.png" alt-text="Screenshot showing Purview results from a search in the Azure Data Factory Studio search bar.":::
213+
:::image type="content" lightbox="media/applying-dataops/purview-search.png" source="media/applying-dataops/purview-search.png" alt-text="Screenshot showing Purview results from a search in the Azure Data Factory Studio search bar.":::
214214

215215
## Next steps
216216

0 commit comments

Comments
 (0)