Skip to content

Commit 9d224af

Browse files
authored
Merge pull request #50323 from theresa-i/secure-data-access-updates
Content refresh
2 parents e6ab412 + fa260d0 commit 9d224af

25 files changed

+141
-144
lines changed

learn-pr/wwl-data-ai/implement-cicd-in-fabric/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: "Introduction"
7-
ms.date: 11/8/2024
7+
ms.date: 05/06/2025
88
author: wwlpublish
99
ms.author: theresai
1010
ms.topic: unit

learn-pr/wwl-data-ai/implement-cicd-in-fabric/2-understand-cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Understand Continuous Integration and Continuous Delivery (CI/CD)
44
metadata:
55
title: Understand Continuous Integration and Continuous Delivery (CI/CD)
66
description: "Learn about Continuous Integration and Continuous Delivery (CI/CD) and how to use it in Fabric."
7-
ms.date: 11/8/2024
7+
ms.date: 05/06/2025
88
author: wwlpublish
99
ms.author: theresai
1010
ms.topic: unit

learn-pr/wwl-data-ai/implement-cicd-in-fabric/3-implement-version-control-and-git-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Implement version control and Git integration
44
metadata:
55
title: Implement version control and Git integration
66
description: "Learn how to implement version control and Git integration in Microsoft Fabric."
7-
ms.date: 11/8/2024
7+
ms.date: 05/06/2025
88
author: wwlpublish
99
ms.author: theresai
1010
ms.topic: unit

learn-pr/wwl-data-ai/implement-cicd-in-fabric/4-implement-deployment-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Implement deployment pipelines
44
metadata:
55
title: Implement deployment pipelines
66
description: "Learn how to implement deployment pipelines in Microsoft Fabric."
7-
ms.date: 11/8/2024
7+
ms.date: 05/06/2025
88
author: wwlpublish
99
ms.author: theresai
1010
ms.topic: unit

learn-pr/wwl-data-ai/implement-cicd-in-fabric/5-automate-cicd-using-fabric-apis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Automate CI/CD using Fabric APIs
44
metadata:
55
title: Automate CI/CD using Fabric APIs
66
description: "Learn how to automate CI/CD using Fabric APIs."
7-
ms.date: 11/8/2024
7+
ms.date: 05/06/2025
88
author: wwlpublish
99
ms.author: theresai
1010
ms.topic: unit

learn-pr/wwl-data-ai/implement-cicd-in-fabric/6-exercise-implement-deployment-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: 'Exercise: Implement deployment pipelines in Microsoft Fabric'
44
metadata:
55
title: 'Exercise: Implement deployment pipelines in Microsoft Fabric'
66
description: "Learn how to implement deployment pipelines in Microsoft Fabric."
7-
ms.date: 11/8/2024
7+
ms.date: 05/06/2025
88
author: wwlpublish
99
ms.author: theresai
1010
ms.topic: unit

learn-pr/wwl-data-ai/implement-cicd-in-fabric/7-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Module assessment
44
metadata:
55
title: Module assessment
66
description: "Knowledge check"
7-
ms.date: 11/8/2024
7+
ms.date: 05/06/2025
88
author: wwlpublish
99
ms.author: theresai
1010
ms.topic: unit

learn-pr/wwl-data-ai/implement-cicd-in-fabric/8-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Summary
44
metadata:
55
title: Summary
66
description: "Summary"
7-
ms.date: 11/8/2024
7+
ms.date: 05/06/2025
88
author: wwlpublish
99
ms.author: theresai
1010
ms.topic: unit

learn-pr/wwl-data-ai/implement-cicd-in-fabric/includes/4-implement-deployment-pipelines.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Pipelines enable a continuous integration/continuous deployment (CI/CD) approach that ensures content is updated, tested, and regularly refreshed. Pipelines are an efficient and durable way to automate the movement of content through the development, test, and production stages of the content development lifecycle.
1+
Pipelines enable a continuous integration/continuous deployment (CI/CD) approach that ensures content is updated, tested, and regularly refreshed. Pipelines are a way to automate the movement of content through the development, test, and production stages of the content development lifecycle.
22

3-
## What is deployment pipelines
3+
## What are Fabric deployment pipelines
44

55
Fabric deployment pipelines help you deploy your Fabric items across different environments like development, test, and production. They let you develop and test content in Fabric before it reaches end users.
66

@@ -14,20 +14,17 @@ Follow these steps to create a deployment pipeline:
1414
1. Select the **Workspaces** icon on the left navigation pane, then **Deployment pipelines.**
1515

1616
2. Select **New pipeline**. Then name the pipeline and select **Next**.
17-
3. Define, and name the stages in your pipeline. Then select **Create.**
17+
3. Define, and name the stages in your pipeline. Then select **Create and continue.**
1818

1919
:::image type="content" source="../media/create-stages.png" alt-text="Screenshot of pipeline stage selector." :::
20-
4. Assign a workspace to a stage.
20+
4. Assign a workspace to a stage. Then select the green check mark next to the stage. Then you're ready to deploy content to the pipeline.
2121

2222
:::image type="content" source="../media/assign-workspace.png" alt-text="Screenshot of workspace assignment interface." :::
23-
5. Now you're ready to deploy content to the pipeline.
24-
25-
:::image type="content" source="../media/pipeline-setup.png" alt-text="Screenshot of pipeline without content." :::
2623

2724
## Deploy content to a pipeline stage
2825
The deployment process lets you clone content from one stage in the pipeline to another, typically from development to test, and from test to production.
2926

30-
To deploy content between stages, select the stage to deploy from, and then select the **Deploy** button. The deployment process copies all of the workspace content into the target stage. In the following image, there's a data pipeline that only exists in the development stage that will be moved to the test stage when **Deploy** is selected in the development stage.
27+
To deploy content between stages, select the stage to deploy to, and then select the stage in the **Deploy from** drop down box, and then select the **Deploy** button. The deployment process copies all of the workspace content into the target stage. In the following image, there's a data pipeline that only exists in the development stage that will be moved to the test stage when **Deploy** is selected in the development stage.
3128

3229
:::image type="content" source="../media/deploy-content.png" alt-text="Screenshot of content deployment interface." :::
3330

@@ -40,9 +37,9 @@ To use deployment pipelines with Git branches:
4037

4138
:::image type="content" source="../media/connect-git.png" alt-text="Screenshot of workspace to Git provider connection interface." :::
4239

43-
3. Promote content between staging environments using the deploy button in the pipeline as described in the **Deploy content to a pipeline stage** section on this page. This moves content between environments in Fabric but the Git repository won't be updated until you manually update from the workspace.
40+
3. Promote content between staging environments using the deploy button in the pipeline as described in the **Deploy content to a pipeline stage** section on this page. This moves content between environments in Fabric but *the Git repository won't be updated until you manually update from the workspace.*
4441

45-
In the image below, we see that a data pipeline item exists in all three staging environments of the deployment pipeline *in Fabric* and that the Fabric stages are synchronized.
42+
In the image below, the checkmark in the deployment stage box indicates that a data pipeline item exists in all three staging environments of the deployment pipeline *in Fabric* and that the Fabric stages are synchronized.
4643

4744
:::image type="content" source="../media/pipeline-presync.png" alt-text="Screenshot of pipeline before files are synced with Git." :::
4845

learn-pr/wwl-data-ai/implement-cicd-in-fabric/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn-wwl.implement-cicd-in-fabric
33
metadata:
44
title: Implement continuous integration and continuous delivery (CI/CD) in Microsoft Fabric
55
description: Learn the key concepts and strategies for implementing continuous integration and continuous deployment (CI/CD) in Microsoft Fabric.
6-
ms.date: 03/20/2025
6+
ms.date: 05/06/2025
77
author: wwlpublish
88
ms.author: theresai
99
ms.topic: module

0 commit comments

Comments
 (0)