Skip to content

Commit 889726e

Browse files
committed
Fixed issues
1 parent f90beef commit 889726e

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ quiz:
1515
choices:
1616
- content: Git is used to deploy code changes to different environments.
1717
isCorrect: false
18-
explanation: Incorrect. Git is not used for deployment, it is used for version control and collaboration.
18+
explanation: Incorrect. Git isn't used for deployment. It's used for version control and collaboration.
1919
- content: Git is used for automated testing of code changes.
2020
isCorrect: false
21-
explanation: Incorrect. Git does not perform automated testing, it is used for version control and collaboration.
21+
explanation: Incorrect. Git doesn't perform automated testing, it's used for version control and collaboration.
2222
- content: Git lets your team collaborate using branches, and provides version control. It helps manage incremental code changes, and see code history.
2323
isCorrect: true
2424
explanation: Correct. Git is used for version control and collaboration, allowing teams to manage code changes and view code history.
@@ -28,23 +28,23 @@ quiz:
2828
choices:
2929
- content: To automatically deploy changes made in the workspace to a live environment.
3030
isCorrect: false
31-
explanation: Incorrect. The connection of a Fabric workspace to a Git repository does not automatically deploy changes to a live environment.
31+
explanation: Incorrect. The connection of a Fabric workspace to a Git repository doesn't automatically deploy changes to a live environment.
3232
- content: To sync content between the workspace and Git, ensuring they have the same content.
3333
isCorrect: true
3434
explanation: Correct. Connecting a Fabric workspace to a Git repository allows for synchronization of content between the two, ensuring they have the same content.
3535
- content: To allow multiple developers to work on the same code simultaneously without conflicts
3636
isCorrect: false
37-
explanation: Incorrect. While Git does allow multiple developers to work simultaneously, the connection of a Fabric workspace to a Git repository is not primarily for this purpose.
37+
explanation: Incorrect. While Git does allow multiple developers to work simultaneously, the connection of a Fabric workspace to a Git repository isn't primarily for this purpose.
3838

3939

4040
- content: What is the primary function of deployment pipelines in Fabric?
4141
choices:
4242
- content: Deployment pipelines are used to create new content in Fabric.
4343
isCorrect: false
44-
explanation: Incorrect. Deployment pipelines do not create content, they automate the movement of content through different stages.
44+
explanation: Incorrect. Deployment pipelines don't create content. They automate the movement of content through different stages.
4545
- content: Deployment pipelines are used to delete old content from Fabric.
4646
isCorrect: false
47-
explanation: Incorrect. Deployment pipelines do not delete content, they facilitate the testing and updating of content.
47+
explanation: Incorrect. Deployment pipelines don't delete content. They facilitate the testing and updating of content.
4848
- content: Deployment pipelines automate the movement of content through the development, test, and production stages.
4949
isCorrect: true
5050
explanation: Correct. Deployment pipelines in Fabric help to automate the process of moving and updating content across different environments.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Some of the advantages of using the Fabric REST APIs are:
88
## Fabric REST APIs for CI/CD
99
Fabric CI/CD REST APIs are available for deployment pipelines and Git integration.
1010

11-
- [Deployment pipelines REST APIs](rest/api/fabric/core/deployment-pipelines)
12-
- [Git REST APIs](rest/api/fabric/core/git)
11+
- [Deployment pipelines REST APIs](/rest/api/fabric/core/deployment-pipelines?azure-portal=true)
12+
- [Git REST APIs](/rest/api/fabric/core/git?azure-portal=true)
1313

1414
## Use the Fabric REST APIs for CI/CD to automate processes
1515
Some examples of things you can use the Fabric CI/CD REST APIs for are:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ In this module, you learned how to work with version control in Fabric, how to u
22

33
For more reading, you can refer to the following URLs:
44

5-
- [Tutorial: End to end lifecycle management](fabric/cicd/cicd-tutorial?azure-portal=true)
5+
- [Tutorial: End to end lifecycle management](/fabric/cicd/cicd-tutorial?azure-portal=true)
66
- [Exploring CI/CD Capabilities in Microsoft Fabric: A Focus on Data Pipelines](https://blog.fabric.microsoft.com/en-us/blog/exploring-ci-cd-capabilities-in-microsoft-fabric-a-focus-on-data-pipelines/)
7-
- [Using the Microsoft Fabric REST APIs](rest/api/fabric/articles/using-fabric-apis)
7+
- [Using the Microsoft Fabric REST APIs](/rest/api/fabric/articles/using-fabric-apis)

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
@@ -39,4 +39,4 @@ units:
3939
- learn-wwl.implement-cicd-in-fabric.knowledge-check
4040
- learn-wwl.implement-cicd-in-fabric.summary
4141
badge:
42-
uid: learn-wwl.secure-data-access-in-fabric.badge
42+
uid: learn-wwl.implement-cicd-in-fabric.badge

0 commit comments

Comments
 (0)