You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/wwl-data-ai/implement-cicd-in-fabric/7-knowledge-check.yml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,10 @@ quiz:
15
15
choices:
16
16
- content: Git is used to deploy code changes to different environments.
17
17
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.
19
19
- content: Git is used for automated testing of code changes.
20
20
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.
22
22
- content: Git lets your team collaborate using branches, and provides version control. It helps manage incremental code changes, and see code history.
23
23
isCorrect: true
24
24
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:
28
28
choices:
29
29
- content: To automatically deploy changes made in the workspace to a live environment.
30
30
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.
32
32
- content: To sync content between the workspace and Git, ensuring they have the same content.
33
33
isCorrect: true
34
34
explanation: Correct. Connecting a Fabric workspace to a Git repository allows for synchronization of content between the two, ensuring they have the same content.
35
35
- content: To allow multiple developers to work on the same code simultaneously without conflicts
36
36
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.
38
38
39
39
40
40
- content: What is the primary function of deployment pipelines in Fabric?
41
41
choices:
42
42
- content: Deployment pipelines are used to create new content in Fabric.
43
43
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.
45
45
- content: Deployment pipelines are used to delete old content from Fabric.
46
46
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.
48
48
- content: Deployment pipelines automate the movement of content through the development, test, and production stages.
49
49
isCorrect: true
50
50
explanation: Correct. Deployment pipelines in Fabric help to automate the process of moving and updating content across different environments.
Copy file name to clipboardExpand all lines: learn-pr/wwl-data-ai/implement-cicd-in-fabric/includes/8-summary.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,6 @@ In this module, you learned how to work with version control in Fabric, how to u
2
2
3
3
For more reading, you can refer to the following URLs:
4
4
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)
6
6
-[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)
0 commit comments