Skip to content

Commit a811686

Browse files
authored
Merge pull request #50343 from theresa-i/secure-data-access-updates
Updates
2 parents 5c0b68b + 8c1d9f5 commit a811686

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
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 are Fabric deployment pipelines
3+
## What are 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

@@ -24,7 +24,7 @@ Follow these steps to create a deployment pipeline:
2424
## Deploy content to a pipeline stage
2525
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.
2626

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.
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.
2828

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

-1.17 KB
Loading

0 commit comments

Comments
 (0)